qmk-dactyl-manuform-a/keyboards/kinesis/stapelberg
Jack Humbert 800ec55dfc Make arguments redo, subproject elimination (#1784)
* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* redo make args to use colons, better folder structuring system [skip ci]

* don't put spaces after statements - hard lessons in makefile development

* fix-up some other rules.mk

* give travis a chance

* reset KEYMAPS variable

* start converting keyboards to new system

* try making all with travis

* start to update readmes and keyboards

* look in keyboard directories for board.mk

* update visualizer rules

* fix up some other keyboards/keymaps

* fix arm board ld includes

* fix board rules

* fix up remaining keyboards

* reset layout variable

* reset keyboard_layouts

* fix remainging keymaps/boards

* update readmes, docs

* add note to makefile error

* update readmes

* remove planck keymap warnings

* update references and docs

* test out tarvis build stages

* don't use stages for now

* don't use stages for now
2017-10-14 11:32:19 -10:00
..
config.h kinesis remap 2017-01-08 22:02:01 -08:00
readme.md remove .hex, .PNG, .jpg 2017-06-11 22:16:42 -04:00
rules.mk Make arguments redo, subproject elimination (#1784) 2017-10-14 11:32:19 -10:00
stapelberg.c kinesis remap 2017-01-08 22:02:01 -08:00
stapelberg.h kinesis remap 2017-01-08 22:02:01 -08:00

readme.md

kinesis_stapelberg keyboard firmware

This folder contains the firmware customization required to run QMK on the custom controller for the Kinesis Advantage created by Michael Stapelberg. It differs from the `alvicstep keyboard in that the existing QMK Kinesis Advantage project uses the existing controller board provided by Kinesis.

The controller board hardware is described here

Mapping the pin assignments was done using the corresponding matrix description provided at this link

This code makes no attempt to drive the four LEDs provided on the controller board.

Building the Hardware

If you want to perform this customization, these parts may be helpful.

Function Quantity Vendor Part Number
13 pin connector for function keys and finger keywells 4 Digi-Key WM14526-ND
10 pin headers for thumb clusters 4 Digi-Key 609-3250-ND
8 pin cable for thumb clusters 2 Digi-Key SAM8928-ND
Teensy++ 2.0 1 Digi-Key 1528-1056-ND
2 pin right angle header for reset 1 Digi-Key 3M9467-ND
Reset cables 2 Sparkfun PRT-09140

The board and connections are shown here

The Teensy mounting detail can be seen here. I used a socket for prototyping.

Since the proper mounting of the Teensy board places the reset button in a tight space, I added a 2-pin header to the reset and ground pins on the edge of the board. Shorting these two pins together will reset the board. I also put female to male header jumper cables on these so they could be accessed outside the enclosure. The exterior cables can be seen here.

Keymaps

Default

To build with the default keymap, run make default while in the kinesis_stapelberg working directory.

Dvorak

This keymap contains a dvorak implementation as well as media and symbol layers.

Run make dvorak while in the kinesis_stapelberg working directory.

controller board exterior reset teensy detail