diff options
author | katawajojo <katawajojo@users.noreply.github.com> | 2020-11-03 16:39:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 11:39:12 +1100 |
commit | d46fa2274cac7d1dad2e6c684d3fabf729efaa2e (patch) | |
tree | 9d75f628675683f6f20a49bf057025bc4845151d /keyboards/xd84pro/dev.md | |
parent | e024147ce5871a39a13ce5485c7afed03eabff5c (diff) | |
download | qmk_firmware-d46fa2274cac7d1dad2e6c684d3fabf729efaa2e.tar.gz qmk_firmware-d46fa2274cac7d1dad2e6c684d3fabf729efaa2e.zip |
Adds support for XD84 Pro (#9750)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: katawajojo <vibri@localhost>
Co-authored-by: katawajojo <katawajojo@vibri.local>
Diffstat (limited to 'keyboards/xd84pro/dev.md')
-rw-r--r-- | keyboards/xd84pro/dev.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/xd84pro/dev.md b/keyboards/xd84pro/dev.md new file mode 100644 index 0000000000..6e7f4449e7 --- /dev/null +++ b/keyboards/xd84pro/dev.md @@ -0,0 +1,28 @@ +# XD84 Pro + +Development docs covering the following: +- ATmega32u4 +- RGB +- Backlight +- Light Through Cat + +### Bootloader +Default bootloader is `atmel-dfu`. +Reboot to bootloader via bridging 2 contacts points in the icsp header. +Flash using regular dfu methods. + +# RGB +- PIN F6 +- Number of RGB LED: 12 + +# Backlight +- PIN F5 + +# Light Through Cat +- PIN F5 + +# Caps Lock LED/Indicator +- PIN B2 + +## Return to stock firmware +The original TMK firmware is available at [xd.tkg.io](https://xd.tkg.io). |