diff options
Diffstat (limited to 'hhkb/config.h')
-rw-r--r-- | hhkb/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hhkb/config.h b/hhkb/config.h index cc86e55cad..b8392aa8eb 100644 --- a/hhkb/config.h +++ b/hhkb/config.h @@ -13,9 +13,14 @@ /* matrix size */ #define MATRIX_ROWS 8 #define MATRIX_COLS 8 + /* define if matrix has ghost */ //#define MATRIX_HAS_GHOST +/* key combination for command */ +#define IS_COMMAND() (keyboard_report->mods == (BIT_LSHIFT | BIT_RSHIFT)) + + /* USB NKey Rollover */ #ifdef USB_NKRO_ENABLE #endif |