@@ -11,6 +11,9 @@
"on_state": 1
},
"debounce": 5,
+ "dynamic_keymap": {
+ "layer_count": 4
+ },
"features": {
"command": false,
"console": false
@@ -333,6 +333,17 @@
}
+ "type": "object",
+ "properties": {
+ "eeprom_max_addr": {"$ref": "./definitions.jsonschema#/unsigned_int"},
+ "layer_count": {
+ "type": "integer",
+ "minimum": 1,
+ "maximum": 32
+ }
"eeprom": {
"properties": {
"driver": {"type": "string"},