forked from mirrors/qmk_firmware
be42ea306b
* Add layout/matrix diagram [docs] * Re-sort JSON `layouts` object Moves the `LAYOUT_all` object to be first in sequence. [refactor] * Add `LAYOUT_ansi_split_bs` [enhancement] * Add `LAYOUT_iso_split_bs` [enhancement] * Add `LAYOUT_ansi_wkl_split_bs` [enhancement] * Add `LAYOUT_ansi_wkl` [enhancement] * Add `LAYOUT_iso_wkl_split_bs` [enhancement] * Add `LAYOUT_iso_wkl` [enhancement] |
||
---|---|---|
.. | ||
keymaps | ||
config.h | ||
info.json | ||
kbd19x.h | ||
matrix_diagram.md | ||
readme.md | ||
rules.mk |
KBD19x
Layout possibilities for the KBD19x
The KBD19x is a compact-1800 keyboard kit produced by KBDfans, offering a number of layout options.
- Keyboard Maintainer: jshuf, MechMerlin
- Hardware Supported: KBD19x PCB
- Hardware Availability:
KBDfans,AliExpress(no longer available)
Make example for this keyboard (after setting up your build environment):
make kbdfans/kbd19x:default
Flashing example for this keyboard:
make kbdfans/kbd19x:default:flash
Bootloader
To reset the board into bootloader mode, do one of the following:
- Bootmagic reset: Hold the
Esc
key while connecting the USB cable (also erases persistent settings) - Keycode in keymap: Press the key mapped to
QK_BOOT
if it is available (Fn
+Backspace
by default)
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.