aboutsummaryrefslogtreecommitdiff
path: root/keyboards/angel64/rev1/keymaps/kakunpc/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/angel64/rev1/keymaps/kakunpc/keymap.c')
-rw-r--r--keyboards/angel64/rev1/keymaps/kakunpc/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/angel64/rev1/keymaps/kakunpc/keymap.c b/keyboards/angel64/rev1/keymaps/kakunpc/keymap.c
index 6f70dd72c..3780c5e74 100644
--- a/keyboards/angel64/rev1/keymaps/kakunpc/keymap.c
+++ b/keyboards/angel64/rev1/keymaps/kakunpc/keymap.c
@@ -172,7 +172,7 @@ void matrix_scan_user(void) {
172#endif 172#endif
173} 173}
174 174
175#ifdef OLED_DRIVER_ENABLE 175#ifdef OLED_ENABLE
176void oled_task_user(void) { 176void oled_task_user(void) {
177 oled_write_P(PSTR("Layer: "), false); 177 oled_write_P(PSTR("Layer: "), false);
178 switch (biton32(layer_state)) { 178 switch (biton32(layer_state)) {