[Keymap] Fix Drashna Keymap issues missed before Develop merge (#14271)

This commit is contained in:
Drashna Jaelre
2021-09-01 21:08:58 -07:00
committed by GitHub
parent c1e5c920a9
commit 37aef4ebe1
9 changed files with 132 additions and 114 deletions

View File

@@ -22,5 +22,4 @@ void matrix_scan_sub_kb(void) {
if (!readPin(A0)) {
reset_keyboard();
}
matrix_scan_user();
}