You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.5 KiB

  1. # DracuLad
  2. ![DracuLad](https://github.com/mangoiv/draculad/blob/master/pictures/rev1/both_sides_showcase.jpg?raw=true)
  3. *A 34-36 key split keyboard*
  4. - 36 keys, two of them can be replaced by rotary encoders making it support 34-36 keys and 2-4 encoders.
  5. - bright RGB Underglow with WS2812B LEDs
  6. - one SSD1306 OLED per side
  7. - aggressive pinky stagger similar to the Kyria but with an alternative thumb cluster to raise comfort for large hands
  8. - support for MX and Choc switches
  9. * Keyboard Maintainer: [MangoIV](https://github.com/MangoIV)
  10. * Hardware Supported: [DracuLad PCBs and cases](https://github.com/MangoIV/dracuLad), [the Pimoroni trackball](https://shop.pimoroni.com/products/trackball-breakout)
  11. * Hardware Availability: [MangoIV's GitHub](https://github.com/MangoIV/dracuLad)
  12. Make example for this keyboard (after setting up your build env):
  13. make draculad:default
  14. or for the version using the Pimoroni trackball:
  15. make draculad:pimoroni
  16. Flashing example for DFU and Caterina respectively (replace `default` with the name of your keymap):
  17. make draculad:default:dfu
  18. make draculad:default:flash
  19. 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).
  20. 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).