commit 9ca5fef72b0adccab2ffda3c3a08364744b554d0
parent c0f8a774adc46b3f9c34147163d232896e3fb29a
Author: Chartreuse <kit@ckits.ca>
Date: Sun, 15 Aug 2021 21:45:36 -0600
Renamed power-down menu item
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/reform2-keyboard-fw/Keyboard.c b/reform2-keyboard-fw/Keyboard.c
@@ -520,7 +520,7 @@ const MenuItem menu_items[] = {
{ "Key Backlight+ F2", KEY_F2 },
{ "Wake SPC", KEY_SPACE },
{ "System Status s", KEY_S },
- { "Low Power Test p", KEY_P }
+ { "KBD Power-Off p", KEY_P }
};
#endif