forked from mirrors/qmk_firmware
8d9bfdc254
* add some split data to info.json * add tags * add half of config_options.md to info.json * add support for designating master split * sort out split transport and primary * fix bad data in UNUSED_PINS * fixup custom transport * wip * allow for setting split right half keyboard matrix * add SPLIT_USB_DETECT * minor cleanup * fix an erroneous message * rework split.usb_detect * adding missing rgblight vars to info.json * add mouse_key to info.json * add all remaining options from docs/config_options.md * fix audio voices * qmk info: Change text output to use dotted notation * tweak layout output * resolve alias names * break out some functions to make flake8 happy * add a field for bootloader instructions * qmk generate-info-json: add a write-to-file argument Adds an argument that instructs qmk generate-info-json to write the output to a file instead of just to the terminal. * -arg_only, +action Because it was never my intention that one would have to specify a value for the argument that enables writing the file. * Bring qmk generate-info-json inline with other generate commands * pytest fixup * fix esca/getawayvan * fix data driven errors for bpiphany converters * features.force_nkro -> usb.force_nkro * split.primary->split.main * fix esca/getawayvan_f042 * fix the bpiphany converters for real * fix bpiphany/tiger_lily * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * fix generate-api errors * fix matrix pin extraction for split boards * fix ploopyco/trackball_nano/rev1_001 Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> |
||
---|---|---|
.. | ||
keymaps/default | ||
config.h | ||
info.json | ||
readme.md | ||
rules.mk | ||
tkm.c | ||
tkm.h |
Ten Key Mirrored - 2021
Another take on left side numpad and this time mirrored too for the ever more spacious mouse playground.
- Keyboard Maintainer: cest73 (aka fire-h0und)
- Hardware Supported: TKM-2021 (multiple layouts and switch options including ALPS, ISO and BAE)
- Hardware Availability: https://geekhack.org/index.php?topic=110499
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.
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.