Move LED indicator config to data driven (#19800)
This commit is contained in:
@@ -38,10 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* COL2ROW, ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
#define LED_NUM_LOCK_PIN B0
|
||||
#define LED_CAPS_LOCK_PIN B8
|
||||
#define LED_SCROLL_LOCK_PIN B9
|
||||
|
||||
// In-switch LED defines
|
||||
#define BACKLIGHT_PIN A6
|
||||
#define BACKLIGHT_LEVELS 3
|
||||
|
@@ -8,6 +8,11 @@
|
||||
"pid": "0xE600",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "B8",
|
||||
"num_lock": "B0",
|
||||
"scroll_lock": "B9"
|
||||
},
|
||||
"processor": "STM32F072",
|
||||
"bootloader": "stm32-dfu",
|
||||
"community_layouts": ["alice", "alice_split_bs"],
|
||||
|
Reference in New Issue
Block a user