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/handwired/frenchdev | |
parent | 658b6aa3a62b91b3d13dca91163dac69b3a481f9 (diff) |
Move `TAPPING_TOGGLE` to data driven (#21360)
Diffstat (limited to 'keyboards/handwired/frenchdev')
-rw-r--r-- | keyboards/handwired/frenchdev/config.h | 2 | ||||
-rw-r--r-- | keyboards/handwired/frenchdev/info.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/handwired/frenchdev/config.h b/keyboards/handwired/frenchdev/config.h index 6db87376c0..d758c60239 100644 --- a/keyboards/handwired/frenchdev/config.h +++ b/keyboards/handwired/frenchdev/config.h @@ -31,8 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MOUSEKEY_MAX_SPEED 2 #define MOUSEKEY_WHEEL_DELAY 0 -#define TAPPING_TOGGLE 1 - /* key combination for command */ #define IS_COMMAND() ( \ get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ diff --git a/keyboards/handwired/frenchdev/info.json b/keyboards/handwired/frenchdev/info.json index d5981aebd4..47c8199cd3 100644 --- a/keyboards/handwired/frenchdev/info.json +++ b/keyboards/handwired/frenchdev/info.json @@ -9,6 +9,9 @@ }, "processor": "atmega32u4", "bootloader": "halfkay", + "tapping": { + "toggle": 1 + }, "layouts": { "LAYOUT": { "layout": [ |