summaryrefslogtreecommitdiff
path: root/keyboards/xd004
AgeCommit message (Collapse)Author
2021-01-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-20Remove `DESCRIPTION`, W-Z (#11633)Ryan
2021-01-07clean up generate-api errorsZach White
2020-08-29Better handle LTO_ENABLE (#9832)Drashna Jaelre
* Better handle LTO_ENABLE Especially when calling from command line * Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE * Remove long for LTO from show_options.mk
2020-06-30Add VIA support on XiuDi (XD) keyboards (#8829)Xelus22
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2020-06-28Added DFU instructions for XD004 board (#9565)Miles Goodhew
2020-01-31Trim firmware size changes from default rules.mk, part 4 (#8046)ridingqwerty
* Trim firmware size changes from default-ish rules.mk files * Trim sizes from westfoxtrot boards
2019-09-19Cleanup rules.mk for 16U2 and 32U2 keyboards (#6768)fauxpark
* Cleanup rules.mk for 16U2 and 32U2 keyboards * Add back Tap Dance build option
2019-09-05Add 16U2, 16U4 and USB646 to mcu_selection.mk (#6566)fauxpark
2019-08-22Reduce compile size to fix various Travis CI errors (#6426)Drashna Jaelre
Due to feature creep
2019-07-16[Keymap] Fix advanced keymap readme and macro function (#6342)Sidney Bovet
2019-07-15[Keyboard] Add support for XD004 macro keyboard (#6337)Sidney Bovet
* Add support for XD004 Also applying the following suggested edits: Add hardware availability link in readme Co-Authored-By: Drashna Jaelre <drashna@live.com> Enable lite bootmagic Co-Authored-By: Drashna Jaelre <drashna@live.com> Remove commented out MCU Co-Authored-By: fauxpark <fauxpark@gmail.com> * Add more ellaborate keymap Correcting usage of tap_code_16 for modified key, thanks to @drashna * Add information about bootloader type Co-Authored-By: Drashna Jaelre <drashna@live.com>