diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-02 11:47:16 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-02 11:47:16 +0000 |
commit | 0856b36139e3948604aeeb99eececdcccfd2298a (patch) | |
tree | f765953d062899fd4af4bc8f49ed75972d75a832 /keyboards/atset/at3/rules.mk | |
parent | c679decb2b85532c617763a9fd0d2f30e6575ab3 (diff) | |
parent | c725f6f7680b7d8f89974676ce46dd94b74431c0 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/atset/at3/rules.mk')
-rw-r--r-- | keyboards/atset/at3/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/atset/at3/rules.mk b/keyboards/atset/at3/rules.mk new file mode 100644 index 0000000000..73ac281e0b --- /dev/null +++ b/keyboards/atset/at3/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 = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |