Skip to content

Commit 53fcd20

Browse files
committed
Reorder keys for kbd, not phone and fix colors
1 parent ff9128e commit 53fcd20

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Macropad_Hotkeys/macros/numpad.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
'macros' : [ # List of button macros...
88
# COLOR LABEL KEY SEQUENCE
99
# 1st row ----------
10-
(0x004000, '1', ['1']),
11-
(0x004000, '2', ['2']),
12-
(0x400000, '3', ['3']),
10+
(0x202000, '7', ['7']),
11+
(0x202000, '8', ['8']),
12+
(0x202000, '9', ['9']),
1313
# 2nd row ----------
1414
(0x202000, '4', ['4']),
1515
(0x202000, '5', ['5']),
16-
(0x400000, '6', ['6']),
16+
(0x202000, '6', ['6']),
1717
# 3rd row ----------
18-
(0x000040, '7', ['7']),
19-
(0x000040, '8', ['8']),
20-
(0x000040, '9', ['9']),
18+
(0x202000, '1', ['1']),
19+
(0x202000, '2', ['2']),
20+
(0x202000, '3', ['3']),
2121
# 4th row ----------
22-
(0x000000, '*', ['*']),
22+
(0x101010, '*', ['*']),
2323
(0x800000, '0', ['0']),
2424
(0x101010, '#', ['#']),
2525
# Encoder button ---

0 commit comments

Comments
 (0)