summaryrefslogtreecommitdiff
path: root/keyboards/argyle/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/argyle/readme.md')
-rw-r--r--keyboards/argyle/readme.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/argyle/readme.md b/keyboards/argyle/readme.md
new file mode 100644
index 0000000000..4a473a33ac
--- /dev/null
+++ b/keyboards/argyle/readme.md
@@ -0,0 +1,23 @@
+# Argyle
+
+![argyle](https://i.imgur.com/6x7ZYhxh.png)
+
+A 60 percent through hole keyboard with RGB and windows
+
+Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [GitHub](https://github.com/yiancar)
+Hardware Supported: ATMEGA328p with vusb
+Hardware Availability: https://prototypist.net/
+
+Make example for this keyboard (after setting up your build environment):
+
+ make argyle:default
+
+Flashing example for this keyboard:
+
+ make argyle:default:flash
+
+Bootloader:
+use usbasploader HSGW's my repository.
+https://github.com/hsgw/USBaspLoader/tree/plaid
+To put the board in bootloader, either press and hold escape as you plug in, or press the button under the spacebar as you plug in.
+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).