Drashna Jaelre
b05c0e46c6
* Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition |
6 years ago | |
---|---|---|
.. | ||
config.h | Adds a default value for IS_COMMAND for COMMAND feature (#4301) | 6 years ago |
readme.md | Kinesis refactor and Configurator update (#3245) | 6 years ago |
rules.mk | Make arguments redo, subproject elimination (#1784) | 7 years ago |
stapelberg.c | Keyboard: LED fixes for Kinesis Stapelberg controller, and keymap changes (#3564) | 6 years ago |
stapelberg.h | Kinesis refactor and Configurator update (#3245) | 6 years ago |
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 kinesis/stapelberg
while in the QMK directory.
Dvorak
This keymap contains a dvorak implementation as well as media and symbol layers.
Run make kinesis/stapelberg:dvorak
while in the QMK directory.