correct button colors
This commit is contained in:
parent
75052174a6
commit
30244c6d7b
@ -27,8 +27,8 @@ enum class Button: uint8_t {
|
|||||||
B3 = 2,
|
B3 = 2,
|
||||||
B4 = 3,
|
B4 = 3,
|
||||||
GREEN = 0,
|
GREEN = 0,
|
||||||
YELLOW = 1,
|
RED = 1,
|
||||||
RED = 2,
|
YELLOW = 2,
|
||||||
BLUE = 3,
|
BLUE = 3,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user