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 /users | |
| parent | 0ac8221a0a423d1a74238fcdf6b489bfe865c2e7 (diff) | |
OLED: driver naming cleanups (#21710)
Diffstat (limited to 'users')
| -rw-r--r-- | users/snowe/readme_ocean_dream.md | 1 | ||||
| -rw-r--r-- | users/tominabox1/rules.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/users/snowe/readme_ocean_dream.md b/users/snowe/readme_ocean_dream.md index 688afc8998..fd6de1bca7 100644 --- a/users/snowe/readme_ocean_dream.md +++ b/users/snowe/readme_ocean_dream.md | |||
| @@ -60,7 +60,6 @@ endif | |||
| 60 | You're done! Now you can enable **Ocean Dream** by simply turning on the OLED feature | 60 | You're done! Now you can enable **Ocean Dream** by simply turning on the OLED feature |
| 61 | ```makefile | 61 | ```makefile |
| 62 | OLED_ENABLE = yes | 62 | OLED_ENABLE = yes |
| 63 | OLED_DRIVER = SSD1306 | ||
| 64 | ``` | 63 | ``` |
| 65 | 64 | ||
| 66 | And if you want to disable it without turning off the OLED Driver you can simply set | 65 | And if you want to disable it without turning off the OLED Driver you can simply set |
diff --git a/users/tominabox1/rules.mk b/users/tominabox1/rules.mk index 1df5634640..f1ee5c0485 100644 --- a/users/tominabox1/rules.mk +++ b/users/tominabox1/rules.mk | |||
| @@ -12,7 +12,6 @@ RGB_MATRIX_ENABLE = yes | |||
| 12 | EXTRAFLAGS += -flto | 12 | EXTRAFLAGS += -flto |
| 13 | BOOTLOADER = qmk-dfu | 13 | BOOTLOADER = qmk-dfu |
| 14 | OLED_ENABLE = yes | 14 | OLED_ENABLE = yes |
| 15 | OLED_DRIVER = SSD1306 | ||
| 16 | endif | 15 | endif |
| 17 | 16 | ||
| 18 | ifeq ($(strip $(KEYBOARD)), lazydesigners/dimple) | 17 | ifeq ($(strip $(KEYBOARD)), lazydesigners/dimple) |
