mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-28 14:10:13 +00:00
Moved tapping term speed to json
Added search 'tags' added comma after mouse config in json
This commit is contained in:
parent
dfe3646dd7
commit
371850c889
@ -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,
|
||||
|
@ -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 */
|
||||
|
@ -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.*/
|
||||
|
Loading…
Reference in New Issue
Block a user