Layer 3 umsortiert

This commit is contained in:
Michael Grote 2021-08-25 10:28:30 +02:00
parent 8489556ebc
commit 8b180675a8
1 changed files with 3 additions and 3 deletions

View File

@ -51,11 +51,11 @@ layer_2 = {4: Keycode.COMMA,
6: Keycode.FOUR,
7: Keycode.SEVEN}
layer_3 = {6: ConsumerControlCode.VOLUME_DECREMENT,
layer_3 = {5: ConsumerControlCode.VOLUME_DECREMENT,
7: ConsumerControlCode.SCAN_PREVIOUS_TRACK,
10: ConsumerControlCode.MUTE,
9: ConsumerControlCode.MUTE,
11: ConsumerControlCode.PLAY_PAUSE,
14: ConsumerControlCode.VOLUME_INCREMENT,
13: ConsumerControlCode.VOLUME_INCREMENT,
15: ConsumerControlCode.SCAN_NEXT_TRACK}
layers = {0: layer_0,