diff options
author | Drashna Jaelre <drashna@live.com> | 2022-01-30 13:29:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 13:29:43 -0800 |
commit | d1cf218b9dad0d35413349e7b78ff21612958579 (patch) | |
tree | e976b14472e3c2099381013920bd56cb0c015905 /users/drashna/oled | |
parent | b57f8a8b9fd50bdb39473e7730400e14b879da72 (diff) |
[Keyboard] Overhaul Tractyl Manuform (#16134)
Diffstat (limited to 'users/drashna/oled')
-rw-r--r-- | users/drashna/oled/oled_stuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/drashna/oled/oled_stuff.c b/users/drashna/oled/oled_stuff.c index c850c5336f..752829e0fa 100644 --- a/users/drashna/oled/oled_stuff.c +++ b/users/drashna/oled/oled_stuff.c @@ -953,7 +953,7 @@ void oled_driver_render_logo_left(void) { render_matrix_scan_rate(2); # endif oled_set_cursor(7, 2); -# if defined(KEYBOARD_bastardkb_charybdis) +# if defined(KEYBOARD_bastardkb_charybdis) || defined(KEYBOARD_handwired_tractyl_manuform) render_pointing_dpi_status(charybdis_get_pointer_sniping_enabled() ? charybdis_get_pointer_sniping_dpi() : charybdis_get_pointer_default_dpi(), 1); // credit and thanks to jaspertandy on discord for these images |