Move TAPPING_TOGGLE to data driven (#21360)

This commit is contained in:
Ryan
2023-06-24 17:10:22 +10:00
committed by GitHub
parent 658b6aa3a6
commit 8093b13365
47 changed files with 70 additions and 101 deletions

View File

@@ -31,8 +31,3 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
//지정된 횟수로 눌러야 토글됨
#define TAPPING_TOGGLE 3

View File

@@ -25,6 +25,9 @@
"processor": "atmega32u4",
"bootloader": "caterina",
"debounce": 3,
"tapping": {
"toggle": 3
},
"layout_aliases": {
"LAYOUT_fungo_split_num": "LAYOUT"
},