Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 603 Bytes

Faq.md

File metadata and controls

17 lines (15 loc) · 603 Bytes

Layers

Colors

Layer DK6 LED Color
Layer 0 White
Layer 1 Red
Layer 2 Green
Layer 3 Blue

Layer Commands

Lx
Move to layer x on KeyTap.
Note this mirrors QMK's `layer_move(layer)` function.
Ltx
On a KeyHold, a tempory move to layer x is performed.
Note this mirrors the QMK's MO(layer) command.
K/Ltx
On a KeyTap the KeyModule sends its assign layer x value / On a KeyHold, a tempory move to layer x is performed.

Note this mirrors the QMK's TL(layer, kc) command.