diff options
author | Joel Challis <git@zvecr.com> | 2024-01-09 10:15:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 21:15:03 +1100 |
commit | 66050bb809b2e173dbcf5ae59f81ed127b193df0 (patch) | |
tree | 007426c3996af3080c106505338164d013fe2eac /keyboards/evyd13/eon95 | |
parent | 455cd65e80563469712fe56de15666e06b945636 (diff) |
Migrate dynamic_keymap.layer_count < 4 where requried (#22091)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/evyd13/eon95')
-rw-r--r-- | keyboards/evyd13/eon95/config.h | 2 | ||||
-rw-r--r-- | keyboards/evyd13/eon95/info.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/evyd13/eon95/config.h b/keyboards/evyd13/eon95/config.h index dcf77ef1ac..230ff5e311 100644 --- a/keyboards/evyd13/eon95/config.h +++ b/keyboards/evyd13/eon95/config.h @@ -36,5 +36,3 @@ //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING //#define NO_ACTION_ONESHOT - -#define DYNAMIC_KEYMAP_LAYER_COUNT 3 diff --git a/keyboards/evyd13/eon95/info.json b/keyboards/evyd13/eon95/info.json index 8e2b0a5034..c928894dba 100644 --- a/keyboards/evyd13/eon95/info.json +++ b/keyboards/evyd13/eon95/info.json @@ -13,6 +13,9 @@ "rows": ["D1", "D0", "D3", "D2", "D6", "D4", "D7", "B4", "B5", "B6", "C6", "C7"] }, "diode_direction": "COL2ROW", + "dynamic_keymap": { + "layer_count": 3 + }, "indicators": { "caps_lock": "D5", "num_lock": "B7", |