diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-22 06:40:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-22 06:40:51 +0000 |
commit | 85128302c83b7d8b2525f371c96b46ae79aac801 (patch) | |
tree | 4426330a7184326f1f6597b2a12a558da5b3415e /keyboards/sawnsprojects/satxri6key/rules.mk | |
parent | a2d94371c6c5f6171f1fcc5f549c163f627f831f (diff) | |
parent | 92cca84651b1ea2ceb3ae4037386f36bb97c8174 (diff) | |
download | qmk_firmware-85128302c83b7d8b2525f371c96b46ae79aac801.tar.gz qmk_firmware-85128302c83b7d8b2525f371c96b46ae79aac801.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/sawnsprojects/satxri6key/rules.mk')
-rw-r--r-- | keyboards/sawnsprojects/satxri6key/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/sawnsprojects/satxri6key/rules.mk b/keyboards/sawnsprojects/satxri6key/rules.mk new file mode 100644 index 0000000000..814b360d26 --- /dev/null +++ b/keyboards/sawnsprojects/satxri6key/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +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 +AUDIO_ENABLE = no # Audio output |