You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
fauxpark 77256a1b4a Update GPIO API usage in keyboard code - `writePinHigh` 2 months ago
..
keymaps Remove legacy keycodes, part 5 (#18710) 1 year ago
config.h Move RGBLight animations to data driven (#21635) 9 months ago
kbd19x.h Update GPIO API usage in keyboard code - `writePinHigh` 2 months ago
keyboard.json Migrate features from rules.mk to data driven - IJK (#23276) 2 months ago
matrix_diagram.md KBDfans KBD19x Layout Additions (#23230) 2 months ago
readme.md RESET -> QK_BOOT keyboard readme (#18110) 1 year 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.