-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[keyboard] tominabox1/le_chiffre oled rework #21611
Conversation
24eb58b
to
614a8de
Compare
52f4b21
to
dc5717c
Compare
Using oled_write_ln indiscriminately resulted in an unintended blank line if the layer name was long enough to fill the entire row. Relocating the section breaks allows keymaps to omit or override the characters used while still leveraging keyboard-level functions.
dc5717c
to
c4aab9c
Compare
Co-authored-by: Drashna Jaelre <[email protected]>
More portable and results in smaller firmware.
I try not to actively pester people re: PRs, but I made a last-second change that you may have opinions about (using I was unaware that there is no implementation of |
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
Co-authored-by: Drashna Jaelre <[email protected]>
Description
Provides OLED functionality at the keyboard level, and refactors the individual keymaps to better leverage now-shared functions. A follow-up to #21567.
Types of Changes
Checklist