diff options
author | Drashna Jaelre <drashna@live.com> | 2021-09-01 21:08:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-01 21:08:58 -0700 |
commit | 37aef4ebe17b04de07a17748e2452c2f1ebe77bd (patch) | |
tree | 70eb1e03ff21f1c1e9fbe2b788fe1438b50fe520 /keyboards/handwired/tractyl_manuform/5x6_right/f411/f411.c | |
parent | c1e5c920a9929a0434edca537e6c58aed294668c (diff) |
[Keymap] Fix Drashna Keymap issues missed before Develop merge (#14271)
Diffstat (limited to 'keyboards/handwired/tractyl_manuform/5x6_right/f411/f411.c')
-rw-r--r-- | keyboards/handwired/tractyl_manuform/5x6_right/f411/f411.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/tractyl_manuform/5x6_right/f411/f411.c b/keyboards/handwired/tractyl_manuform/5x6_right/f411/f411.c index 1f6028c72a..240219f1d3 100644 --- a/keyboards/handwired/tractyl_manuform/5x6_right/f411/f411.c +++ b/keyboards/handwired/tractyl_manuform/5x6_right/f411/f411.c @@ -22,5 +22,4 @@ void matrix_scan_sub_kb(void) { if (!readPin(A0)) { reset_keyboard(); } - matrix_scan_user(); } |