diff options
author | Ryan <fauxpark@gmail.com> | 2023-06-24 17:10:22 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-24 17:10:22 +1000 |
commit | 8093b13365864ec96192265242a9da44c36db798 (patch) | |
tree | 5d539e463205c09d5871127d2e1ebdd98b6f854a /keyboards/input_club | |
parent | 658b6aa3a62b91b3d13dca91163dac69b3a481f9 (diff) |
Move `TAPPING_TOGGLE` to data driven (#21360)
Diffstat (limited to 'keyboards/input_club')
-rw-r--r-- | keyboards/input_club/ergodox_infinity/config.h | 2 | ||||
-rw-r--r-- | keyboards/input_club/ergodox_infinity/info.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/input_club/ergodox_infinity/config.h b/keyboards/input_club/ergodox_infinity/config.h index bc51d6ed4e..7db6119a1c 100644 --- a/keyboards/input_club/ergodox_infinity/config.h +++ b/keyboards/input_club/ergodox_infinity/config.h @@ -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 */ diff --git a/keyboards/input_club/ergodox_infinity/info.json b/keyboards/input_club/ergodox_infinity/info.json index ca6aa92b5d..e3e0399bed 100644 --- a/keyboards/input_club/ergodox_infinity/info.json +++ b/keyboards/input_club/ergodox_infinity/info.json @@ -17,6 +17,9 @@ "processor": "MK20DX256", "bootloader": "kiibohd", "board": "IC_TEENSY_3_1", + "tapping": { + "toggle": 1 + }, "community_layouts": ["ergodox"], "layouts": { "LAYOUT_ergodox": { |