aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/light/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/light/config.h')
-rw-r--r--keyboards/planck/light/config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/planck/light/config.h b/keyboards/planck/light/config.h
index ccf9f0984..8c55c3432 100644
--- a/keyboards/planck/light/config.h
+++ b/keyboards/planck/light/config.h
@@ -1,5 +1,4 @@
1#ifndef LIGHT_CONFIG_H 1#pragma once
2#define LIGHT_CONFIG_H
3 2
4#include "config_common.h" 3#include "config_common.h"
5 4
@@ -39,6 +38,3 @@
39#define DRIVER_1_LED_TOTAL 25 38#define DRIVER_1_LED_TOTAL 25
40#define DRIVER_2_LED_TOTAL 24 39#define DRIVER_2_LED_TOTAL 24
41#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL) 40#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL)
42
43
44#endif