summaryrefslogtreecommitdiff
path: root/keyboards/0xcb/static/readme.md
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2021-07-03 16:38:05 +1000
committerfauxpark <fauxpark@gmail.com>2021-07-03 16:38:05 +1000
commit03807c2c6e470a3046c1ff40ac7ab74f76b94f74 (patch)
tree41b605163e5c7b9726128d267e310024bc46fcfc /keyboards/0xcb/static/readme.md
parent7629b7f52a89be171c6427ad2849d50ccd347335 (diff)
parent06e0643541493220fb7413e33f3fc6972a9384b8 (diff)
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/0xcb/static/readme.md')
-rw-r--r--keyboards/0xcb/static/readme.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/0xcb/static/readme.md b/keyboards/0xcb/static/readme.md
new file mode 100644
index 0000000000..8403b4450e
--- /dev/null
+++ b/keyboards/0xcb/static/readme.md
@@ -0,0 +1,27 @@
+# 0xCB Static
+
+Macro keypad
+
+* Keyboard Maintainer: [Conor Burns](https://github.com/conor-burns)
+* Hardware Supported: https://github.com/0xCB-dev/0xcb-static
+* Hardware Availability: Soon on tindie or order your own parts - the hardware in the repo is Open Source :D
+* PCB renders :)
+
+![](https://github.com/0xCB-dev/0xcb-static/blob/main/PCB/rev1.0/top.png)
+
+![](https://github.com/0xCB-dev/0xcb-static/blob/main/PCB/rev1.0/bottom.png)
+
+More Pictures [here](https://0xcb.dev/static/)
+
+To go to bootloader press ESC while plugging in or hold the RESET switch, then hold the BOOT switch, release RESET, release BOOT.
+The board should now appear in lsusb (or device manager).
+
+Make example for this keyboard (after setting up your build environment):
+
+ make 0xcb/static:default
+
+Flashing example for this keyboard:
+
+ make 0xcb/static:flash
+
+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).