We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7582e47 commit 48bc44cCopy full SHA for 48bc44c
builddefs/common_features.mk
@@ -102,7 +102,7 @@ endif
102
LAMPARRAY_ENABLE ?= no
103
ifeq ($(LAMPARRAY_ENABLE), yes)
104
SRC += $(QUANTUM_DIR)/lamparray/lamparray.c
105
- SRC += $(QUANTUM_DIR)/lamparray/lamparray_rgb_matrix.c
+ #SRC += $(QUANTUM_DIR)/lamparray/lamparray_rgb_matrix.c
106
endif
107
108
VALID_STENO_PROTOCOL_TYPES := geminipr txbolt all
keyboards/framework/config.h
@@ -143,3 +143,7 @@
143
//#define NO_ACTION_LAYER
144
//#define NO_ACTION_TAPPING
145
//#define NO_ACTION_ONESHOT
146
+
147
+#define LAMPARRAY_WIDTH 80000
148
+#define LAMPARRAY_HEIGHT 80000
149
+#define LAMPARRAY_DEPTH 80000
0 commit comments