logo

qmk_firmware

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

readme.md (1329B)


  1. # KBD19x
  2. ![kbd19x](https://i.imgur.com/0hWTEnh.jpg)
  3. **Layout possibilities for the KBD19x**
  4. ![kbd19x](https://i.imgur.com/pVaR2zY.png)
  5. The KBD19x is a compact-1800 keyboard kit produced by KBDfans, offering a number of layout options.
  6. * Keyboard Maintainer: [jshuf](https://github.com/jshuf), [MechMerlin](https://github.com/mechmerlin)
  7. * Hardware Supported: KBD19x PCB
  8. * Hardware Availability: [~~KBDfans~~](https://kbdfans.com/collections/95-kbd19x/products/kbdfans-kbd19x-pcb), [~~AliExpress~~](https://www.aliexpress.com/item/32835566884.html) (no longer available)
  9. Make example for this keyboard (after setting up your build environment):
  10. make kbdfans/kbd19x:default
  11. Flashing example for this keyboard:
  12. make kbdfans/kbd19x:default:flash
  13. ## Bootloader
  14. To reset the board into bootloader mode, do one of the following:
  15. * **Bootmagic reset**: Hold the `Esc` key while connecting the USB cable (also erases persistent settings)
  16. * **Keycode in keymap**: Press the key mapped to `QK_BOOT` if it is available (`Fn`+`Backspace` by default)
  17. 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).