diff options
Diffstat (limited to 'keyboards/gherkin/rules.mk')
-rw-r--r-- | keyboards/gherkin/rules.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/gherkin/rules.mk b/keyboards/gherkin/rules.mk index 530898bd78..416ca5e5f4 100644 --- a/keyboards/gherkin/rules.mk +++ b/keyboards/gherkin/rules.mk @@ -35,7 +35,7 @@ F_USB = $(F_CPU) # Bootloader # This definition is optional, and if your keyboard supports multiple bootloaders of -# different sizes, comment this out, and the correct address will be loaded +# different sizes, comment this out, and the correct address will be loaded # automatically (+60). See bootloader.mk for all options. BOOTLOADER = caterina @@ -54,4 +54,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality AUDIO_ENABLE = no -RGBLIGHT_ENABLE = no
\ No newline at end of file +RGBLIGHT_ENABLE = no + +LAYOUTS = ortho_3x10 |