qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

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 
      4 ### Keyboard
      5 ![Kinesis keyboard](https://i.imgur.com/gmuYlUyh.jpg)
      6 
      7 ### Controller
      8 ![KinTwin controller](https://i.imgur.com/vu6pexwh.jpg)
      9 
     10 The main difference between KinTwin and KinT controllers is that the former utilizes **Blackpill STM32F401** development board and the latter utilizes **Teensy** development boards.
     11 
     12 * Keyboard Maintainer: Alex Stepanov
     13 * Hardware Supported: KinTwin PCB, WeAct Black Pill STM32F401 micro controller
     14 * Hardware Availability: [Open Source (CC-BY-SA)](https://github.com/alvicstep/kintwin)
     15 
     16 Make example for this keyboard (after setting up your build environment):
     17 
     18     make kinesis/kintwin:default
     19 
     20 Flashing example for this keyboard:
     21 
     22     make kinesis/kintwin:default:flash
     23 
     24 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).
     25 
     26 ## Bootloader
     27 
     28 Enter the bootloader in 3 ways:
     29 
     30 * **Bootmagic reset**: Hold down the top left key and plug in the keyboard.
     31 * **Physical reset button**. Hold 'boot0' button on MCU board, press 'reset', then release 'boot0'.
     32 * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available