You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
2.6 KiB

7 years ago
  1. # kinesis_stapelberg keyboard firmware
  2. This folder contains the firmware customization required to run QMK on the custom controller for the Kinesis Advantage created by Michael Stapelberg.
  3. It differs from the `alvicstep keyboard in that the existing QMK Kinesis Advantage project uses the existing controller board provided by Kinesis.
  4. The controller board hardware is described
  5. [here](http://michael.stapelberg.de/Artikel/kinesis_custom_controller)
  6. Mapping the pin assignments was done using the corresponding matrix description provided at this
  7. [link](https://github.com/stapelberg/kinesis-firmware/blob/master/kb_kinesis/config.kspec)
  8. This code makes no attempt to drive the four LEDs provided on the controller board.
  9. ## Building the Hardware
  10. If you want to perform this customization, these parts may be helpful.
  11. | Function | Quantity | Vendor | Part Number |
  12. | ------------------------------------------------------ | -------- | ------- | ------------ |
  13. | 13 pin connector for function keys and finger keywells | 4 | Digi-Key | WM14526-ND |
  14. | 10 pin headers for thumb clusters | 4 | Digi-Key | 609-3250-ND |
  15. | 8 pin cable for thumb clusters | 2 | Digi-Key | SAM8928-ND |
  16. | Teensy++ 2.0 | 1 | Digi-Key | 1528-1056-ND |
  17. | 2 pin right angle header for reset | 1 | Digi-Key | 3M9467-ND |
  18. | Reset cables | 2 | Sparkfun | PRT-09140 |
  19. The board and connections are shown here
  20. ![](images/controller_board.jpg)
  21. The Teensy mounting detail can be seen here.
  22. I used a socket for prototyping.
  23. ![](images/teensy_detail.jpg)
  24. 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.
  25. Shorting these two pins together will reset the board.
  26. I also put female to male header jumper cables on these so they could be accessed outside the enclosure.
  27. The exterior cables can be seen here.
  28. ![](images/exterior_reset.jpg)
  29. ## Keymaps
  30. ### Default
  31. To build with the default keymap, run `make default` while in the
  32. `kinesis_stapelberg` working directory.
  33. ### Dvorak
  34. This keymap contains a dvorak implementation as well as media and symbol layers.
  35. Run `make dvorak` while in the `kinesis_stapelberg` working directory.
  36. ![controller board](https://i.imgur.com/2ZPMwvZ.jpg)
  37. ![exterior reset](https://i.imgur.com/JNoxI40.jpg)
  38. ![teensy detail](https://i.imgur.com/HrkGUjc.jpg)