logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (2083B)


  1. kinesis-advantage keyboard firmware
  2. ======================
  3. This directory is called alvicstep because https://github.com/alvicstep did the heavy work and took the photos in the doc directory.
  4. alvicstep did NOT do anything related to the QMK implementation, so don't bug him/her.
  5. There are other ways of replacing the CPU in the kinesis, this one uses jumper wires from the Teensy to the original DIP socket
  6. ## Kinesis specific information
  7. This is a port of https://github.com/alvicstep/tmk_keyboard,
  8. which is a fork of https://github.com/wjanssens/tmk_keyboard,
  9. which is based on work from https://github.com/chrisandreae/keyboard-firmware
  10. If you replace the kinesis CPU as described in the doc folder, then this code should allow you to use QMK.
  11. I've tested with a Teensy 2++, remember to change the CPU if you use a 32u4 instead.
  12. Not yet implemented:
  13. - Kinesis EEProm reading or writing
  14. - Audio - this should be simple if we remove hardcoded pins from audio.h and switch to E7
  15. ## Quantum MK Firmware
  16. For the full Quantum feature list, see [the parent readme.md](/docs/README.md).
  17. ## Building
  18. Download or clone the whole firmware and navigate to the keyboards/kinesis-advantage folder. Once your dev env is setup, you'll be able to type `make` to generate your .hex - you can then use the Teensy Loader to program your .hex file.
  19. Depending on which keymap you would like to use, you will have to compile slightly differently.
  20. ### Default
  21. To build with the default keymap, simply run `make`.
  22. ### Other Keymaps
  23. Several version of keymap are available in advance but you are recommended to define your favorite layout yourself. To define your own keymap create a folder with the name of your keymap in the keymaps folder, and see keymap documentation (you can find in top readme.md) and existant keymap files.
  24. To build the firmware binary hex file with a keymap just do `make` with `keymap` option like:
  25. $ make keymap=[default|jack|<name>]
  26. Keymaps follow the format **__keymap.c__** and are stored in folders in the `keymaps` folder, eg `keymaps/my_keymap/`