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/planck | |
| parent | 0ac8221a0a423d1a74238fcdf6b489bfe865c2e7 (diff) | |
OLED: driver naming cleanups (#21710)
Diffstat (limited to 'keyboards/planck')
| -rw-r--r-- | keyboards/planck/keymaps/rootiest/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/rootiest/rules.mk b/keyboards/planck/keymaps/rootiest/rules.mk index ca0f90b6e9..d6f42b33ad 100644 --- a/keyboards/planck/keymaps/rootiest/rules.mk +++ b/keyboards/planck/keymaps/rootiest/rules.mk | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | SRC += muse.c | 1 | SRC += muse.c |
| 2 | ENCODER_ENABLE = yes # Enables basic encoder support | 2 | ENCODER_ENABLE = yes # Enables basic encoder support |
| 3 | OLED_ENABLE = yes | 3 | OLED_ENABLE = yes |
| 4 | OLED_DRIVER = SSD1306 # Enables support for OLED displays | ||
| 5 | # UNICODE_ENABLE = yes # Allow inputting basic unicode characters | 4 | # UNICODE_ENABLE = yes # Allow inputting basic unicode characters |
| 6 | UNICODEMAP_ENABLE = yes # Enable use of Unicode mapping array | 5 | UNICODEMAP_ENABLE = yes # Enable use of Unicode mapping array |
| 7 | # UCIS_ENABLE = yes # Another method for generating Unicode characters via maps | 6 | # UCIS_ENABLE = yes # Another method for generating Unicode characters via maps |
