diff options
| author | Joel Challis <git@zvecr.com> | 2023-09-20 14:11:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-20 14:11:33 +0100 |
| commit | 9a4c30774089b1e0d65e32f86777c69f4f1a313e (patch) | |
| tree | b6c20466bbfc8a7c193e895c5bbf0ec36b619562 /keyboards/deng | |
| parent | 4b26d9b62b299f15ce517e3fb7c9bfbe8eaf88b8 (diff) | |
Migrate dynamic_keymap.layer_count >= 4 (#22087)
Diffstat (limited to 'keyboards/deng')
| -rw-r--r-- | keyboards/deng/thirty/config.h | 5 | ||||
| -rw-r--r-- | keyboards/deng/thirty/info.json | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/deng/thirty/config.h b/keyboards/deng/thirty/config.h index 20e6673dd2..8ec8f6b0d3 100644 --- a/keyboards/deng/thirty/config.h +++ b/keyboards/deng/thirty/config.h | |||
| @@ -78,8 +78,3 @@ | |||
| 78 | #define ENABLE_RGB_MATRIX_SOLID_SPLASH | 78 | #define ENABLE_RGB_MATRIX_SOLID_SPLASH |
| 79 | #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH | 79 | #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH |
| 80 | #endif | 80 | #endif |
| 81 | |||
| 82 | /* VIA */ | ||
| 83 | #ifdef VIA_ENABLE | ||
| 84 | #define DYNAMIC_KEYMAP_LAYER_COUNT 8 | ||
| 85 | #endif | ||
diff --git a/keyboards/deng/thirty/info.json b/keyboards/deng/thirty/info.json index 8836273865..b93881c086 100644 --- a/keyboards/deng/thirty/info.json +++ b/keyboards/deng/thirty/info.json | |||
| @@ -16,6 +16,9 @@ | |||
| 16 | "rows": ["B15", "A5", "A3", "A15", "B7", "B8"] | 16 | "rows": ["B15", "A5", "A3", "A15", "B7", "B8"] |
| 17 | }, | 17 | }, |
| 18 | "diode_direction": "COL2ROW", | 18 | "diode_direction": "COL2ROW", |
| 19 | "dynamic_keymap": { | ||
| 20 | "layer_count": 8 | ||
| 21 | }, | ||
| 19 | "backlight": { | 22 | "backlight": { |
| 20 | "pin": "B11", | 23 | "pin": "B11", |
| 21 | "levels": 5, | 24 | "levels": 5, |
