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/akko/5108 | |
parent | 4b26d9b62b299f15ce517e3fb7c9bfbe8eaf88b8 (diff) |
Migrate dynamic_keymap.layer_count >= 4 (#22087)
Diffstat (limited to 'keyboards/akko/5108')
-rw-r--r-- | keyboards/akko/5108/config.h | 3 | ||||
-rw-r--r-- | keyboards/akko/5108/info.json | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/akko/5108/config.h b/keyboards/akko/5108/config.h index 790830c88b..a50041ccc9 100644 --- a/keyboards/akko/5108/config.h +++ b/keyboards/akko/5108/config.h @@ -16,9 +16,6 @@ #pragma once -/* Use 5 dynamic keymap layers */ -#define DYNAMIC_KEYMAP_LAYER_COUNT 6 - /* LED Indicators */ #define LED_WIN_LOCK_PIN C11 diff --git a/keyboards/akko/5108/info.json b/keyboards/akko/5108/info.json index ef3f85a1ec..93e73f3cd3 100644 --- a/keyboards/akko/5108/info.json +++ b/keyboards/akko/5108/info.json @@ -26,6 +26,9 @@ "rows": ["B15", "C6", "C7", "C8", "C9", "A8"] }, "diode_direction": "ROW2COL", + "dynamic_keymap": { + "layer_count": 6 + }, "eeprom": { "driver": "wear_leveling", "wear_leveling": { |