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/kapcave | |
parent | 455cd65e80563469712fe56de15666e06b945636 (diff) |
Migrate dynamic_keymap.layer_count < 4 where requried (#22091)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/kapcave')
-rw-r--r-- | keyboards/kapcave/arya/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/kapcave/arya/config.h b/keyboards/kapcave/arya/config.h index 9422076315..6cd3657227 100644 --- a/keyboards/kapcave/arya/config.h +++ b/keyboards/kapcave/arya/config.h @@ -22,8 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -#define DYNAMIC_KEYMAP_LAYER_COUNT 3 - /* * Feature disable options * These options are also useful to firmware size reduction. |