From 30244c6d7b9c201b1f686001cae557b968c0ed05 Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Fri, 10 Apr 2026 17:14:49 +0000 Subject: [PATCH] correct button colors --- include/blk_box_drivers/inputs.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, };