From ee700b2e831067bdb7584425569b61bc6329247b Mon Sep 17 00:00:00 2001 From: noroadsleft <18669334+noroadsleft@users.noreply.github.com> Date: Mon, 25 Jun 2018 17:09:06 -0700 Subject: Configurator fix for Org60 (#3231) * Configurator fix * Added LAYOUTS = 60_ansi to rules.mk --- keyboards/org60/rules.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keyboards/org60/rules.mk') diff --git a/keyboards/org60/rules.mk b/keyboards/org60/rules.mk index 566ac0cb8..c79e6e270 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 -- cgit v1.2.3-24-g4f1b