Move TAPPING_TERM
to data driven (#21296)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
4ae9bfd17a
commit
1e05bad1ba
103 changed files with 159 additions and 189 deletions
|
@ -13,11 +13,6 @@
|
|||
/* set the tapping term for glidepoint pad to register a tap click */
|
||||
//#define CIRQUE_PINNACLE_TAPPING_TERM 0 // This is set to 0 to disable it
|
||||
|
||||
/* TAPPING_TERM value is used for the CIRQUE_PINNACLE_TAPPING_TERM as well by default
|
||||
* defining it this way allows us to easily modify it with DYNAMIC_TAPPING_TERM_ENABLE
|
||||
*/
|
||||
#define TAPPING_TERM 0
|
||||
|
||||
/* spi config */
|
||||
#define SPI_DRIVER SPID1
|
||||
#define SPI_SCK_PIN A5
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
"led_count": 3,
|
||||
"sleep": true
|
||||
},
|
||||
"tapping": {
|
||||
"term": 0
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "A3"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue