mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-20 04:27:55 -04:00
putting keyboard combos back
- it felt too weird and clunky now I got used to combos
This commit is contained in:
parent
0344373690
commit
90ea8d727a
5 changed files with 18 additions and 20 deletions
|
@ -1,6 +1,5 @@
|
|||
#include "tapping.h"
|
||||
|
||||
uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
|
||||
uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
|
||||
switch (keycode) {
|
||||
case NAV:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue