summaryrefslogtreecommitdiffstats
path: root/keyboards/delilah/rules.mk
diff options
context:
space:
mode:
authorrainkeebs <44819800+rainkeebs@users.noreply.github.com>2021-04-22 07:58:09 -0700
committerGitHub <noreply@github.com>2021-04-22 10:58:09 -0400
commit4f2afaa6fbb184e7f22bec1a1df0aad55922d85e (patch)
tree12845f9daa813cdd01186db1b47fd9b5deb7dbfb /keyboards/delilah/rules.mk
parent0b6d8150e4a30deb01d3eef4eca72a4eea365355 (diff)
Delilah keyboard added (#12638)
* Delilah keyboard added * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * removed unnecessary lines as per review * removed unnecessary lines as per review Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/delilah/rules.mk')
-rw-r--r--keyboards/delilah/rules.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/delilah/rules.mk b/keyboards/delilah/rules.mk
new file mode 100644
index 0000000000..41a0abee9b
--- /dev/null
+++ b/keyboards/delilah/rules.mk
@@ -0,0 +1,19 @@
+# MCU name
+MCU = atmega32u4
+
+# Bootloader selection
+BOOTLOADER = atmel-dfu
+
+# Build Options
+# comment out to disable the options.
+#
+BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
+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
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+AUDIO_ENABLE = no
+RGBLIGHT_ENABLE = yes