Browse Source

Move matrix driver to rgb_matrix_custom.c

pull/22707/head
Hayley Hughes 2 weeks ago
parent
commit
4620eec6bd
No known key found for this signature in database GPG Key ID: D500C1F8FAAF6818
2 changed files with 1 additions and 1 deletions
  1. +0
    -0
      keyboards/ducky/one2sf/1967st/rgb_matrix_custom.c
  2. +1
    -1
      keyboards/ducky/one2sf/1967st/rules.mk

keyboards/ducky/one2sf/1967st/1967st.c → keyboards/ducky/one2sf/1967st/rgb_matrix_custom.c View File


+ 1
- 1
keyboards/ducky/one2sf/1967st/rules.mk View File

@ -16,4 +16,4 @@ MCU = cortex-m0
# ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7
ARMV = 6
SRC += rgb_matrix_drivers.c
SRC += rgb_matrix_custom.c

Loading…
Cancel
Save