From aa6cd85c3872f2c1029128a0329cca5e11e08989 Mon Sep 17 00:00:00 2001 From: "Peter J. A. Cock" Date: Mon, 30 Jun 2025 11:29:55 +0900 Subject: [PATCH] Try with 6 layes in TC36K Vial Should be safe to assume RP2040 controller has at least 2MB which would allow more layers etc. --- 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 a06bb97a..cb368c6c 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 4 +#define DYNAMIC_KEYMAP_LAYER_COUNT 6 /* 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. */