qmk-dactyl-manuform-a/keyboards/draculad
Drashna Jaelre 9d235d4fc5
[Core] Change OLED task function to be boolean (#14864)
* [Core] Add kb level callbacks to OLED driver

* Update keyboards and keymaps

* Update docs

* Update userspace configs

* Add fix for my keymap ...

* update lefty
2021-11-02 09:42:50 +11:00
..
keymaps [Core] Change OLED task function to be boolean (#14864) 2021-11-02 09:42:50 +11:00
config.h [Core] Refactor OLED to allow easy addition of other types (#13454) 2021-08-24 16:28:26 +10:00
draculad.c Add Draculad keyboard (#12604) 2021-04-27 19:41:11 +02:00
draculad.h DracuLad: add Configurator data and rework layout macro (#12727) 2021-04-29 11:25:30 -07:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
readme.md DracuLad: add Configurator data and rework layout macro (#12727) 2021-04-29 11:25:30 -07:00
rules.mk Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) 2021-09-12 15:27:29 +10:00

readme.md

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.