From 644eb432b50d1a87be915f7e624657174b26aef7 Mon Sep 17 00:00:00 2001 From: pelgraine <140762863+pelgraine@users.noreply.github.com> Date: Tue, 17 Feb 2026 19:49:46 +1100 Subject: [PATCH] update node prefs to enable keyboard pulse light --- examples/companion_radio/NodePrefs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/companion_radio/NodePrefs.h b/examples/companion_radio/NodePrefs.h index 65511bde..951c9d03 100644 --- a/examples/companion_radio/NodePrefs.h +++ b/examples/companion_radio/NodePrefs.h @@ -29,4 +29,5 @@ struct NodePrefs { // persisted to file uint32_t gps_interval; // GPS read interval in seconds uint8_t autoadd_config; // bitmask for auto-add contacts config int8_t utc_offset_hours; // UTC offset in hours (-12 to +14), default 0 + uint8_t kb_flash_notify; // Keyboard backlight flash on new message (0=off, 1=on) }; \ No newline at end of file