summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/light/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/light/rules.mk')
-rw-r--r--keyboards/planck/light/rules.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/planck/light/rules.mk b/keyboards/planck/light/rules.mk
new file mode 100644
index 000000000..02c39c43a
--- /dev/null
+++ b/keyboards/planck/light/rules.mk
@@ -0,0 +1,9 @@
+MIDI_ENABLE = yes
+AUDIO_ENABLE = yes # Audio output on port C6
+MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
+NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
+
+OPT_DEFS += -DBOOTLOADER_SIZE=8192
+
+MCU = at90usb1286 \ No newline at end of file