diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-07 19:59:04 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-07 19:59:04 +0000 |
commit | 3c90a30fe7e61d56421c3c090b285cca282ca366 (patch) | |
tree | b21bbf37b33e62626e57aebdc99e709f9f00b6dc /keyboards/eternal_keypad/rules.mk | |
parent | 6cc51eb9d91ee4ededa70cae879a20d9e7100b85 (diff) | |
parent | 62112117ff0edb25f2ac06770c6d4ae84256ca5c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/eternal_keypad/rules.mk')
-rw-r--r-- | keyboards/eternal_keypad/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/eternal_keypad/rules.mk b/keyboards/eternal_keypad/rules.mk new file mode 100644 index 0000000000..ef9b9d80de --- /dev/null +++ b/keyboards/eternal_keypad/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # 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 +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |