qmk_firmware/keyboards/draculad
Ryan 7e0299117b
Move encoder config to data driven (#19923)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-26 09:45:12 +11:00
..
keymaps [Keymap] Fix miryoku layout for draculad (#19338) 2022-12-15 11:25:17 -08:00
config.h Move encoder config to data driven (#19923) 2023-02-26 09:45:12 +11:00
draculad.c
draculad.h
info.json Move encoder config to data driven (#19923) 2023-02-26 09:45:12 +11:00
readme.md
rules.mk Migrate MCU and BOOTLOADER to data-driven (#19529) 2023-02-08 18:41:46 +11:00

DracuLad

DracuLad

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

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 Caterina 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.

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.