diff options
author | 2020-07-31 22:03:44 +0200 | |
---|---|---|
committer | 2020-07-31 13:03:44 -0700 | |
commit | 1a49eb5be12fd5a32d59103427c71ee4869eea49 (patch) | |
tree | 2e807af61468b4063f4d3c261a8948539c077358 /keyboards/handwired/dactyl_manuform/dactyl_manuform.h | |
parent | 5bd239e1c0db98a51ed04b86fa5b1abf2b276bfb (diff) | |
download | qmk_firmware-1a49eb5be12fd5a32d59103427c71ee4869eea49.tar.gz |
[Keyboard] Add Dactyl Manuform 5x6 with 5 thumb keys (#9659)
* [Keyboard] Add Dactyl Manuform 5x6 with 5 thumb keys
* fix: remove unused code block
* fix: remove unused code block
* Remove unused build options
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/dactyl_manuform.h')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/dactyl_manuform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/handwired/dactyl_manuform/dactyl_manuform.h b/keyboards/handwired/dactyl_manuform/dactyl_manuform.h index d8f27f729..c91b247f1 100644 --- a/keyboards/handwired/dactyl_manuform/dactyl_manuform.h +++ b/keyboards/handwired/dactyl_manuform/dactyl_manuform.h @@ -6,6 +6,8 @@ #include "4x6.h" #elif KEYBOARD_handwired_dactyl_manuform_5x6 #include "5x6.h" +#elif KEYBOARD_handwired_dactyl_manuform_5x6_5 + #include "5x6_5.h" #elif KEYBOARD_handwired_dactyl_manuform_5x7 #include "5x7.h" #elif KEYBOARD_handwired_dactyl_manuform_6x6 |