diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-06-25 17:09:06 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-25 17:09:06 -0700 |
commit | ee700b2e831067bdb7584425569b61bc6329247b (patch) | |
tree | 95d2364da8784439d5e0d625f4b5b5ba0ea7a28b /keyboards/org60/rules.mk | |
parent | 2f8f26b1e0b538bf407dc71efc1dc80bd10ab206 (diff) |
Configurator fix for Org60 (#3231)
* Configurator fix
* Added LAYOUTS = 60_ansi to rules.mk
Diffstat (limited to 'keyboards/org60/rules.mk')
-rw-r--r-- | keyboards/org60/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/org60/rules.mk b/keyboards/org60/rules.mk index 566ac0cb88..c79e6e2704 100644 --- a/keyboards/org60/rules.mk +++ b/keyboards/org60/rules.mk @@ -62,3 +62,5 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: ht RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend UNICODE_ENABLE = no # Unicode + +LAYOUTS = 60_ansi |