Move LED indicator config to data driven (#19800)
This commit is contained in:
@@ -28,8 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
#define LED_CAPS_LOCK_PIN D1
|
||||
|
||||
#define BACKLIGHT_PIN D4
|
||||
#define BACKLIGHT_LEVELS 3
|
||||
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x434E",
|
||||
"device_version": "2.0.0"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "D1"
|
||||
},
|
||||
"processor": "atmega32a",
|
||||
"bootloader": "bootloadhid",
|
||||
"community_layouts": ["65_ansi_blocker", "65_iso_blocker"],
|
||||
|
Reference in New Issue
Block a user