Update layout

This commit is contained in:
2023-05-15 22:07:25 +02:00
parent 78db14f88d
commit c5c27c487e
2 changed files with 72 additions and 13 deletions

View File

@ -2,7 +2,7 @@
Layer( Layer(
buttons: [ buttons: [
// Row 1 // Row 1
Key(Apostrophe), Key(Escape),
Key(Comma), Key(Comma),
Key(Period), Key(Period),
Key(P), Key(P),
@ -31,11 +31,11 @@
Layer( Layer(
buttons: [ buttons: [
// Row 1 // Row 1
Key(D1), Key(Apostrophe),
Key(D2), Key(Slash),
Key(D3), Key(Equal),
Key(D4), Key(Accent),
Key(D5), Key(Period),
// Row 2 // Row 2
ModTap(BackslashPipe, LMod), ModTap(BackslashPipe, LMod),
@ -44,6 +44,35 @@
ModTap(RBracket, LCtrl), ModTap(RBracket, LCtrl),
Key(Tab), Key(Tab),
// Row 3
None,
Key(Mute),
Key(VolumeDown),
Key(VolumeUp),
None,
// Thumbpad
Key(Backspace),
Key(Space),
NextLayer,
],
),
Layer(
buttons: [
// Row 1
None,
Key(Mute),
Key(VolumeDown),
Key(VolumeUp),
None,
// Row 2
Mod(LMod),
Mod(LAlt),
Mod(LShift),
Mod(LCtrl),
None,
// Row 3 // Row 3
None, None,
None, None,

View File

@ -31,18 +31,48 @@
Layer( Layer(
buttons: [ buttons: [
// Row 1 // Row 1
Key(D6), None,
Key(D7), Key(D7),
Key(D8), Key(D8),
Key(D9), Key(D9),
Key(D0), Key(PrintScreen),
// Row 2 // Row 2
Key(Apostrophe), Key(D0),
ModTap(Slash, RCtrl), ModTap(D4, RCtrl),
ModTap(Equal, RShift), ModTap(D5, RShift),
ModTap(Accent, RAlt), ModTap(D6, RAlt),
ModTap(Pound, RMod), //ModTap(, RMod),
Mod(RMod),
// Row 3
None,
Key(D1),
Key(D2),
Key(D3),
None,
// Thumbpad
PrevLayer,
Key(Return),
Key(Delete),
],
),
Layer(
buttons: [
// Row 1
None,
None,
None,
None,
None,
// Row 2
None,
Mod(RCtrl),
Mod(RShift),
Mod(RAlt),
Mod(RMod),
// Row 3 // Row 3
None, None,