mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-07 04:05:36 -04:00
[Keyboard] Sol 3 Keyboard from RGBKB (#15687)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Franklyn Tackitt <franklyn@tackitt.net>
This commit is contained in:
parent
79c037b4db
commit
4bcb1d75f3
4 changed files with 253 additions and 2 deletions
|
@ -226,8 +226,8 @@ static void render_leds(void)
|
|||
static void render_touch(void)
|
||||
{
|
||||
// Host Touch LED Status
|
||||
oled_write_P(!touch_encoder_toggled() ? PSTR("TOUCH") : PSTR(" "), false);
|
||||
oled_write_P(touch_encoder_calibrating() ? PSTR("CLBRT") : PSTR(" "), false);
|
||||
oled_write_P(touch_encoder_is_on() ? PSTR("TOUCH") : PSTR(" "), false);
|
||||
oled_write_P(touch_encoder_is_calibrating() ? PSTR("CLBRT") : PSTR(" "), false);
|
||||
}
|
||||
|
||||
bool oled_task_user(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue