From 73708a3f80d34714812ae9d2b39bfc9bbcf64d20 Mon Sep 17 00:00:00 2001 From: Thomas Haukland Date: Sat, 13 Jul 2024 10:48:24 +0200 Subject: [PATCH] Increasing layers from 8 to 14 Tried 16, but bumped in to some memory restriction... Reft: https://github.com/tompi/cheapino/issues/51 --- keyboards/cheapino/keymaps/vial/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/cheapino/keymaps/vial/config.h b/keyboards/cheapino/keymaps/vial/config.h index 8231fa4ff6d..b5dcac2653f 100644 --- a/keyboards/cheapino/keymaps/vial/config.h +++ b/keyboards/cheapino/keymaps/vial/config.h @@ -4,5 +4,5 @@ #define VIAL_UNLOCK_COMBO_ROWS { 6, 2 } #define VIAL_UNLOCK_COMBO_COLS { 11, 5 } -#define DYNAMIC_KEYMAP_LAYER_COUNT 8 +#define DYNAMIC_KEYMAP_LAYER_COUNT 14