Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2023-07-11 15:30:05 +00:00
commit 0eb7655bee
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,8 @@
}, },
"diode_direction": "COL2ROW", "diode_direction": "COL2ROW",
"indicators": { "indicators": {
"caps_lock": "B0" "caps_lock": "B0",
"on_state": 0
}, },
"processor": "atmega32u4", "processor": "atmega32u4",
"bootloader": "atmel-dfu", "bootloader": "atmel-dfu",

View File

@ -9,7 +9,8 @@
}, },
"diode_direction": "COL2ROW", "diode_direction": "COL2ROW",
"indicators": { "indicators": {
"caps_lock": "A1" "caps_lock": "A1",
"on_state": 0
}, },
"processor": "STM32L412", "processor": "STM32L412",
"bootloader": "stm32-dfu", "bootloader": "stm32-dfu",