From 1e20a54f63d8b9dbcfded03b7df7213797b91ce9 Mon Sep 17 00:00:00 2001
From: "Peter J. A. Cock"
Date: Sat, 28 Jun 2025 10:22:10 +0900
Subject: [PATCH] Vial config header
---
keyboards/tutte_coxeter_36k/keymaps/vial/config.h | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 keyboards/tutte_coxeter_36k/keymaps/vial/config.h
diff --git a/keyboards/tutte_coxeter_36k/keymaps/vial/config.h b/keyboards/tutte_coxeter_36k/keymaps/vial/config.h
new file mode 100644
index 00000000..c5525efd
--- /dev/null
+++ b/keyboards/tutte_coxeter_36k/keymaps/vial/config.h
@@ -0,0 +1,11 @@
+#pragma once
+
+/* Randomly generated as per Vial docs */
+#define VIAL_KEYBOARD_UID {0x1C, 0xF4, 0xA2, 0x03, 0x11, 0x30, 0xC7, 0x49}
+
+#define DYNAMIC_KEYMAP_LAYER_COUNT 8
+
+/* 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. */
+#define VIAL_UNLOCK_COMBO_ROWS { 1, 12 }
+#define VIAL_UNLOCK_COMBO_COLS { 0, 11 }