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
|
|
@ -23,8 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define MOUSEKEY_MAX_SPEED 7
|
||||
#define MOUSEKEY_WHEEL_DELAY 0
|
||||
|
||||
#define TAPPING_TOGGLE 1
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@
|
|||
"processor": "MK20DX256",
|
||||
"bootloader": "kiibohd",
|
||||
"board": "IC_TEENSY_3_1",
|
||||
"tapping": {
|
||||
"toggle": 1
|
||||
},
|
||||
"community_layouts": ["ergodox"],
|
||||
"layouts": {
|
||||
"LAYOUT_ergodox": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue