Belegung Numpad-Layer angepasst

This commit is contained in:
Michael Grote 2021-08-25 10:10:23 +02:00
parent 271fe80a71
commit 5ef9402099
1 changed files with 2 additions and 2 deletions

View File

@ -28,11 +28,11 @@ consumer_control = ConsumerControl(usb_hid.devices)
# Note that keys 0-3 are reserved as the modifier and layer selector keys
# respectively.
layer_1 = {4: Keycode.ZERO,
layer_1 = {4: Keycode.COMMA,
5: Keycode.ONE,
6: Keycode.FOUR,
7: Keycode.SEVEN,
8: Keycode.DELETE,
8: Keycode.ZERO,
9: Keycode.TWO,
10: Keycode.FIVE,
11: Keycode.EIGHT,