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
This commit is contained in:
James Young
2021-07-31 06:22:12 -07:00
committed by GitHub
parent d191ccfdc5
commit 56f84774d7
3 changed files with 215 additions and 5 deletions

View File

@@ -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