Layer 0&2 leergemacht; derzeit ungenutzt

This commit is contained in:
Michael Grote 2021-08-25 10:48:08 +02:00
parent abeb3fdf1c
commit 16557ba128
1 changed files with 2 additions and 8 deletions

View File

@ -28,10 +28,7 @@ consumer_control = ConsumerControl(usb_hid.devices)
# Note that keys 0-3 are reserved as the modifier and layer selector keys
# respectively.
layer_0 = {4: Keycode.COMMA,
5: Keycode.ONE,
9: Keycode.FOUR,
7: Keycode.SEVEN}
layer_0 = {}
layer_1 = {4: Keycode.COMMA,
5: Keycode.ONE,
@ -46,10 +43,7 @@ layer_1 = {4: Keycode.COMMA,
14: Keycode.SIX,
15: Keycode.NINE}
layer_2 = {4: Keycode.COMMA,
5: Keycode.ONE,
6: Keycode.FOUR,
7: Keycode.SEVEN}
layer_2 = {}
layer_3 = {5: ConsumerControlCode.VOLUME_DECREMENT,
7: ConsumerControlCode.SCAN_PREVIOUS_TRACK,