Move TAPPING_TOGGLE to data driven (#21360)
This commit is contained in:
parent
658b6aa3a6
commit
8093b13365
47 changed files with 70 additions and 101 deletions
|
|
@ -31,8 +31,3 @@
|
|||
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
//지정된 횟수로 눌러야 토글됨
|
||||
#define TAPPING_TOGGLE 3
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@
|
|||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"debounce": 3,
|
||||
"tapping": {
|
||||
"toggle": 3
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT_fungo_split_num": "LAYOUT"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue