qmk_firmware/keyboards/kinesis
Michael Stapelberg a7920acff5
keymaps: fix kinesis default keymap progrm/reset keycode (#12429)
The right-most top-most key on the Kinesis Advantage keyboard is labeled
“Progrm” and was meant to enter the Teensy bootloader as per the comment.

However, the keycode was set to KC_1, which just produces a “1”.
It should be RESET instead.

This commit fixes KC_1 to RESET in all files where the fix is needed.
The other files have already been fixed independently.
2021-04-02 22:12:24 -07:00
..
alvicstep Remove legacy print backward compatiblitly (#11805) 2021-02-06 16:56:13 +00:00
keymaps keymaps: fix kinesis default keymap progrm/reset keycode (#12429) 2021-04-02 22:12:24 -07:00
kint2pp Refactor to use led config - Part 6 (#12115) 2021-03-10 22:48:18 +00:00
nguyenvietyen Refactor to use led config - Part 6 (#12115) 2021-03-10 22:48:18 +00:00
stapelberg Refactor to use led config - Part 5 (#10975) 2020-11-21 19:11:24 +00:00
.noci Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
config.h Remove DESCRIPTION, K-M (#11619) 2021-01-20 09:56:41 +11:00
info.json Kinesis refactor and Configurator update (#3245) 2018-06-27 19:24:08 -07:00
kinesis.c kinesis remap 2017-01-08 22:02:01 -08:00
kinesis.h [Keyboard] Kinesis + Pro Micro (#9944) 2020-08-16 18:37:42 -07:00
readme.md Updated info and fixed minor errors (#2769) 2018-04-19 18:11:07 -07:00
rules.mk Remove filesize changes from default-ish rules.mk files, sans handwired (#8040) 2020-01-30 13:47:48 -05:00

Firmware for the Kinesis Advantage/Contoured keyboard

There are at least two different ways to replace the controller in this keyboard.

The Stapelberg folder contains the docs and configuration for using the custom controller created by Michael Stapelberg.

The alvicstep folder contains docs and configuration for directly wiring a Teensy2++ to the existing controller board. This follows the pinouts described in https://github.com/alvicstep/tmk_keyboard, which is where the name comes from.

Keymaps

Both hardware solutions should work with the same keymaps