From 8eea3dd9d287542d99b51026b9db7a9f1249c361 Mon Sep 17 00:00:00 2001
From: "Peter J. A. Cock"
Date: Sun, 29 Jun 2025 11:20:13 +0900
Subject: [PATCH] Try less layers since compilation error hints at dynamic
limits
Was getting: Dynamic keymaps are configured to use more EEPROM than is available.
---
keyboards/tutte_coxeter_36k/keymaps/vial/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/keyboards/tutte_coxeter_36k/keymaps/vial/config.h b/keyboards/tutte_coxeter_36k/keymaps/vial/config.h
index c5525efd..a06bb97a 100644
--- a/keyboards/tutte_coxeter_36k/keymaps/vial/config.h
+++ b/keyboards/tutte_coxeter_36k/keymaps/vial/config.h
@@ -3,7 +3,7 @@
/* Randomly generated as per Vial docs */
#define VIAL_KEYBOARD_UID {0x1C, 0xF4, 0xA2, 0x03, 0x11, 0x30, 0xC7, 0x49}
-#define DYNAMIC_KEYMAP_LAYER_COUNT 8
+#define DYNAMIC_KEYMAP_LAYER_COUNT 4
/* Original Gamma-Omega used keys 0,0 (Q) and 3,6 (P) */
/* with our sparse matrix those are 1,0 (Q) and 12,11 (P) instead. */