qmk-dactyl-manuform-a/keyboards/cest73/tkm
James Young 6200907417
cest73 TKM Configurator Fixes (#14066)
* info.json: update human-friendly formatting

* correct info.json layout data

- adds missing objects for:
  - split Backspace
  - split Numpad Plus
  - split Numpad Enter
  - split Left Shift
  - ANSI Backslash
  - split Numpad 0
- deletes Mod1 object (not supported in source)
- correct key object sequence
2021-08-18 17:33:26 -07:00
..
keymaps/default [Keyboard] Add cest73/tkm keyboard (#13939) 2021-08-13 11:46:29 -07:00
config.h [Keyboard] Add cest73/tkm keyboard (#13939) 2021-08-13 11:46:29 -07:00
info.json cest73 TKM Configurator Fixes (#14066) 2021-08-18 17:33:26 -07:00
readme.md [Keyboard] Add cest73/tkm keyboard (#13939) 2021-08-13 11:46:29 -07:00
rules.mk [Keyboard] Add cest73/tkm keyboard (#13939) 2021-08-13 11:46:29 -07:00
tkm.c [Keyboard] Add cest73/tkm keyboard (#13939) 2021-08-13 11:46:29 -07:00
tkm.h [Keyboard] Add cest73/tkm keyboard (#13939) 2021-08-13 11:46:29 -07:00

readme.md

Ten Key Mirrored - 2021

TKM-2021

Another take on left side numpad and this time mirrored too for the ever more spacious mouse playground.

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

qmk compile -kb cest73/tkm -km default

As the board uses Teensy 2.0 as a daughter board, to bring the board into flash mode is it sufficient to press the button present on the Teensy.

TKM-2021 PCB

Despite many hours gazing over the schematics there was a nasty error on the first batch: namely the 6 and 7 columns got swapped in the design process. Luckily it was trivial to fix in the firmware section (see the comments in the layout file(s)).

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