summaryrefslogtreecommitdiff
path: root/keyboards/xd60/rules.mk
diff options
context:
space:
mode:
authorMechMerlin2018-05-09 07:52:35 -0700
committerDrashna Jaelre2018-05-09 07:52:35 -0700
commit749916e6e233f66b554925f120c29e2ce353e90e (patch)
treed61446aa1e93343bb538e50a015a4f924142ddcb /keyboards/xd60/rules.mk
parent6ba2c74058aa688722c4b15f4a96b0f61868afc9 (diff)
Add standard layout to XD60 (#2925)
* add new layout and fix formatting * Add 60_ansi layout so I can use my user space defined layouts * Make QMK_KEYBOARD_H and LAYOUT renames * update info.json file
Diffstat (limited to 'keyboards/xd60/rules.mk')
-rw-r--r--keyboards/xd60/rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/xd60/rules.mk b/keyboards/xd60/rules.mk
index 759347214..50fba97e5 100644
--- a/keyboards/xd60/rules.mk
+++ b/keyboards/xd60/rules.mk
@@ -63,3 +63,5 @@ UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
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
+
+LAYOUTS = 60_ansi \ No newline at end of file