Skip to content

Commit 48bc44c

Browse files
committed
fixup! Initial PoC for Dynamic lighting support
1 parent 7582e47 commit 48bc44c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

builddefs/common_features.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ endif
102102
LAMPARRAY_ENABLE ?= no
103103
ifeq ($(LAMPARRAY_ENABLE), yes)
104104
SRC += $(QUANTUM_DIR)/lamparray/lamparray.c
105-
SRC += $(QUANTUM_DIR)/lamparray/lamparray_rgb_matrix.c
105+
#SRC += $(QUANTUM_DIR)/lamparray/lamparray_rgb_matrix.c
106106
endif
107107

108108
VALID_STENO_PROTOCOL_TYPES := geminipr txbolt all

keyboards/framework/config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,7 @@
143143
//#define NO_ACTION_LAYER
144144
//#define NO_ACTION_TAPPING
145145
//#define NO_ACTION_ONESHOT
146+
147+
#define LAMPARRAY_WIDTH 80000
148+
#define LAMPARRAY_HEIGHT 80000
149+
#define LAMPARRAY_DEPTH 80000

0 commit comments

Comments
 (0)