logo

qmk_firmware

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

readme.md (1675B)


  1. # Kin80
  2. ![Kin80 controller](https://i.imgur.com/Im19DdHh.jpg)
  3. Kin80 is a set of replacement PCBs and switch mounting plates for [Kinesis Contoured keyboards](https://deskthority.net/wiki/Kinesis_Contoured).
  4. * Keyboard Maintainer: [Dmitriy Nosachev](mailto:quartz64@gmail.com)
  5. * Hardware Supported: Kin80 PCB
  6. * Hardware Availability: [Open Source (CC-BY-SA](https://github.com/DmNosachev/kin80)
  7. There are 4 versions of the controller PCB, which correspond to the subfolder names:
  8. * 'micro': rev. 1.1 (obsolete) used Arduino Micro board.
  9. * 'blackpill103': rev. 1.2 (obsolete) used 'Black Pill' boards with STM32F103C8T6 MCU.
  10. * 'blackpill401' and 'blackpill411'. Latest Kin80 PCB revisions (1.3+) use WeAct Studio STM32F401 or STM32F411 boards. They are pin compatible with each other, but use different MCUs.
  11. Make example for this keyboard (after setting up your build environment):
  12. `qmk compile -kb kin80 -km default`
  13. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
  14. Default version is 'blackpill401'. If you need to build a firmware for STM32F411, use 'blackpill411' version, e.g.:
  15. `qmk compile -kb kin80:blackpill411 -km default`
  16. ## Bootloader
  17. Enter the bootloader in 3 ways:
  18. * **Bootmagic reset**: Hold down the the top left key and plug in the keyboard.
  19. * **Physical reset button**. Hold 'boot0' button on MCU board, press 'reset', then release 'boot0'.
  20. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available