summaryrefslogtreecommitdiff
path: root/keyboards/doro67/rgb/rules.mk
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-09-23 15:56:24 -0700
committerDrashna Jaelre <drashna@live.com>2019-09-23 15:56:24 -0700
commit8eb0aefb60aef8d5a88b8b7789c094be7ec194ee (patch)
tree55bc65a1a3559315ed4ffc92d0e91b5273f1af83 /keyboards/doro67/rgb/rules.mk
parentced8c554e6360badafe3882b69451a33015c265c (diff)
[Keyboard] 65_ansi_blocker support for Doro67 (#6791)
* rename LAYOUT to LAYOUT_65_blocker_ansi * rename LAYOUT macro * enable LAYOUT_65_blocker_ansi community layout support and remove uneeded lines of code * rename LAYOUT to LAYOUT_65_blocker_ansi * rename LAYOUT macro * enable LAYOUT_65_blocker_ansi community layout support * enable LAYOUT_65_blocker_ansi support * fix rename mess up * add QMK Configurator support with the new rename * rename blocker_ansi to ansi_blocker as it rolls off the tongue easier
Diffstat (limited to 'keyboards/doro67/rgb/rules.mk')
-rw-r--r--keyboards/doro67/rgb/rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/doro67/rgb/rules.mk b/keyboards/doro67/rgb/rules.mk
index 36001da3ac..df77b4311b 100644
--- a/keyboards/doro67/rgb/rules.mk
+++ b/keyboards/doro67/rgb/rules.mk
@@ -80,3 +80,5 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
+
+LAYOUTS = 65_ansi_blocker \ No newline at end of file