qmk_firmware/keyboards/kbdfans/kbd19x
Ryan 4ae9bfd17a
Move RGBLIGHT_HUE/SAT/VAL_STEP to data driven (#21292)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-06-24 17:37:54 +10:00
..
keymaps Remove legacy keycodes, part 5 (#18710) 2022-10-15 22:29:43 +01:00
config.h Move RGBLIGHT_HUE/SAT/VAL_STEP to data driven (#21292) 2023-06-24 17:37:54 +10:00
info.json Move RGBLIGHT_HUE/SAT/VAL_STEP to data driven (#21292) 2023-06-24 17:37:54 +10:00
kbd19x.h Move remaining LAYOUT_alls to data driven (#20463) 2023-04-27 07:45:43 +10:00
readme.md RESET -> QK_BOOT keyboard readme (#18110) 2022-08-20 11:34:17 +01:00
rules.mk Migrate MCU and BOOTLOADER to data-driven (#19529) 2023-02-08 18:41:46 +11:00

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.