Fixed compile.

This commit is contained in:
yohan 2019-08-12 17:03:40 +02:00
parent d44e279a5d
commit 98601bcf2d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#include QMK_KEYBOARD_H
#include "keymap_bepo.h"
#include "keymap_french.h"
#include "print.h"
// keymaps
#define BEPO 0 // default layer, for bepo compatible systems
@ -17,7 +18,6 @@
#define KP_00 0 // keypad "double 0"
enum custom_keycodes {
RGB_SLD = EZ_SAFE_RANGE,
EPRM,
};

View File

@ -5,4 +5,4 @@ LINK_TIME_OPTIMIZATION_ENABLE = yes
RGBLIGHT_ENABLE = no
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
COMMAND_ENABLE = no # Commands for debug and configuration
CONSOLE_ENABLE = yes