diff options
author | fauxpark <fauxpark@gmail.com> | 2019-05-13 04:22:16 +1000 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-05-12 11:22:16 -0700 |
commit | 8e3cbe030c10090301ae94427cf0e6cf31ef31d9 (patch) | |
tree | 89cf41f7997a277ae6bb521bd12819639d6fc4a8 /keyboards/wasdat/readme.md | |
parent | 7e1d28673ff4c984be889ca1b67a45ca6d3a5065 (diff) | |
download | firmware-8e3cbe030c10090301ae94427cf0e6cf31ef31d9.tar.gz firmware-8e3cbe030c10090301ae94427cf0e6cf31ef31d9.tar.bz2 firmware-8e3cbe030c10090301ae94427cf0e6cf31ef31d9.zip |
Add Wasdat controller (#5855)
* Add Wasdat controller
* Add reset instructions
* Clarify ANSI & ISO support
Diffstat (limited to 'keyboards/wasdat/readme.md')
-rw-r--r-- | keyboards/wasdat/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/wasdat/readme.md b/keyboards/wasdat/readme.md new file mode 100644 index 000000000..1cb42cc01 --- /dev/null +++ b/keyboards/wasdat/readme.md @@ -0,0 +1,21 @@ +# Wasdat + +![wasdat](https://maartenwut.com/wp-content/uploads/2019/02/by72xkc5-600x600.jpg) + +A drop-in replacement controller for the WASD v2 TKL and fullsize models. + +Keyboard Maintainer: [Maartenwut](https://github.com/Maartenwut) +Hardware Supported: WASD v2 TKL/Fullsize ANSI & ISO with Wasdat controller +Hardware Availability: [maartenwut.com](https://maartenwut.com/product/wasdat/) + +## Flashing + +The WASD has no reset button, but it does have a bank of DIP switches on the bottom, so to enter the bootloader on this board, simply toggle the first one on and off. + +--- + +Make example for this keyboard (after setting up your build environment): + + make wasdat: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). |