diff options
author | QMK Bot <hello@qmk.fm> | 2022-06-19 18:17:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-06-19 18:17:00 +0000 |
commit | 4e3db51e9287f690e8ddaff5c61531f02aa4d8e1 (patch) | |
tree | 9abe4c16abd6b3999e8d92990a64eb617dcbdd7c /keyboards/atset/at6/rules.mk | |
parent | c725b6bf89878aebe9c5ffa2f6c05abd9ea98117 (diff) | |
parent | ad2e85361128a2252798a7bb4c1cbc0bcd58e8ab (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/atset/at6/rules.mk')
-rw-r--r-- | keyboards/atset/at6/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/atset/at6/rules.mk b/keyboards/atset/at6/rules.mk new file mode 100644 index 0000000000..73ac281e0b --- /dev/null +++ b/keyboards/atset/at6/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 |