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(
buttons: [
// Row 1
Key(Apostrophe),
Key(Escape),
Key(Comma),
Key(Period),
Key(P),
@ -31,11 +31,11 @@
Layer(
buttons: [
// Row 1
Key(D1),
Key(D2),
Key(D3),
Key(D4),
Key(D5),
Key(Apostrophe),
Key(Slash),
Key(Equal),
Key(Accent),
Key(Period),
// Row 2
ModTap(BackslashPipe, LMod),
@ -44,6 +44,35 @@
ModTap(RBracket, LCtrl),
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
None,
None,

View File

@ -31,18 +31,48 @@
Layer(
buttons: [
// Row 1
Key(D6),
None,
Key(D7),
Key(D8),
Key(D9),
Key(D0),
Key(PrintScreen),
// Row 2
Key(Apostrophe),
ModTap(Slash, RCtrl),
ModTap(Equal, RShift),
ModTap(Accent, RAlt),
ModTap(Pound, RMod),
Key(D0),
ModTap(D4, RCtrl),
ModTap(D5, RShift),
ModTap(D6, RAlt),
//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
None,