Remove unused _BOOTLOADER defines
This commit is contained in:
parent
430c37024e
commit
72f382fc02
20 changed files with 48 additions and 55 deletions
|
@ -46,6 +46,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define RGBLIGHT_VAL_STEP 18
|
||||
|
||||
#define NO_UART 1
|
||||
#define BOOTLOADHID_BOOTLOADER 1
|
||||
|
||||
#endif
|
||||
|
|
|
@ -25,10 +25,13 @@ NO_SUSPEND_POWER_DOWN = yes
|
|||
# processor frequency
|
||||
F_CPU = 12000000
|
||||
|
||||
# Bootloader
|
||||
# This definition is optional, and if your keyboard supports multiple bootloaders of
|
||||
# different sizes, comment this out, and the correct address will be loaded
|
||||
# automatically (+60). See bootloader.mk for all options.
|
||||
# Bootloader selection
|
||||
# Teensy halfkay
|
||||
# Pro Micro caterina
|
||||
# Atmel DFU atmel-dfu
|
||||
# LUFA DFU lufa-dfu
|
||||
# QMK DFU qmk-dfu
|
||||
# atmega32a bootloadHID
|
||||
BOOTLOADER = bootloadHID
|
||||
|
||||
# build options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue