Fixed compile.
This commit is contained in:
parent
d44e279a5d
commit
98601bcf2d
@ -1,6 +1,7 @@
|
|||||||
#include QMK_KEYBOARD_H
|
#include QMK_KEYBOARD_H
|
||||||
#include "keymap_bepo.h"
|
#include "keymap_bepo.h"
|
||||||
#include "keymap_french.h"
|
#include "keymap_french.h"
|
||||||
|
#include "print.h"
|
||||||
|
|
||||||
// keymaps
|
// keymaps
|
||||||
#define BEPO 0 // default layer, for bepo compatible systems
|
#define BEPO 0 // default layer, for bepo compatible systems
|
||||||
@ -17,7 +18,6 @@
|
|||||||
#define KP_00 0 // keypad "double 0"
|
#define KP_00 0 // keypad "double 0"
|
||||||
|
|
||||||
enum custom_keycodes {
|
enum custom_keycodes {
|
||||||
RGB_SLD = EZ_SAFE_RANGE,
|
|
||||||
EPRM,
|
EPRM,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -5,4 +5,4 @@ LINK_TIME_OPTIMIZATION_ENABLE = yes
|
|||||||
RGBLIGHT_ENABLE = no
|
RGBLIGHT_ENABLE = no
|
||||||
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
||||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
|
CONSOLE_ENABLE = yes
|
||||||
|
Loading…
Reference in New Issue
Block a user