diff options
Diffstat (limited to 'keyboards/draculad/readme.md')
-rw-r--r-- | keyboards/draculad/readme.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/draculad/readme.md b/keyboards/draculad/readme.md new file mode 100644 index 000000000..f1fd546cd --- /dev/null +++ b/keyboards/draculad/readme.md | |||
@@ -0,0 +1,33 @@ | |||
1 | # DracuLad | ||
2 | |||
3 |  | ||
4 | |||
5 | *A 34-36 key split keyboard* | ||
6 | - 36 keys, two of them can be replaced by rotary encoders making it support 34-36 keys and 2-4 encoders. | ||
7 | - bright RGB Underglow with ws2812b LEDs | ||
8 | - one ssd1306 OLED per side | ||
9 | - aggressive pinky stagger similar to the kyria but with an alternative thumb cluster to raise comfort for large hands | ||
10 | - support for mx and choc switches | ||
11 | |||
12 | * keyboard Maintainer: [MangoIV](https://github.com/MangoIV) | ||
13 | * Hardware Supported: [DracuLad PCBs and cases](https://github.com/MangoIV/dracuLad), [the pimoroni trackball](https://shop.pimoroni.com/products/trackball-breakout) | ||
14 | * Hardware availability: [check my github](https://github.com/MangoIV) | ||
15 | |||
16 | Make example for this keyboard (after setting up your build env): | ||
17 | |||
18 | make draculad:default | ||
19 | |||
20 | or for the version using the pimoroni trackball | ||
21 | |||
22 | make draculad:pimoroni | ||
23 | |||
24 | Flashing example for dfu and catarina respectively (replace default with the name of your keymap) | ||
25 | |||
26 | make draculad:default:dfu | ||
27 | |||
28 | make draculad:default:flash | ||
29 | |||
30 | |||
31 | 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) | ||
32 | |||
33 | 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). | ||