Files
tangentbord1/layers-right.ron
2023-05-08 19:43:18 +02:00

61 lines
693 B
Plaintext

[
Layer(
buttons: [
// Row 1
Key(F),
Key(G),
Key(C),
Key(R),
Key(L),
// Row 2
Key(D),
ModTap(H, RCtrl),
ModTap(T, RShift),
ModTap(N, RAlt),
ModTap(S, RMod),
// Row 3
Key(B),
Key(M),
Key(W),
Key(V),
Key(Z),
// Thumbpad
PrevLayer,
Key(Return),
Key(Delete),
],
),
Layer(
buttons: [
// Row 1
Key(D6),
Key(D7),
Key(D8),
Key(D9),
Key(D0),
// Row 2
Key(Apostrophe),
ModTap(Slash, RCtrl),
ModTap(Equal, RShift),
ModTap(Accent, RAlt),
ModTap(Pound, RMod),
// Row 3
None,
None,
None,
None,
None,
// Thumbpad
PrevLayer,
Key(Return),
Key(Delete),
],
),
]