diff options
author | noclew <noclew@users.noreply.github.com> | 2021-05-12 20:19:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 17:19:48 -0700 |
commit | d200e3de8ebba08e374b53063638575e04bff543 (patch) | |
tree | 66d451fad3c08cf8e9917c5f682364c737fd79c2 /keyboards/delikeeb/vanana/rules.mk | |
parent | 49bc835aa9046806e4e4374e4ad6518d894e358e (diff) | |
download | qmk_firmware-d200e3de8ebba08e374b53063638575e04bff543.tar.gz qmk_firmware-d200e3de8ebba08e374b53063638575e04bff543.zip |
[Keyboard] updated a vendor name / fixed minor keymap issues (#12881)
Diffstat (limited to 'keyboards/delikeeb/vanana/rules.mk')
-rw-r--r-- | keyboards/delikeeb/vanana/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/delikeeb/vanana/rules.mk b/keyboards/delikeeb/vanana/rules.mk new file mode 100644 index 0000000000..f4aa799093 --- /dev/null +++ b/keyboards/delikeeb/vanana/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build 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 +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +BLUETOOTH_ENABLE = no # Enable Bluetooth +ENCODER_ENABLE = yes # Enable Rotary Encoder + +# additional features for ELITE-C +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +DEFAULT_FOLDER = delikeeb/vanana/rev2 |