summaryrefslogtreecommitdiff
path: root/keyboards/handwired/6macro/config.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2020-12-01 11:55:32 -0800
committerGitHub <noreply@github.com>2020-12-01 19:55:32 +0000
commit41347cdcecc2007990996e3ccf9f47f55119980f (patch)
treef833f89de41587683d57defcc1f3a2a54ac0ddfa /keyboards/handwired/6macro/config.h
parent33802ab5cdebe09a05b2070cc1c0a333e5699e62 (diff)
[Keyboard] Fix compiler issues for handwired/6macro (#11098)
Diffstat (limited to 'keyboards/handwired/6macro/config.h')
-rw-r--r--keyboards/handwired/6macro/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/handwired/6macro/config.h b/keyboards/handwired/6macro/config.h
index 7919c3c71f..0443e2ceae 100644
--- a/keyboards/handwired/6macro/config.h
+++ b/keyboards/handwired/6macro/config.h
@@ -41,6 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_DI_PIN D2
#define RGBLED_NUM 10
+#define DRIVER_LED_TOTAL RGBLED_NUM
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17
#define RGBLIGHT_VAL_STEP 17
@@ -67,4 +68,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5 \ No newline at end of file
+#define DEBOUNCE 5