logo

qmk_firmware

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

readme.md (1383B)


  1. # Kuro 65
  2. A 65% keyboard with an ISO layout, which fits the TOFU65 case (and similar) by KBDFans.
  3. Keyboard maintainer: [0x544D](https://github.com/0x544D)
  4. Hardware availability: [0x544D/kuro65](https://github.com/0x544D/kuro65)
  5. ## Features
  6. - Hot-swappable ISO layout
  7. - Per key RGB LED (south facing)
  8. - VIA compatible
  9. - USB-C connector
  10. - Reset button on the back of the PCB
  11. - Compatible with TOFU65 and similar cases
  12. ## Pictures
  13. ![kuro65_pcb](https://i.imgur.com/m5KoeQwh.jpg)
  14. ![kuro65_case](https://i.imgur.com/jmoACMSh.jpg)
  15. ## Building the firmware
  16. Make example for this keyboard (after setting up your build environment):
  17. make kuro/kuro65:default
  18. Flashing example for this keyboard:
  19. make kuro/kuro65:default:flash
  20. 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).
  21. ## Bootloader
  22. Enter the bootloader in 3 ways:
  23. * **Bootmagic reset**: Hold down the top-left key (ESC) and plug in the keyboard.
  24. * **Physical reset button**: Briefly press the button on the back of the PCB.
  25. * **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.