summaryrefslogtreecommitdiffstats
path: root/keyboards/minidox/rev1/config.h
diff options
context:
space:
mode:
authorThat-Canadian <poole.chris.11@gmail.com>2017-07-10 22:51:37 +0200
committerThat-Canadian <poole.chris.11@gmail.com>2017-07-10 22:51:37 +0200
commit1fdf3c84fe2bb10698bf528a9726aab5af12ca6d (patch)
treed64dea2733b654501b79ddd8a382d815b19681b4 /keyboards/minidox/rev1/config.h
parent9312b9db6c94f0ed5e17d4cc9904bd0b72de5298 (diff)
downloadqmk_firmware-1fdf3c84fe2bb10698bf528a9726aab5af12ca6d.tar.gz
qmk_firmware-1fdf3c84fe2bb10698bf528a9726aab5af12ca6d.tar.xz
Updated minidox rev1 config, and readme. Also updated that_canadian keymap to include RGB
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