aboutsummaryrefslogtreecommitdiff
path: root/users/riblee/riblee.c
diff options
context:
space:
mode:
Diffstat (limited to 'users/riblee/riblee.c')
-rw-r--r--users/riblee/riblee.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/riblee/riblee.c b/users/riblee/riblee.c
index 6e548f1d8..6e6a7c23c 100644
--- a/users/riblee/riblee.c
+++ b/users/riblee/riblee.c
@@ -173,7 +173,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
173 return true; 173 return true;
174}; 174};
175 175
176#ifdef OLED_DRIVER_ENABLE 176#ifdef OLED_ENABLE
177 177
178static char receive_buffer[128] = {}; 178static char receive_buffer[128] = {};
179static uint8_t receive_buffer_length = 0; 179static uint8_t receive_buffer_length = 0;
@@ -227,4 +227,4 @@ void raw_hid_receive(uint8_t *data, uint8_t length) {
227 227
228#endif 228#endif
229 229
230#endif \ No newline at end of file 230#endif