Commit Graph

10 Commits

Author SHA1 Message Date
Mark Stosberg
d382503975
fixup: recommended change from drashna 2024-11-13 20:27:09 -05:00
Mark Stosberg
25a4d5fb86
fixup: move OLED task logic from default keyboard to keyboard level.
Thanks to @drasha suggestion.
2024-11-13 20:22:51 -05:00
Mark Stosberg
8d6b3409cc
BugFixes: Typing, switch to RP2040 & sprintf
- The angle of -30 was not displaying correctly with unsigned type
- Explicitly cast a result to a double for consistent typing
- The code without snprintf didn't work. Revert to snprintf, but also
  switch to RP2040 which has room for it.
2024-11-13 20:22:50 -05:00
Mark Stosberg
b2ab70d23a
fixup: comment, whitespace 2024-11-13 20:22:50 -05:00
Mark Stosberg
c7c04c1ce5
refinemts: OLED is working better, but new problems.
Now the OLED display is no longer scrambled, but there are two new problems with it:

 1. The number "506" is printed over the design
 2. The screen never refreshes. As originally submitted, the OLED
    would update to reflect layer changes.
2024-11-13 20:22:50 -05:00
Mark Stosberg
a97ebfef8a
fixup: remove apparently unnecessary MOUSEKEY section and re-indent 2024-11-13 20:22:50 -05:00
Mark Stosberg
b0fad57a30
fixup: remove unnecesssary header include 2024-11-13 20:22:50 -05:00
Mark Stosberg
48f99880c5
refinements: right half no longer works
After this round of refinements, the left half of keyboard and the
pointing device work, but no keycodes are emitted from the right half
at all.
2024-11-13 20:22:50 -05:00
Mark Stosberg
61960ab4d1
minimize includes in cocot46plus.c
Co-authored-by: Ryan <fauxpark@gmail.com>
2024-11-13 20:22:49 -05:00
Mark Stosberg
8bd2c19129
[Keyboard] add aki27/cocot46plus 2024-11-13 20:22:49 -05:00