Moved tapping term speed to json

Added search 'tags'
added comma after mouse config in json
This commit is contained in:
Ryan Neff 2023-11-25 14:59:17 -08:00
parent dfe3646dd7
commit 371850c889
3 changed files with 5 additions and 6 deletions

View File

@ -3,6 +3,7 @@
"keyboard_name": "sofle_pico",
"url": "https://github.com/JellyTitan/sofle_pico",
"maintainer": "Ryan Neff <github@JellyTitan.com>",
"tags": ["ortho", "split", "rgb", "encoder", "OLED"],
"usb": {
"vid": "0x4413",
"pid": "0x4A13",
@ -18,7 +19,10 @@
"interval": 16,
"max_speed": 2,
"time_to_max": 40
}
},
"tapping": {
"term": 210
},
"rgb_matrix": {
"driver": "ws2812",
"max_brightness": 128,

View File

@ -9,9 +9,6 @@
# define ENCODER_MAP_KEY_DELAY 10
#endif
/* Set tapdance speed */
#define TAPPING_TERM 210
/* Allows for the setting of constant mouse speed levels. */
/* Not all mouse wheel config settings are currently supported in .json config.*/
/* https://github.com/qmk/qmk_firmware/blob/master/docs/reference_info_json.md */

View File

@ -17,8 +17,6 @@
// Prevents thumper on mods like shift/Ctrl/Alt
#define NO_HAPTIC_MOD
#define SOLENOID_PIN GP21
/* Set tapdance speed */
#define TAPPING_TERM 210
/* Allows for the setting of constant mouse speed levels. */
/* Not all mouse wheel config settings are currently supported in .json config.*/