qmk_userspace/keyboards/tutte_coxeter_36e/readme.md
Peter J. A. Cock ceb1306308 Setup new keyboard definition for tutte_coxeter_36e
❯ qmk new-keyboard -kbtutte_coxeter_c36e -n "Peter J. A. Cock" -u peterjc -t RP2040 -l split_3x5_3
Ψ Generating a new QMK keyboard directory
Ψ Created a new keyboard called tutte_coxeter_36e.
Ψ Build Command: qmk compile -kb tutte_coxeter_36e -km default.
Ψ Project Location: /Users/peterjc/repositories/qmk_firmware/keyboards/tutte_coxeter_36e.
Ψ Now update the config files to match the hardware!

❯ mv ~/repositories/qmk_firmware/keyboardstutte_coxeter_36e  ~/repositories/qmk_userspace/keyboards

Note it did not want to accept hyphens, so used underscores.

Then define sparse 13x13 scanning matrix of 36 edge / 26 vertice graph,
using the RP2040 GPIO pin names.

i.e. The partial Tutte-Coxeter graph, using RP2040 GPIO pin names.
2025-06-13 22:43:50 +09:00

1.9 KiB

Tutte Coxeter 36e

Partial Tutte-Coxeter Graph (26/30 vertices, 36/45 edges)

This is firmware for an PR2040 monoblock 36 key design (three rows of five, and three thumb keys, for each hand). The first physical PCB for this is designed to fit in the Gamma Omega keyboard case, and use the same Raspberry Pi Pico based microcontroller board.

This is a diode-free design using a sparse 13 by 13 scanning matrix designed from a partial Tutte-Coxeter graph (using only 26 vertices or GPIO pins with 36 edges or keys).

Make example for this keyboard (after setting up your build environment):

make tutte_coxeter_36e:default

Flashing example for this keyboard:

make tutte_coxetter_36e:default:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.

Bootloader

Enter the bootloader in 3 ways:

  • Bootmagic reset: Hold down the key at (0,0) in the matrix (bottom left key, Qwerty z) and plug in the keyboard
  • Physical reset button: Briefly press the button on the back of the PCB - some may have pads you must short instead
  • Keycode in layout: Press the key mapped to QK_BOOT if it is available