diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-16 22:34:45 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-16 22:34:45 +0000 |
commit | e6887f4260c4e4ece34e74c34853f27af3952654 (patch) | |
tree | 1dbaf114a570b3b1a132ef6cb6310aba5030c41f /keyboards/tempo_turtle/bradpad/rules.mk | |
parent | d8e38ef0b1c93b01b7a3ec789514449e44bb7a53 (diff) | |
parent | 6d1f0598684f250256f68f85e673109675e8be86 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tempo_turtle/bradpad/rules.mk')
-rw-r--r-- | keyboards/tempo_turtle/bradpad/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/tempo_turtle/bradpad/rules.mk b/keyboards/tempo_turtle/bradpad/rules.mk new file mode 100644 index 0000000000..c0685cf304 --- /dev/null +++ b/keyboards/tempo_turtle/bradpad/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +UNICODE_ENABLE = yes |