Move backlight config to data driven (#19910)
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
// Copyright 2023 QMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
#define BACKLIGHT_CAPS_LOCK
|
@@ -18,7 +18,8 @@
|
||||
"backlight": {
|
||||
"pin": "B6",
|
||||
"levels": 6,
|
||||
"breathing": true
|
||||
"breathing": true,
|
||||
"as_caps_lock": true
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT": "LAYOUT_65_ansi_blocker"
|
||||
|
Reference in New Issue
Block a user