diff options
Diffstat (limited to 'keyboards/palette1202/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/palette1202/keymaps/default/keymap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/palette1202/keymaps/default/keymap.c b/keyboards/palette1202/keymaps/default/keymap.c index b55b39a40..fb28dedbe 100644 --- a/keyboards/palette1202/keymaps/default/keymap.c +++ b/keyboards/palette1202/keymaps/default/keymap.c | |||
@@ -14,7 +14,7 @@ | |||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | #include QMK_KEYBOARD_H | 16 | #include QMK_KEYBOARD_H |
17 | #ifdef OLED_DRIVER_ENABLE | 17 | #ifdef OLED_ENABLE |
18 | #include <string.h> | 18 | #include <string.h> |
19 | #include "lib/oled_helper.h" | 19 | #include "lib/oled_helper.h" |
20 | #endif | 20 | #endif |
@@ -273,7 +273,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
273 | } | 273 | } |
274 | 274 | ||
275 | // OLED Display | 275 | // OLED Display |
276 | #ifdef OLED_DRIVER_ENABLE | 276 | #ifdef OLED_ENABLE |
277 | void oled_task_user(void) { | 277 | void oled_task_user(void) { |
278 | // get layer Number | 278 | // get layer Number |
279 | uint8_t currentDefault = get_highest_layer(default_layer_state); | 279 | uint8_t currentDefault = get_highest_layer(default_layer_state); |
@@ -327,4 +327,4 @@ void oled_task_user(void) { | |||
327 | render_row(3, " "); | 327 | render_row(3, " "); |
328 | } | 328 | } |
329 | } | 329 | } |
330 | #endif // #ifdef OLED_DRIVER_ENABLE | 330 | #endif // #ifdef OLED_ENABLE |