diff options
author | fauxpark <fauxpark@gmail.com> | 2019-08-02 13:47:52 +1000 |
---|---|---|
committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-08-04 20:46:57 -0700 |
commit | 72f382fc02b3c5c81c54fd2d239d653fe2f8083c (patch) | |
tree | 4000273f563ec929108f95950916f8b703e17a96 /keyboards/winkeyless | |
parent | 430c37024e8de42bb735f26386f2b13f042e3569 (diff) | |
download | qmk_firmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.tar.gz qmk_firmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.zip |
Remove unused _BOOTLOADER defines
Diffstat (limited to 'keyboards/winkeyless')
-rw-r--r-- | keyboards/winkeyless/bface/config.h | 1 | ||||
-rw-r--r-- | keyboards/winkeyless/bface/rules.mk | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/winkeyless/bface/config.h b/keyboards/winkeyless/bface/config.h index 7a1fe3335..20f3642dc 100644 --- a/keyboards/winkeyless/bface/config.h +++ b/keyboards/winkeyless/bface/config.h | |||
@@ -38,7 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
38 | #define RGBLIGHT_ANIMATIONS | 38 | #define RGBLIGHT_ANIMATIONS |
39 | 39 | ||
40 | #define NO_UART 1 | 40 | #define NO_UART 1 |
41 | #define BOOTLOADHID_BOOTLOADER 1 | ||
42 | 41 | ||
43 | #ifdef BACKLIGHT_ENABLE | 42 | #ifdef BACKLIGHT_ENABLE |
44 | // the backlight PWM does not work (yet). Therefore, we only have two backlight levels (on/off) | 43 | // the backlight PWM does not work (yet). Therefore, we only have two backlight levels (on/off) |
diff --git a/keyboards/winkeyless/bface/rules.mk b/keyboards/winkeyless/bface/rules.mk index b6d172f26..4e016b47d 100644 --- a/keyboards/winkeyless/bface/rules.mk +++ b/keyboards/winkeyless/bface/rules.mk | |||
@@ -37,7 +37,7 @@ RGBLIGHT_ENABLE = yes | |||
37 | RGBLIGHT_CUSTOM_DRIVER = yes | 37 | RGBLIGHT_CUSTOM_DRIVER = yes |
38 | 38 | ||
39 | OPT_DEFS = -DDEBUG_LEVEL=0 | 39 | OPT_DEFS = -DDEBUG_LEVEL=0 |
40 | OPT_DEFS += -DBOOTLOADER_SIZE=2048 | 40 | BOOTLOADER = bootloadHID |
41 | 41 | ||
42 | # custom matrix setup | 42 | # custom matrix setup |
43 | SRC = i2c_master.c | 43 | SRC = i2c_master.c |