summaryrefslogtreecommitdiffstats
path: root/users/drashna/oled/oled_stuff.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-12-28 20:25:06 -0800
committerGitHub <noreply@github.com>2021-12-28 20:25:06 -0800
commit9d801cb03db7d5f11d1b82a22f401e30c343d0ee (patch)
tree4c5e5252cb9b18072caad78cdeb16c5dd385d005 /users/drashna/oled/oled_stuff.h
parentdb38fb1a603fe5fb70aee57e9c0794f167273437 (diff)
[Keyboard] Update Tractyl Manuform to use Split Pointing Device Sync
Diffstat (limited to 'users/drashna/oled/oled_stuff.h')
-rw-r--r--users/drashna/oled/oled_stuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/drashna/oled/oled_stuff.h b/users/drashna/oled/oled_stuff.h
index 8795684d6a..fd64b50874 100644
--- a/users/drashna/oled/oled_stuff.h
+++ b/users/drashna/oled/oled_stuff.h
@@ -33,7 +33,7 @@ void render_bootmagic_status(void);
void render_user_status(void);
void oled_driver_render_logo(void);
void render_wpm(uint8_t padding);
-void render_pointing_dpi_status(uint8_t padding);
+void render_pointing_dpi_status(uint16_t cpi, uint8_t padding);
void oled_driver_render_logo_left(void);
void oled_driver_render_logo_right(void);