diff options
author | Ole Westendorff <owestend@gmail.com> | 2020-09-22 05:35:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-21 20:35:51 -0700 |
commit | 967ed19d77ce6793dac6cd94e294fe9edff5a39b (patch) | |
tree | a51b3e62b92841e4ca0778f2b73b50a55a61f53d /keyboards/xd60/rev2 | |
parent | 342ab6ab80ce4a3c1a12c1a8621afdacae82e674 (diff) | |
download | firmware-967ed19d77ce6793dac6cd94e294fe9edff5a39b.tar.gz firmware-967ed19d77ce6793dac6cd94e294fe9edff5a39b.tar.bz2 firmware-967ed19d77ce6793dac6cd94e294fe9edff5a39b.zip |
[keyboard] xd60: add split layout for ansi and iso (#10337)
Diffstat (limited to 'keyboards/xd60/rev2')
-rw-r--r-- | keyboards/xd60/rev2/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/xd60/rev2/rules.mk b/keyboards/xd60/rev2/rules.mk index 1c96804e7..56a01b3c5 100644 --- a/keyboards/xd60/rev2/rules.mk +++ b/keyboards/xd60/rev2/rules.mk @@ -23,7 +23,7 @@ MIDI_ENABLE = no # MIDI controls AUDIO_ENABLE = no # Audio output on port C6 UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. +RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -LAYOUTS = 60_ansi 60_iso +LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_iso 60_iso_split_bs_rshift |