diff options
| author | Joel Challis | 2023-09-20 15:11:33 +0200 |
|---|---|---|
| committer | GitHub | 2023-09-20 15:11:33 +0200 |
| commit | 9a4c30774089b1e0d65e32f86777c69f4f1a313e (patch) | |
| tree | b6c20466bbfc8a7c193e895c5bbf0ec36b619562 /keyboards/moonlander/info.json | |
| parent | 4b26d9b62b299f15ce517e3fb7c9bfbe8eaf88b8 (diff) | |
Migrate dynamic_keymap.layer_count >= 4 (#22087)
Diffstat (limited to 'keyboards/moonlander/info.json')
| -rw-r--r-- | keyboards/moonlander/info.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/moonlander/info.json b/keyboards/moonlander/info.json index 21779adced..1a7982ed57 100644 --- a/keyboards/moonlander/info.json +++ b/keyboards/moonlander/info.json @@ -8,6 +8,9 @@ "pid": "0x1969", "device_version": "0.0.1" }, + "dynamic_keymap": { + "layer_count": 8 + }, "eeprom": { "driver": "i2c" }, |