diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-13 17:13:20 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-13 17:13:20 +0000 |
commit | 008d8a740ebab95b0a9dc037b42ef1cd3b5110bf (patch) | |
tree | 861a17b913ae9fc42cc4639f006d8898c2359bf5 /keyboards/handwired/axon/readme.md | |
parent | b4039ec515c2f1c5eeb1a662aaf6fa91ebf2bc7e (diff) | |
parent | c6cc6ec7f648ef955582f972e5fb3459f0ff8a84 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/axon/readme.md')
-rw-r--r-- | keyboards/handwired/axon/readme.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/handwired/axon/readme.md b/keyboards/handwired/axon/readme.md new file mode 100644 index 0000000000..ca422130ef --- /dev/null +++ b/keyboards/handwired/axon/readme.md @@ -0,0 +1,23 @@ +# Axon + +![Axon](https://i.imgur.com/VRVv9i9h.jpeg) + +Axon v1.0 built with Durock T1 and GMK Bento + +Axon is a compact 40% which uses through-hole components. Hardware repo can be found at https://github.com/thatfellarobin/axon. + +* Keyboard Maintainer: [Robin Liu](https://github.com/thatfellarobin) + +Make example for this keyboard (after setting up your build environment): + + make handwired/axon:default + +## To reset into bootloader mode: + +1. While plugged in, press and hold `BOOT` switch +2. While holding `BOOT`, press `RESET` and hold it for a second or two +3. Release `RESET` +4. Release `BOOT` +5. The keyboard should now be recognized as a USBasp programmer device. + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |