summaryrefslogtreecommitdiffstats
path: root/keyboards/minidox/rev1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/minidox/rev1/config.h')
-rw-r--r--keyboards/minidox/rev1/config.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/keyboards/minidox/rev1/config.h b/keyboards/minidox/rev1/config.h
index 4370e7d73..a858a5b90 100644
--- a/keyboards/minidox/rev1/config.h
+++ b/keyboards/minidox/rev1/config.h
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef REV1_CONFIG_H
#define REV1_CONFIG_H
-#include "config_common.h"
+#include "../config.h"
#define DEVICE_VER 0x0001
@@ -34,12 +34,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define I2C_MASTER_LEFT
//#define I2C_MASTER_RIGHT
-
-/* ws2812 RGB LED */
-#define RGB_DI_PIN D3
-#define RGBLIGHT_TIMER
-#define RGBLED_NUM 12 // Number of LEDs
-#define ws2812_PORTREG PORTD
-#define ws2812_DDRREG DDRD
-
+
#endif