summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/66_hotswap/prototype/rules.mk
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2019-02-24 02:25:25 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-24 02:25:25 +0100
commit0f62383be57d2e3dacc79a76973295c73e805038 (patch)
treeed61dd8da62da9198c0a8268e2235a15f7014e46 /keyboards/clueboard/66_hotswap/prototype/rules.mk
parent539a6fc8255b5a9f0173dca0b9b6bd94c12a51f4 (diff)
downloadqmk_firmware-0f62383be57d2e3dacc79a76973295c73e805038.tar.gz
qmk_firmware-0f62383be57d2e3dacc79a76973295c73e805038.tar.xz
Clueboard 66% Hotswap Support (#5204)
* Initial Clueboard 66% arm support * Fix LAYOUT_66_ansi * wip * Bring this branch up to date with led_matrix * Get Clueboard 66% hotswap working with led_matrix * stm32 cleanup * Fix compiling for clueboard 66% hotswap prototype * Reduce the size of the prototype firmware
Diffstat (limited to 'keyboards/clueboard/66_hotswap/prototype/rules.mk')
-rw-r--r--keyboards/clueboard/66_hotswap/prototype/rules.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/clueboard/66_hotswap/prototype/rules.mk b/keyboards/clueboard/66_hotswap/prototype/rules.mk
new file mode 100644
index 000000000..887592b37
--- /dev/null
+++ b/keyboards/clueboard/66_hotswap/prototype/rules.mk
@@ -0,0 +1,24 @@
+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