qmk_firmware

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

readme.md (1383B)


      1 # Kuro 65
      2 A 65% keyboard with an ISO layout, which fits the TOFU65 case (and similar) by KBDFans.
      3 
      4 Keyboard maintainer: [0x544D](https://github.com/0x544D)
      5 
      6 Hardware availability: [0x544D/kuro65](https://github.com/0x544D/kuro65)
      7 
      8 ## Features
      9 
     10 - Hot-swappable ISO layout
     11 - Per key RGB LED (south facing)
     12 - VIA compatible
     13 - USB-C connector
     14 - Reset button on the back of the PCB
     15 - Compatible with TOFU65 and similar cases 
     16 
     17 ## Pictures
     18 
     19 ![kuro65_pcb](https://i.imgur.com/m5KoeQwh.jpg)
     20 
     21 ![kuro65_case](https://i.imgur.com/jmoACMSh.jpg)
     22 
     23 ## Building the firmware
     24 
     25 Make example for this keyboard (after setting up your build environment):
     26 
     27     make kuro/kuro65:default
     28 
     29 Flashing example for this keyboard:
     30 
     31     make kuro/kuro65:default:flash
     32 
     33 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).
     34 
     35 ## Bootloader
     36 
     37 Enter the bootloader in 3 ways:
     38 
     39 * **Bootmagic reset**: Hold down the top-left key (ESC) and plug in the keyboard.
     40 * **Physical reset button**: Briefly press the button on the back of the PCB.
     41 * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available. In the pre-supplied keymaps it is on the Function 2 (FN2) layer, replacing the P key.