diff options
| author | tmk <nobody@nowhere> | 2011-02-13 00:15:51 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2011-02-22 03:09:05 +0900 |
| commit | 9a938eecbd2b70c970992583b5c16da717d8e254 (patch) | |
| tree | 22ac37491f88aa60d917a18696c93f61a429d43c /hhkb/config.h | |
| parent | 2b8cd88ab142068eed0a3f230a3de79deb567536 (diff) | |
| download | qmk_firmware-9a938eecbd2b70c970992583b5c16da717d8e254.tar.gz qmk_firmware-9a938eecbd2b70c970992583b5c16da717d8e254.zip | |
host interface for pjrc
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 cc86e55ca..b8392aa8e 100644 --- a/hhkb/config.h +++ b/hhkb/config.h | |||
| @@ -13,9 +13,14 @@ | |||
| 13 | /* matrix size */ | 13 | /* matrix size */ |
| 14 | #define MATRIX_ROWS 8 | 14 | #define MATRIX_ROWS 8 |
| 15 | #define MATRIX_COLS 8 | 15 | #define MATRIX_COLS 8 |
| 16 | |||
| 16 | /* define if matrix has ghost */ | 17 | /* define if matrix has ghost */ |
| 17 | //#define MATRIX_HAS_GHOST | 18 | //#define MATRIX_HAS_GHOST |
| 18 | 19 | ||
| 20 | /* key combination for command */ | ||
| 21 | #define IS_COMMAND() (keyboard_report->mods == (BIT_LSHIFT | BIT_RSHIFT)) | ||
| 22 | |||
| 23 | |||
| 19 | /* USB NKey Rollover */ | 24 | /* USB NKey Rollover */ |
| 20 | #ifdef USB_NKRO_ENABLE | 25 | #ifdef USB_NKRO_ENABLE |
| 21 | #endif | 26 | #endif |
