diff options
author | Joshua Diamond <josh@windowoffire.com> | 2022-09-28 16:47:03 -0400 |
---|---|---|
committer | Joshua Diamond <josh@windowoffire.com> | 2022-09-28 16:47:03 -0400 |
commit | d2e5e64990d18679e3d55811c2439e6d49aab84d (patch) | |
tree | 7634b0d13fb632f4de382eb409adf962f83c2442 /keyboards/handwired/dygma/raise/rules.mk | |
parent | 2079446452e0c96144c3213e598d3f2e8d389a52 (diff) | |
parent | d6f77637c5fe89cb70be4b33cc445a6c55a46d26 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/dygma/raise/rules.mk')
-rw-r--r-- | keyboards/handwired/dygma/raise/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/handwired/dygma/raise/rules.mk b/keyboards/handwired/dygma/raise/rules.mk index b7ff577361..ce7a89af8e 100644 --- a/keyboards/handwired/dygma/raise/rules.mk +++ b/keyboards/handwired/dygma/raise/rules.mk @@ -10,7 +10,7 @@ BOOTLOADER = stm32-dfu # BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = no # Audio control and System control +EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover @@ -28,6 +28,6 @@ CUSTOM_MATRIX = lite RAW_ENABLE = yes QUANTUM_LIB_SRC += i2c_master.c -SRC += leds.c matrix.c +SRC += matrix.c DEFAULT_FOLDER = handwired/dygma/raise/ansi |