summaryrefslogtreecommitdiff
path: root/keyboards/drewkeys/iskar/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-03-08 04:24:07 +0000
committerQMK Bot <hello@qmk.fm>2022-03-08 04:24:07 +0000
commit18bfbc93ab5af1844b2d89627c16ac45dd98c31b (patch)
tree49604a6172f8217d25d10513f2374a0fdeac8c92 /keyboards/drewkeys/iskar/rules.mk
parente0fbb071299b471615fcfef28255f4b533fc6a40 (diff)
parent403536986d4a4808a02bb0e0a2d0de8ab4551541 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/drewkeys/iskar/rules.mk')
-rw-r--r--keyboards/drewkeys/iskar/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/drewkeys/iskar/rules.mk b/keyboards/drewkeys/iskar/rules.mk
new file mode 100644
index 0000000000..9591f732c4
--- /dev/null
+++ b/keyboards/drewkeys/iskar/rules.mk
@@ -0,0 +1,19 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# change yes to no to disable
+#
+BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = yes # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+LTO_ENABLE = yes