diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-07 20:00:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-07 20:00:12 +0000 |
commit | 0ea644a53b820359c5b96c7566cbc434820f3832 (patch) | |
tree | 6e079c536fc5198a633d1e0267987b5b4c8d1189 /keyboards/jolofsor/denial75/rules.mk | |
parent | 3c90a30fe7e61d56421c3c090b285cca282ca366 (diff) | |
parent | 7e58ab88ffb5a7ac556e3ca4184628ef41ba8d20 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/jolofsor/denial75/rules.mk')
-rw-r--r-- | keyboards/jolofsor/denial75/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/jolofsor/denial75/rules.mk b/keyboards/jolofsor/denial75/rules.mk new file mode 100644 index 0000000000..0d5a61e255 --- /dev/null +++ b/keyboards/jolofsor/denial75/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 = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |