Skip to content

Commit ef6cdb1

Browse files
committed
add HOME, END and SHIFT+INSERT
1 parent 671c414 commit ef6cdb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

code.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
# Semicolon & Ctrl
1616
SCC = MODS_TAP(MODS(RCTRL), ';')
17+
SINS = MODS_KEY(MODS(SHIFT), INSERT)
1718

1819
keyboard.keymap = (
1920
# layer 0
@@ -37,9 +38,9 @@
3738
# layer 2
3839
(
3940
'`', F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, DEL,
40-
___, ___, ___, ___, ___, ___, ___,PGUP, ___, ___, ___,AUDIO_VOL_DOWN,AUDIO_VOL_UP,AUDIO_MUTE,
41+
___, ___, ___, ___, ___, ___,HOME,PGUP, ___, ___,SINS,AUDIO_VOL_DOWN,AUDIO_VOL_UP,AUDIO_MUTE,
4142
___, ___, ___, ___, ___, ___,LEFT,DOWN, UP,RIGHT, ___, ___, ___,
42-
___, ___, ___, ___, ___, ___,PGDN, ___, ___, ___, ___, ___,
43+
___, ___, ___, ___, ___, ___,PGDN,END, ___, ___, ___, ___,
4344
___, ___, ___, ___, ___, ___, ___, ___
4445
),
4546

0 commit comments

Comments
 (0)