diff options
Diffstat (limited to 'users/snowe/readme_ocean_dream.md')
| -rw-r--r-- | users/snowe/readme_ocean_dream.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/users/snowe/readme_ocean_dream.md b/users/snowe/readme_ocean_dream.md index ca15dd47c..688afc899 100644 --- a/users/snowe/readme_ocean_dream.md +++ b/users/snowe/readme_ocean_dream.md | |||
| @@ -41,7 +41,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 41 | ``` | 41 | ``` |
| 42 | 4. In your `rules.mk` to make it easier to turn the animation on/off, add | 42 | 4. In your `rules.mk` to make it easier to turn the animation on/off, add |
| 43 | ```makefile | 43 | ```makefile |
| 44 | ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes) | 44 | ifeq ($(strip $(OLED_ENABLE)), yes) |
| 45 | #... your code here... | 45 | #... your code here... |
| 46 | 46 | ||
| 47 | ifdef OCEAN_DREAM_ENABLE | 47 | ifdef OCEAN_DREAM_ENABLE |
| @@ -59,7 +59,8 @@ endif | |||
| 59 | 59 | ||
| 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_DRIVER_ENABLE = yes | 62 | OLED_ENABLE = yes |
| 63 | OLED_DRIVER = SSD1306 | ||
| 63 | ``` | 64 | ``` |
| 64 | 65 | ||
| 65 | And if you want to disable it without turning off the OLED Driver you can simply set | 66 | And if you want to disable it without turning off the OLED Driver you can simply set |
