diff options
author | fauxpark <fauxpark@gmail.com> | 2019-10-25 07:50:13 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-24 13:50:13 -0700 |
commit | e96cac0814995e2a0735708727cbab599d6cf5f1 (patch) | |
tree | 2f5da56d6701d171541a3813dd7a93d3e1d5073c /keyboards/maxr1998/pulse4k/rules.mk | |
parent | 335dd0271e344fec1a0f086b34da6f8ae0d8bd60 (diff) |
Cleanup rules.mk for 32U4 keyboards, L-M (#7120)
* Cleanup rules.mk for 32U4 keyboards, L-M
* Move some stuff to keyboard level
Diffstat (limited to 'keyboards/maxr1998/pulse4k/rules.mk')
-rw-r--r-- | keyboards/maxr1998/pulse4k/rules.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/maxr1998/pulse4k/rules.mk b/keyboards/maxr1998/pulse4k/rules.mk index 6446662215..cee105352f 100644 --- a/keyboards/maxr1998/pulse4k/rules.mk +++ b/keyboards/maxr1998/pulse4k/rules.mk @@ -1,15 +1,16 @@ # MCU name MCU = atmega32u4 -# 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 +# ATmega328P USBasp BOOTLOADER = atmel-dfu -# Interrupt driven control endpoint task(+60) -OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT - # Build Options # change to "no" to disable the options, or define them in the Makefile in # the appropriate keymap folder that will get included automatically @@ -30,4 +31,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. API_SYSEX_ENABLE = no SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend - |