diff options
Diffstat (limited to 'keyboards/treadstone48/keymaps/default')
| -rw-r--r-- | keyboards/treadstone48/keymaps/default/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/treadstone48/keymaps/default/rules.mk | 3 |
2 files changed, 3 insertions, 2 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 | ||
diff --git a/keyboards/treadstone48/keymaps/default/rules.mk b/keyboards/treadstone48/keymaps/default/rules.mk index 26bacb0cf..23c4ae954 100644 --- a/keyboards/treadstone48/keymaps/default/rules.mk +++ b/keyboards/treadstone48/keymaps/default/rules.mk | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | MOUSEKEY_ENABLE = yes # Mouse keys | 1 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 2 | 2 | ||
| 3 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 3 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 4 | OLED_DRIVER_ENABLE = yes | 4 | OLED_ENABLE = yes |
| 5 | OLED_DRIVER = SSD1306 | ||
| 5 | LTO_ENABLE = yes | 6 | LTO_ENABLE = yes |
| 6 | 7 | ||
| 7 | # If you want to change the display of OLED, you need to change here | 8 | # If you want to change the display of OLED, you need to change here |
