diff --git a/include/blk_box_drivers/inputs.hpp b/include/blk_box_drivers/inputs.hpp index bbb760e..39222b7 100644 --- a/include/blk_box_drivers/inputs.hpp +++ b/include/blk_box_drivers/inputs.hpp @@ -27,8 +27,8 @@ enum class Button: uint8_t { B3 = 2, B4 = 3, GREEN = 0, - YELLOW = 1, - RED = 2, + RED = 1, + YELLOW = 2, BLUE = 3, };