diff options
| author | tmk <nobody@nowhere> | 2010-10-29 15:17:18 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2010-10-30 01:16:47 +0900 |
| commit | 45d4a7a89883c3433604d4e011b665796a583008 (patch) | |
| tree | b9ff5306dc5eb9a06d7e4a2fb7d0873a9b30606d /hhkb/controller.h | |
| parent | 6c3b9a2ded1afcf4a6bbc69878f52088f4c1a0e8 (diff) | |
| download | qmk_firmware-45d4a7a89883c3433604d4e011b665796a583008.tar.gz qmk_firmware-45d4a7a89883c3433604d4e011b665796a583008.zip | |
improve layer switching
Diffstat (limited to 'hhkb/controller.h')
| -rw-r--r-- | hhkb/controller.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hhkb/controller.h b/hhkb/controller.h index aa862cdc1..32a10b7cd 100644 --- a/hhkb/controller.h +++ b/hhkb/controller.h | |||
| @@ -3,4 +3,10 @@ | |||
| 3 | 3 | ||
| 4 | #include "controller_teensy.h" | 4 | #include "controller_teensy.h" |
| 5 | 5 | ||
| 6 | |||
| 7 | /* matrix row size */ | ||
| 8 | #define MATRIX_ROWS 8 | ||
| 9 | /* matrix column size */ | ||
| 10 | #define MATRIX_COLS 8 | ||
| 11 | |||
| 6 | #endif | 12 | #endif |
