Update layers-left.ron

This commit is contained in:
2023-04-26 18:39:20 +02:00
parent 05951e1b77
commit 2fc050eb4f

View File

@ -9,10 +9,10 @@
Key(Y), Key(Y),
// Row 2 // Row 2
Key(A), ModTap(A, LMod),
Key(O), ModTap(O, LAlt),
Key(E), ModTap(E, LShift),
Key(U), ModTap(U, LCtrl),
Key(I), Key(I),
// Row 3 // Row 3
@ -23,9 +23,38 @@
Key(X), Key(X),
// Thumbpad // Thumbpad
Mod(LShift), Key(Backspace),
Mod(LCtrl), Key(Space),
NextLayer, NextLayer,
], ],
) ),
Layer(
buttons: [
// Row 1
Key(D1),
Key(D2),
Key(D3),
Key(D4),
Key(D5),
// Row 2
ModTap(BackslashPipe, LMod),
ModTap(Dash, LAlt),
ModTap(LBracket, LShift),
ModTap(RBracket, LCtrl),
Key(Tab),
// Row 3
None,
None,
None,
None,
None,
// Thumbpad
Key(Backspace),
Key(Space),
NextLayer,
],
),
] ]