diff options
author | jolofsor <jolofsor@gmail.com> | 2021-12-08 03:59:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 11:59:22 -0800 |
commit | 9df50e8f5bfdce233a5e861ec565b0b5fd467d08 (patch) | |
tree | d42d43d141f573bfc08fff648a7b14ac684ae50f /keyboards/jolofsor/denial75/rules.mk | |
parent | 62112117ff0edb25f2ac06770c6d4ae84256ca5c (diff) |
[Keyboard] Add jolofsor folder and denial75 subfolder under QMK keyboards (#15334)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
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 |