diff options
| author | Ryan <fauxpark@gmail.com> | 2023-08-15 19:30:34 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-15 10:30:34 +0100 |
| commit | 5d2f2af19897d1f5fd35cb8475fc8b3f74f201f1 (patch) | |
| tree | 4e2a8b21bd41dc036a91562b4f25257d5b8701e0 /keyboards/keycapsss | |
| parent | 0ac8221a0a423d1a74238fcdf6b489bfe865c2e7 (diff) | |
OLED: driver naming cleanups (#21710)
Diffstat (limited to 'keyboards/keycapsss')
4 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/keycapsss/kimiko/keymaps/default/rules.mk b/keyboards/keycapsss/kimiko/keymaps/default/rules.mk index 75655f2bd5..ef4f0c0b43 100644 --- a/keyboards/keycapsss/kimiko/keymaps/default/rules.mk +++ b/keyboards/keycapsss/kimiko/keymaps/default/rules.mk | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | OLED_ENABLE = yes | 1 | OLED_ENABLE = yes |
| 2 | OLED_DRIVER = SSD1306 # Enables the use of OLED displays | ||
| 3 | ENCODER_ENABLE = yes # ENables the use of one or more encoders | 2 | ENCODER_ENABLE = yes # ENables the use of one or more encoders |
| 4 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 3 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 5 | 4 | ||
| @@ -8,4 +7,3 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | |||
| 8 | # This does not affect QMK Macros and Layers | 7 | # This does not affect QMK Macros and Layers |
| 9 | LTO_ENABLE = yes | 8 | LTO_ENABLE = yes |
| 10 | ENCODER_MAP_ENABLE = yes | 9 | ENCODER_MAP_ENABLE = yes |
| 11 | |||
diff --git a/keyboards/keycapsss/kimiko/keymaps/oriaj3/rules.mk b/keyboards/keycapsss/kimiko/keymaps/oriaj3/rules.mk index 0229490d44..96b99cdff0 100644 --- a/keyboards/keycapsss/kimiko/keymaps/oriaj3/rules.mk +++ b/keyboards/keycapsss/kimiko/keymaps/oriaj3/rules.mk | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | OLED_ENABLE = yes | 1 | OLED_ENABLE = yes |
| 2 | OLED_DRIVER = SSD1306 # Enables the use of OLED displays | ||
| 3 | ENCODER_ENABLE = yes # ENables the use of one or more encoders | 2 | ENCODER_ENABLE = yes # ENables the use of one or more encoders |
| 4 | RGBLIGHT_ENABLE = no # Disable keyboard RGB underglow | 3 | RGBLIGHT_ENABLE = no # Disable keyboard RGB underglow |
| 5 | 4 | ||
| @@ -18,4 +17,3 @@ SPLIT_KEYBOARD = yes | |||
| 18 | #DEACTIVATED FOR MEMORY SAVING | 17 | #DEACTIVATED FOR MEMORY SAVING |
| 19 | MOUSEKEY_ENABLE = no | 18 | MOUSEKEY_ENABLE = no |
| 20 | CONSOLE_ENABLE = no | 19 | CONSOLE_ENABLE = no |
| 21 | |||
diff --git a/keyboards/keycapsss/plaid_pad/keymaps/oled/rules.mk b/keyboards/keycapsss/plaid_pad/keymaps/oled/rules.mk index 9ce6e078db..dc3e29cf8b 100644 --- a/keyboards/keycapsss/plaid_pad/keymaps/oled/rules.mk +++ b/keyboards/keycapsss/plaid_pad/keymaps/oled/rules.mk | |||
| @@ -1,3 +1,2 @@ | |||
| 1 | OLED_ENABLE = yes | 1 | OLED_ENABLE = yes |
| 2 | OLED_DRIVER = SSD1306 # Enables the use of OLED displays | ||
| 3 | COMBO_ENABLE = yes | 2 | COMBO_ENABLE = yes |
diff --git a/keyboards/keycapsss/plaid_pad/rev3/rules.mk b/keyboards/keycapsss/plaid_pad/rev3/rules.mk index e72f11863f..5ec06e9609 100644 --- a/keyboards/keycapsss/plaid_pad/rev3/rules.mk +++ b/keyboards/keycapsss/plaid_pad/rev3/rules.mk | |||
| @@ -1,3 +1,2 @@ | |||
| 1 | ENCODER_ENABLE = yes | 1 | ENCODER_ENABLE = yes |
| 2 | OLED_ENABLE = yes | 2 | OLED_ENABLE = yes |
| 3 | OLED_DRIVER = SSD1306 # Enables the use of OLED displays | ||
