diff options
author | 2019-08-02 13:47:52 +1000 | |
---|---|---|
committer | 2019-08-04 20:46:57 -0700 | |
commit | 72f382fc02b3c5c81c54fd2d239d653fe2f8083c (patch) | |
tree | 4000273f563ec929108f95950916f8b703e17a96 /keyboards/alice | |
parent | 430c37024e8de42bb735f26386f2b13f042e3569 (diff) | |
download | qmk_firmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.tar.gz |
Remove unused _BOOTLOADER defines
Diffstat (limited to 'keyboards/alice')
-rw-r--r-- | keyboards/alice/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/alice/config.h b/keyboards/alice/config.h index 07b9599f5..2200fbbe4 100644 --- a/keyboards/alice/config.h +++ b/keyboards/alice/config.h @@ -36,4 +36,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_ANIMATIONS #define NO_UART 1 -#define BOOTLOADHID_BOOTLOADER 1 |