forked from forks/qmk_firmware
6471273149
* set bootmagic from no to lite and put in a note in the readme * use pragma once * discovered a compile error when testing with default keymap. The inlined led functions need to be externed in the .c file * might as well turn on mouse keys as well
22 lines
952 B
Markdown
22 lines
952 B
Markdown
# KBD19x
|
|
|
|
![kbd19x](https://i.imgur.com/0hWTEnh.jpg)
|
|
|
|
**Layout possibilities for the KBD19x**
|
|
|
|
![kbd19x](https://i.imgur.com/pVaR2zY.png)
|
|
|
|
The KBD19x is a compact-1800 keyboard kit produced by KBDfans, offering a number of layout options.
|
|
|
|
**Reset Sequence:** Using this firmware sets `BOOTLOADER_ENABLE` to `lite`. While plugging in, hold the top left key, commonly programmed as `Esc` to put your board into bootloader mode.
|
|
|
|
Keyboard Maintainer: [jshuf](https://github.com/jshuf)
|
|
Hardware Supported: KBD19x PCB
|
|
Hardware Availability: [KBDfans](https://kbdfans.cn)
|
|
|
|
Make example for this keyboard (after setting up your build environment):
|
|
|
|
make kbdfans/kbd19x:default
|
|
|
|
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).
|