summaryrefslogtreecommitdiffstats
path: root/users/snowe/ocean_dream.c
Commit message (Collapse)AuthorAgeFilesLines
* Adjust oled gen to fix flashing on timeout (#18747)Tyler Thrailkill2022-10-191-61/+62
| | | | | | | | Fixes an issue in Ocean Dream that causes flashing after the oled screen times out and turns off. This occurs because writing to an OLED screen turns it on as well and we are both writing then immediately turning the screen off, but only if the timeout has occurred (no WPM, 30 seconds has passed).
* snowe keymap/userspace and Ocean Dream animation (#12477)Tyler Thrailkill2021-06-241-0/+555
* Add snowe keymap/userspace & Ocean Dream animation * Add snowe userspace with keymap wrappers and two animations * Add crkbd keymap * Add Ocean Dream animation, a cool full screen animation with: * * twinkling stars * * meteor showers * * ocean waves * * island with palm tree * * moon with phases * Disable Luna so travis build succeeds. * Add more copyrights * Add pragma once to keycode_aliases.h Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>