Reorder keys for kbd, not phone and fix colors

This commit is contained in:
Emma Humphries 2021-07-29 10:40:04 -07:00
parent ff9128e6ea
commit 53fcd20d27

View file

@ -7,19 +7,19 @@ app = { # REQUIRED dict, must be named 'app'
'macros' : [ # List of button macros...
# COLOR LABEL KEY SEQUENCE
# 1st row ----------
(0x004000, '1', ['1']),
(0x004000, '2', ['2']),
(0x400000, '3', ['3']),
(0x202000, '7', ['7']),
(0x202000, '8', ['8']),
(0x202000, '9', ['9']),
# 2nd row ----------
(0x202000, '4', ['4']),
(0x202000, '5', ['5']),
(0x400000, '6', ['6']),
(0x202000, '6', ['6']),
# 3rd row ----------
(0x000040, '7', ['7']),
(0x000040, '8', ['8']),
(0x000040, '9', ['9']),
(0x202000, '1', ['1']),
(0x202000, '2', ['2']),
(0x202000, '3', ['3']),
# 4th row ----------
(0x000000, '*', ['*']),
(0x101010, '*', ['*']),
(0x800000, '0', ['0']),
(0x101010, '#', ['#']),
# Encoder button ---