diff options
author | wxyangf <wxf@wxf.moe> | 2021-05-16 18:34:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-16 15:34:18 -0700 |
commit | 6d1f0598684f250256f68f85e673109675e8be86 (patch) | |
tree | e66e0d9a71ab37e615d3386ad2b78724e78c6247 /keyboards/tempo_turtle/bradpad/rules.mk | |
parent | 3e1fa8cd319bccfaa666c63f1741b2bbabf27b78 (diff) | |
download | qmk_firmware-6d1f0598684f250256f68f85e673109675e8be86.tar.gz qmk_firmware-6d1f0598684f250256f68f85e673109675e8be86.zip |
[Keyboard] Added bradpad support (#12912)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
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 |