Remove unused _BOOTLOADER defines
This commit is contained in:
parent
430c37024e
commit
72f382fc02
20 changed files with 48 additions and 55 deletions
|
@ -38,7 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define RGBLIGHT_ANIMATIONS
|
||||
|
||||
#define NO_UART 1
|
||||
#define BOOTLOADHID_BOOTLOADER 1
|
||||
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
// the backlight PWM does not work (yet). Therefore, we only have two backlight levels (on/off)
|
||||
|
|
|
@ -37,7 +37,7 @@ RGBLIGHT_ENABLE = yes
|
|||
RGBLIGHT_CUSTOM_DRIVER = yes
|
||||
|
||||
OPT_DEFS = -DDEBUG_LEVEL=0
|
||||
OPT_DEFS += -DBOOTLOADER_SIZE=2048
|
||||
BOOTLOADER = bootloadHID
|
||||
|
||||
# custom matrix setup
|
||||
SRC = i2c_master.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue