diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-02 12:53:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-02 12:53:52 +0000 |
commit | 414a387f221ffb7ec98dc8ca39839998785f3a53 (patch) | |
tree | cb6d621b8a7e940d717ddeee41ba8ce111a5953e /keyboards/nightly_boards/alter_lite/rules.mk | |
parent | 84d9996b6d40d57c20ba2017977ebac6b0c224ab (diff) | |
parent | d66b5db1d621fc26fcb6afbd55689eae59be4118 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nightly_boards/alter_lite/rules.mk')
-rw-r--r-- | keyboards/nightly_boards/alter_lite/rules.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/nightly_boards/alter_lite/rules.mk b/keyboards/nightly_boards/alter_lite/rules.mk new file mode 100644 index 0000000000..334299a9eb --- /dev/null +++ b/keyboards/nightly_boards/alter_lite/rules.mk @@ -0,0 +1,17 @@ +# 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 = 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 +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
\ No newline at end of file |