aboutsummaryrefslogtreecommitdiff
path: root/keyboards/treadstone48/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/treadstone48/keymaps/default/keymap.c')
-rw-r--r--keyboards/treadstone48/keymaps/default/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/treadstone48/keymaps/default/keymap.c b/keyboards/treadstone48/keymaps/default/keymap.c
index 41f8f399f..fc53d7e57 100644
--- a/keyboards/treadstone48/keymaps/default/keymap.c
+++ b/keyboards/treadstone48/keymaps/default/keymap.c
@@ -103,7 +103,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
103#define L_ADJUST (1<<_ADJUST) 103#define L_ADJUST (1<<_ADJUST)
104#define L_ADJUST_TRI (L_ADJUST|L_RAISE|L_LOWER) 104#define L_ADJUST_TRI (L_ADJUST|L_RAISE|L_LOWER)
105 105
106#ifdef OLED_DRIVER_ENABLE 106#ifdef OLED_ENABLE
107#include <stdio.h> 107#include <stdio.h>
108#include <string.h> 108#include <string.h>
109 109