Move TAPPING_TOGGLE to data driven (#21360)
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user