summaryrefslogtreecommitdiff
path: root/keyboards/draculad/readme.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-04-27 17:42:03 +0000
committerQMK Bot <hello@qmk.fm>2021-04-27 17:42:03 +0000
commit3e43a7f044f0e20832bb3e03ebf3d2ba41249cf2 (patch)
treeba67475e53e53ce0346ecf7fe6df2991328d6341 /keyboards/draculad/readme.md
parentf30637ee11bc89a4c87b145689495aca717f3ca5 (diff)
parent3fe356e65c65f725e94f3ad32fd65cc24befb531 (diff)
downloadqmk_firmware-3e43a7f044f0e20832bb3e03ebf3d2ba41249cf2.tar.gz
qmk_firmware-3e43a7f044f0e20832bb3e03ebf3d2ba41249cf2.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/draculad/readme.md')
-rw-r--r--keyboards/draculad/readme.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/draculad/readme.md b/keyboards/draculad/readme.md
new file mode 100644
index 0000000000..f1fd546cd2
--- /dev/null
+++ b/keyboards/draculad/readme.md
@@ -0,0 +1,33 @@
+# DracuLad
+
+![DracuLad](https://github.com/mangoiv/draculad/blob/master/pictures/rev1/both_sides_showcase.jpg?raw=true)
+
+*A 34-36 key split keyboard*
+- 36 keys, two of them can be replaced by rotary encoders making it support 34-36 keys and 2-4 encoders.
+- bright RGB Underglow with ws2812b LEDs
+- one ssd1306 OLED per side
+- aggressive pinky stagger similar to the kyria but with an alternative thumb cluster to raise comfort for large hands
+- support for mx and choc switches
+
+* keyboard Maintainer: [MangoIV](https://github.com/MangoIV)
+* Hardware Supported: [DracuLad PCBs and cases](https://github.com/MangoIV/dracuLad), [the pimoroni trackball](https://shop.pimoroni.com/products/trackball-breakout)
+* Hardware availability: [check my github](https://github.com/MangoIV)
+
+Make example for this keyboard (after setting up your build env):
+
+ make draculad:default
+
+or for the version using the pimoroni trackball
+
+ make draculad:pimoroni
+
+Flashing example for dfu and catarina respectively (replace default with the name of your keymap)
+
+ make draculad:default:dfu
+
+ make draculad:default:flash
+
+
+When flashing the first time using handedness by eeprom, use the [qmk guide for that topic](https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-eeprom)
+
+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).