9 lines
161 B
C
9 lines
161 B
C
#pragma once
|
|
|
|
#include QMK_KEYBOARD_H
|
|
|
|
// Define the number of combos
|
|
#define COMBO_COUNT 17
|
|
|
|
// Combo array declaration
|
|
extern combo_t key_combos[COMBO_COUNT];
|