diff options
Diffstat (limited to 'keyboards/rgbkb/pan')
| -rw-r--r-- | keyboards/rgbkb/pan/keymaps/default/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/rgbkb/pan/rules.mk | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/rgbkb/pan/keymaps/default/keymap.c b/keyboards/rgbkb/pan/keymaps/default/keymap.c index f19d36256..dac385aa4 100644 --- a/keyboards/rgbkb/pan/keymaps/default/keymap.c +++ b/keyboards/rgbkb/pan/keymaps/default/keymap.c | |||
| @@ -70,7 +70,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 70 | ) | 70 | ) |
| 71 | }; | 71 | }; |
| 72 | 72 | ||
| 73 | #ifdef OLED_DRIVER_ENABLE | 73 | #ifdef OLED_ENABLE |
| 74 | void oled_task_user(void) { | 74 | void oled_task_user(void) { |
| 75 | // Host Keyboard Layer Status | 75 | // Host Keyboard Layer Status |
| 76 | oled_write_P(PSTR("RGBKB Pan\n"), false); | 76 | oled_write_P(PSTR("RGBKB Pan\n"), false); |
diff --git a/keyboards/rgbkb/pan/rules.mk b/keyboards/rgbkb/pan/rules.mk index 01a98fc5e..301b17d7f 100644 --- a/keyboards/rgbkb/pan/rules.mk +++ b/keyboards/rgbkb/pan/rules.mk | |||
| @@ -16,7 +16,8 @@ RGB_MATRIX_ENABLE = yes | |||
| 16 | RGB_MATRIX_DRIVER = WS2812 | 16 | RGB_MATRIX_DRIVER = WS2812 |
| 17 | WS2812_DRIVER = bitbang | 17 | WS2812_DRIVER = bitbang |
| 18 | ENCODER_ENABLE = yes | 18 | ENCODER_ENABLE = yes |
| 19 | OLED_DRIVER_ENABLE = yes | 19 | OLED_ENABLE = yes |
| 20 | OLED_DRIVER = SSD1306 | ||
| 20 | 21 | ||
| 21 | # RGB layout selection | 22 | # RGB layout selection |
| 22 | RGB_ENCODERS = yes # For RGB encoders, solder on both WS2811 chips | 23 | RGB_ENCODERS = yes # For RGB encoders, solder on both WS2811 chips |
