diff options
author | OsciX <ryrutdavis@gmail.com> | 2020-05-08 20:08:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 17:08:19 -0700 |
commit | cd0edbb1fba91df97be233e30c145f352eda31c0 (patch) | |
tree | c109b2ea3dd1b01c29add2f4170304ddbe6fdac5 /keyboards/shambles/readme.md | |
parent | 6919772fb99f34675ee26d202c26af443d6db287 (diff) |
[Keyboard] Shambles TKL (#8500)
* Add support for the Shambles TKL
* Fix Shambles files
* Add files via upload
* Fix Shambles again
* Delete shambles.h.h
* Delete shambles.c.c
* Add files via upload
* Delete Makefile
* Apply suggestions from code review
* Fix default layout to work with review
* Apply suggestions from code review
* Add info files
* Update readme.md
* Update keyboards/shambles/readme.md
Diffstat (limited to 'keyboards/shambles/readme.md')
-rw-r--r-- | keyboards/shambles/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/shambles/readme.md b/keyboards/shambles/readme.md new file mode 100644 index 0000000000..1b80263c66 --- /dev/null +++ b/keyboards/shambles/readme.md @@ -0,0 +1,15 @@ +# Shambles + +![Shambles](https://i.imgur.com/aTEHQpzl.jpg) + +An Alpha28, with a numpad and nav cluster + +* Keyboard Maintainer: [OsciX](https://github.com/OsciX) +* Hardware Supported: Shambles +* Hardware Availability: [OsciX/shambles_qmk](https://github.com/OsciX/shambles_qmk) + +Make example for this keyboard (after setting up your build environment): + + make shambles:default + +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). |