aboutsummaryrefslogtreecommitdiff
path: root/keyboards/halfcliff
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/halfcliff')
-rw-r--r--keyboards/halfcliff/halfcliff.c2
-rw-r--r--keyboards/halfcliff/rules.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/halfcliff/halfcliff.c b/keyboards/halfcliff/halfcliff.c
index 999e9036d..4e2910b84 100644
--- a/keyboards/halfcliff/halfcliff.c
+++ b/keyboards/halfcliff/halfcliff.c
@@ -16,7 +16,7 @@
16 16
17#include "halfcliff.h" 17#include "halfcliff.h"
18 18
19#ifdef OLED_DRIVER_ENABLE 19#ifdef OLED_ENABLE
20 20
21// Defines names for use in layer keycodes and the keymap 21// Defines names for use in layer keycodes and the keymap
22enum layer_names { 22enum layer_names {
diff --git a/keyboards/halfcliff/rules.mk b/keyboards/halfcliff/rules.mk
index ca271d18d..0ecdbb5e5 100644
--- a/keyboards/halfcliff/rules.mk
+++ b/keyboards/halfcliff/rules.mk
@@ -24,6 +24,6 @@ SPLIT_KEYBOARD = yes
24ENCODER_ENABLE = no 24ENCODER_ENABLE = no
25POINTING_DEVICE_ENABLE = no 25POINTING_DEVICE_ENABLE = no
26CUSTOM_MATRIX = yes 26CUSTOM_MATRIX = yes
27OLED_DRIVER_ENABLE = no 27OLED_ENABLE = no
28 28
29SRC += matrix.c 29SRC += matrix.c