James Young 7baaac9531 Migrate `LOCKING_*_ENABLE` to Data-Driven: K, Part 1 (#23768) 2 years ago
..
keymaps 1184e0d9be Adjust keycode alignment around `QK_BOOT` (#23697) 2 years ago
kbd19x.h d09a06a1b3 Update GPIO API usage in keyboard code (#23361) 2 years ago
keyboard.json 7baaac9531 Migrate `LOCKING_*_ENABLE` to Data-Driven: K, Part 1 (#23768) 2 years ago
matrix_diagram.md be42ea306b KBDfans KBD19x Layout Additions (#23230) 2 years ago
readme.md d2accb48e7 RESET -> QK_BOOT keyboard readme (#18110) 4 years ago

readme.md

KBD19x

kbd19x

Layout possibilities for the KBD19x

kbd19x

The KBD19x is a compact-1800 keyboard kit produced by KBDfans, offering a number of layout options.

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.