diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-07-31 06:22:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 14:22:12 +0100 |
commit | 56f84774d7c8faa31a38dc7c6d71e2eb72be5320 (patch) | |
tree | 6d4732a40ed05058f62c32c41e022fc1817607f3 /keyboards/rart/rartland/rules.mk | |
parent | d191ccfdc5c18bb390da03c007c85083e9863499 (diff) |
Rartland: add 65_ansi and 65_iso layouts (#13807)
* add 65_ansi and 65_iso layouts
... with Community Layout support
* add block comment of layouts to rartland.h
Diffstat (limited to 'keyboards/rart/rartland/rules.mk')
-rw-r--r-- | keyboards/rart/rartland/rules.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/rart/rartland/rules.mk b/keyboards/rart/rartland/rules.mk index 57d8e6a996..fa3dd5338c 100644 --- a/keyboards/rart/rartland/rules.mk +++ b/keyboards/rart/rartland/rules.mk @@ -10,11 +10,11 @@ BOOTLOADER = USBasp # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration -MOUSEKEY_ENABLE = no # Mouse keys +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work @@ -25,5 +25,6 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output UNICODE_ENABLE = yes OLED_DRIVER_ENABLE = yes -ENCODER_ENABLE = yes +ENCODER_ENABLE = yes +LAYOUTS = 65_ansi 65_iso |