summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/tractyl_manuform/4x6_right/keymaps/drashna
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-08-21 18:34:16 -0700
committerGitHub <noreply@github.com>2021-08-21 18:34:16 -0700
commitf4a2f2bb7e0d745c6f126db15b94955eebc64884 (patch)
tree7cc6cc0f4948399fd541dc138db2810bd17b683a /keyboards/handwired/tractyl_manuform/4x6_right/keymaps/drashna
parente08d6a33fc1c119e4632bdaa37e75aebbd895dbd (diff)
[Keyboard] Fix compile issues for Tractyl Manuform (#14105)
Diffstat (limited to 'keyboards/handwired/tractyl_manuform/4x6_right/keymaps/drashna')
-rw-r--r--keyboards/handwired/tractyl_manuform/4x6_right/keymaps/drashna/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/tractyl_manuform/4x6_right/keymaps/drashna/keymap.c b/keyboards/handwired/tractyl_manuform/4x6_right/keymaps/drashna/keymap.c
index 28683cef3e..55a5a285cb 100644
--- a/keyboards/handwired/tractyl_manuform/4x6_right/keymaps/drashna/keymap.c
+++ b/keyboards/handwired/tractyl_manuform/4x6_right/keymaps/drashna/keymap.c
@@ -122,7 +122,7 @@ static uint16_t mouse_debounce_timer = 0;
static uint8_t mouse_keycode_tracker = 0;
bool tap_toggling = false;
-void process_mouse_user(report_mouse_t* mouse_report, int16_t x, int16_t y) {
+void process_mouse_user(report_mouse_t* mouse_report, int8_t x, int8_t y) {
if ((x || y) && timer_elapsed(mouse_timer) > 125) {
mouse_timer = timer_read();
if (!layer_state_is(_MOUSE) && !(layer_state_is(_GAMEPAD) || layer_state_is(_DIABLO)) && timer_elapsed(mouse_debounce_timer) > 125) {