ridingqwerty 17a089d21b Trim firmware size changes from default rules.mk, part 4 (#8046) 6 ani în urmă
..
keymaps b47c10bf6f Cleanup rules.mk for 32U4 keyboards, T-Z (#7190) 6 ani în urmă
config.h d653e55461 [Keyboard] add rgb led configuration for xd87 (#6635) 6 ani în urmă
info.json 8af1d3ad86 Fix XD87 keyboard dimensions in info.json 7 ani în urmă
readme.md e26a7b0ed8 Keyboard: initial support for XD87 (#4182) 7 ani în urmă
rules.mk 17a089d21b Trim firmware size changes from default rules.mk, part 4 (#8046) 6 ani în urmă
xd87.c 23186d32a3 [Keyboard] xd87: add capslock led support (#6758) 6 ani în urmă
xd87.h ab579650b6 Fix XD87 ANSI layout values (#5031) 7 ani în urmă

readme.md

XD87

XD87

Make example for this keyboard (after setting up your build environment):

make xd87:default

It also supports the tkl_ansi and tkl_iso community layouts:

  # Build firmware with ANSI layout
  make xd87:default_tkl_ansi
  # Build firmware with ISO layout
  make xd87:default_tkl_iso

The keyboard can be reset to bootloader by using bootmagic (space+b by default) or short out the small connector between the Delete and End keys.

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.