minor UI and adaptive lighting tweaks

This commit is contained in:
2025-08-28 09:37:22 -04:00
parent dc961ce480
commit 1414d915a4
5 changed files with 734 additions and 701 deletions
+1
View File
@@ -11,6 +11,7 @@
#define NUM_KEYS 107
#define BUF_SIZE 64
#define ADC_MAX 4096
#define ADC_MAX_LOG2 log2(ADC_MAX)
enum {
RGG_MODE_INVALID=0,