forked from mirrors/qmk_firmware
Move TAPPING_TOGGLE to data driven (#21360)
This commit is contained in:
@@ -44,8 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define MOUSEKEY_WHEEL_MAX_SPEED MOUSEKEY_MAX_SPEED
|
||||
#define MOUSEKEY_WHEEL_TIME_TO_MAX MOUSEKEY_TIME_TO_MAX
|
||||
|
||||
#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 */
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "halfkay",
|
||||
"debounce": 30,
|
||||
"tapping": {
|
||||
"toggle": 1
|
||||
},
|
||||
"community_layouts": ["ergodox"],
|
||||
"layouts": {
|
||||
"LAYOUT_ergodox": {
|
||||
|
||||
Reference in New Issue
Block a user