diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-22 14:58:49 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-22 14:58:49 +0000 |
commit | 417803d7ae7a1fa84658ca547498c8d815543f20 (patch) | |
tree | e2dd2d780d9ac17cd058b475b21f8f8d60b04354 /keyboards/delilah/rules.mk | |
parent | 15ff1927dbb01542de895cf8c6c91b69591893ca (diff) | |
parent | 4f2afaa6fbb184e7f22bec1a1df0aad55922d85e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/delilah/rules.mk')
-rw-r--r-- | keyboards/delilah/rules.mk | 19 |
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 |