diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-12-01 17:19:33 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-12-01 17:19:33 -0800 |
commit | 1fd4546fff5457f1ce3be871ae264b7349f0036e (patch) | |
tree | 489692a942a11c23e7b1f789b1da91cbee9f0b90 /keyboards/do60/rules.mk | |
parent | 064d9e21750e8c717aca5f79263ad93b6606e125 (diff) |
Keyboard: Add HHKB layout support to the DO60 (#4526)
* add 60_hhkb support
* add qmk configurator support for the new 60_hhkb layout
* allow community layout support for the 60_hhkb
* fixup readme to adhere to new QMK standards
Diffstat (limited to 'keyboards/do60/rules.mk')
-rw-r--r-- | keyboards/do60/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/do60/rules.mk b/keyboards/do60/rules.mk index 8003914fa7..7370a6262e 100644 --- a/keyboards/do60/rules.mk +++ b/keyboards/do60/rules.mk @@ -63,4 +63,4 @@ RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend UNICODE_ENABLE = no # Unicode -LAYOUTS = 60_ansi 60_ansi_split_bs_rshift
\ No newline at end of file +LAYOUTS = 60_ansi 60_hhkb 60_ansi_split_bs_rshift
\ No newline at end of file |