Move LED indicator config to data driven (#19800)
This commit is contained in:
@@ -37,7 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
|
||||
|
||||
#define OPENDRAIN_INDICATORS
|
||||
#define LED_CAPS_LOCK_PIN A6
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x6566",
|
||||
"device_version": "0.6.5"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "A6"
|
||||
},
|
||||
"processor": "STM32F401",
|
||||
"bootloader": "stm32-dfu",
|
||||
"layout_aliases": {
|
||||
|
Reference in New Issue
Block a user