logo

qmk_firmware

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

readme.md (1581B)


  1. # KinTwin
  2. [KinTwin](https://github.com/alvicstep/kintwin) is a drop-in replacement of a controller and thumb cluster PCB boards for [Kinesis Contoured keyboards](https://deskthority.net/wiki/Kinesis_Contoured). The controller board is a fork of [KinBP](https://github.com/DmNosachev/KinBP).
  3. ### Keyboard
  4. ![Kinesis keyboard](https://i.imgur.com/gmuYlUyh.jpg)
  5. ### Controller
  6. ![KinTwin controller](https://i.imgur.com/vu6pexwh.jpg)
  7. The main difference between KinTwin and KinT controllers is that the former utilizes **Blackpill STM32F401** development board and the latter utilizes **Teensy** development boards.
  8. * Keyboard Maintainer: Alex Stepanov
  9. * Hardware Supported: KinTwin PCB, WeAct Black Pill STM32F401 micro controller
  10. * Hardware Availability: [Open Source (CC-BY-SA)](https://github.com/alvicstep/kintwin)
  11. Make example for this keyboard (after setting up your build environment):
  12. make kinesis/kintwin:default
  13. Flashing example for this keyboard:
  14. make kinesis/kintwin:default:flash
  15. 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).
  16. ## Bootloader
  17. Enter the bootloader in 3 ways:
  18. * **Bootmagic reset**: Hold down 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