aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defines.h
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-21 01:21:14 +0200
committerjoe <rbo@gmx.us>2025-09-21 01:21:14 +0200
commit5e5d41cffd035d73ef818d7ea1f4b191f3f008a6 (patch)
tree6a6e8dab8d66a3d8bdf30fbb571146d922cb3939 /src/c_defines.h
parentbetter license (diff)
downloadhalfcab-5e5d41cffd035d73ef818d7ea1f4b191f3f008a6.tar.gz
halfcab-5e5d41cffd035d73ef818d7ea1f4b191f3f008a6.tar.bz2
halfcab-5e5d41cffd035d73ef818d7ea1f4b191f3f008a6.tar.xz
halfcab-5e5d41cffd035d73ef818d7ea1f4b191f3f008a6.tar.zst
halfcab-5e5d41cffd035d73ef818d7ea1f4b191f3f008a6.zip
send colors
Diffstat (limited to '')
-rw-r--r--src/c_defines.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/c_defines.h b/src/c_defines.h
index 608a057..2b82bf6 100644
--- a/src/c_defines.h
+++ b/src/c_defines.h
@@ -65,10 +65,4 @@
#define BLUE CRGB(0, 0, 255)
#define GRUV CRGB(255, 80, 0)
-enum colors_e {
- R,
- G,
- B
-};
-
#endif /* __C_DEFINES_H__ */