summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/66_hotswap/gen1/rules.mk
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2018-08-11 21:14:02 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2018-08-11 22:19:39 +0200
commit8e50a472ab2a6740f7659807cf6dd70c15fdf641 (patch)
tree3db0965d4bf47c8ac7d371c4ab4fa4c913fd8ce8 /keyboards/clueboard/66_hotswap/gen1/rules.mk
parentc909c4ea50ee6cef77e54f746c11f2c896181e48 (diff)
downloadqmk_firmware-8e50a472ab2a6740f7659807cf6dd70c15fdf641.tar.gz
qmk_firmware-8e50a472ab2a6740f7659807cf6dd70c15fdf641.tar.xz
Make both RGB and sound work on Clueboard 66% hotswap
Diffstat (limited to 'keyboards/clueboard/66_hotswap/gen1/rules.mk')
-rw-r--r--keyboards/clueboard/66_hotswap/gen1/rules.mk25
1 files changed, 24 insertions, 1 deletions
diff --git a/keyboards/clueboard/66_hotswap/gen1/rules.mk b/keyboards/clueboard/66_hotswap/gen1/rules.mk
index 54a2685bf..887592b37 100644
--- a/keyboards/clueboard/66_hotswap/gen1/rules.mk
+++ b/keyboards/clueboard/66_hotswap/gen1/rules.mk
@@ -1 +1,24 @@
-BACKLIGHT_ENABLE = yes \ No newline at end of file
+EXTRAFLAGS += -flto
+LAYOUTS = 66_ansi
+MCU = atmega32u4
+F_CPU = 16000000
+ARCH = AVR8
+F_USB = $(F_CPU)
+OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
+OPT_DEFS += -DBOOTLOADER_SIZE=4096
+
+# Build Options
+# comment out to disable the options.
+#
+BACKLIGHT_ENABLE = yes
+BOOTMAGIC_ENABLE = no
+MOUSEKEY_ENABLE = no
+EXTRAKEY_ENABLE = yes
+CONSOLE_ENABLE = yes
+COMMAND_ENABLE = no
+NKRO_ENABLE = yes
+AUDIO_ENABLE = yes
+RGBLIGHT_ENABLE = yes
+MIDI_ENABLE = no
+UNICODE_ENABLE = no
+BLUETOOTH_ENABLE = no