Move miscellaneous defines to data driven (#21382)
This commit is contained in:
@@ -16,8 +16,5 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define ENCODERS_PAD_A { GP5 }
|
||||
#define ENCODERS_PAD_B { GP4 }
|
||||
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
"vid": "0xCB3A",
|
||||
"device_version": "1.1.0"
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{"pin_a": "GP5", "pin_b": "GP4"}
|
||||
]
|
||||
},
|
||||
"matrix_pins": {
|
||||
"direct": [
|
||||
["GP8", "GP7", "GP6"]
|
||||
|
||||
Reference in New Issue
Block a user