diff options
author | zwnk <david@impstyle.com> | 2018-08-23 15:48:30 -0300 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-23 11:48:30 -0700 |
commit | c6eccb39e0da150b7575b96d68366ba46f22306b (patch) | |
tree | 2b290949f62fedaf31914c62d503c355faabede2 /keyboards/handwired/dactyl_manuform/dactyl_manuform.h | |
parent | 6d1536db1da117345156ed36255f10f235f0b915 (diff) | |
download | qmk_firmware-c6eccb39e0da150b7575b96d68366ba46f22306b.tar.gz |
Keyboard: dactyl_manuform 5x7 aka Ergodox-ish added (#3691)
* dactyl_manuform 5x7 aka Ergodox added
* LAYOUTS = ergodox removed
* README updated
* README updated again
* zip file removed
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/dactyl_manuform.h')
-rw-r--r-- | keyboards/handwired/dactyl_manuform/dactyl_manuform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/dactyl_manuform/dactyl_manuform.h b/keyboards/handwired/dactyl_manuform/dactyl_manuform.h index 3222e6a61..8b60097bc 100644 --- a/keyboards/handwired/dactyl_manuform/dactyl_manuform.h +++ b/keyboards/handwired/dactyl_manuform/dactyl_manuform.h @@ -1,13 +1,13 @@ #pragma once - - #ifdef KEYBOARD_handwired_dactyl_manuform_6x6 #include "6x6.h" #elif KEYBOARD_handwired_dactyl_manuform_5x6 #include "5x6.h" #elif KEYBOARD_handwired_dactyl_manuform_4x5 #include "4x5.h" +#elif KEYBOARD_handwired_dactyl_manuform_5x7 + #include "5x7.h" #endif //void promicro_bootloader_jmp(bool program); |