diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-06 05:18:45 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-06 05:18:45 +0000 |
commit | 3ba2ce40a51628c943c2eb8573fa8e4c9763821e (patch) | |
tree | ae33911ae56d806d051bb7178c5da33dcd474093 /keyboards/flehrad/tradestation/rules.mk | |
parent | ea5d778f900a95ffb70f6ef51d2c3256ec06e956 (diff) | |
parent | b9a1b61f6ac42bbd73123d86058ec8b7048d5da6 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/flehrad/tradestation/rules.mk')
-rw-r--r-- | keyboards/flehrad/tradestation/rules.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/keyboards/flehrad/tradestation/rules.mk b/keyboards/flehrad/tradestation/rules.mk index cf6c47d74b..cf3068c02f 100644 --- a/keyboards/flehrad/tradestation/rules.mk +++ b/keyboards/flehrad/tradestation/rules.mk @@ -2,17 +2,10 @@ MCU = atmega32u4 # Bootloader selection -# Teensy halfkay -# Pro Micro caterina -# Atmel DFU atmel-dfu -# LUFA DFU lufa-dfu -# QMK DFU qmk-dfu -# ATmega32A bootloadHID -# ATmega328P USBasp BOOTLOADER = caterina # Build Options -# comment out to disable the options. +# change yes to no to disable # BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |