Commit graph

10 commits

Author SHA1 Message Date
Peter Cock
8b6d836e42
Fix J entry for Vial
Row 13 would have been an overflow error somewhere
(should be in the range 0-12).

Now matches the keyboard.json values.

So two chances to spot this error at compile time missed.
2025-07-30 20:40:44 +01:00
Peter J. A. Cock
9030314f17 Left/right flip due to PCB front/back confusion 2025-07-16 22:13:15 +01:00
Peter J. A. Cock
b0cdc8eb61 Fix right thumbs in Vial
$ qmk format-json keyboards/tutte_coxeter_36k/keymaps/vial/vial.json -f keymap -i
2025-07-16 20:13:47 +01:00
Peter J. A. Cock
6b9d0e0fcc qmk format-json keyboards/tutte_coxeter_36k/keymaps/vial/vial.json -f keymap 2025-07-01 21:22:07 +09:00
Peter J. A. Cock
aa6cd85c38 Try with 6 layes in TC36K Vial
Should be safe to assume RP2040 controller has at least 2MB
which would allow more layers etc.
2025-06-30 12:47:41 +09:00
Peter J. A. Cock
ddd7ac3afc Try less layers since compilation error hints at dynamic limits
Was getting: Dynamic keymaps are configured to use more EEPROM than is available.
2025-06-30 11:06:18 +09:00
Peter J. A. Cock
9b7488d49b Vial config header 2025-06-30 11:06:18 +09:00
Peter J. A. Cock
a363fdc36e Add minimal rules.mk as per Vial docs 2025-06-30 11:06:18 +09:00
Peter J. A. Cock
a4f6f7c43c Vial guide says use a copy of [keyboard_name]/keymaps/default/ files 2025-06-30 11:06:18 +09:00
Peter J. A. Cock
14d2ddbe48 Add vial.json with same sparse matrix as QMK keyboard.json
Following the original Gamma-Omega board Vial firmware with a simple
ortholinear representation without the splay and stagger.
2025-06-30 11:06:18 +09:00