diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-07-10 16:51:37 -0400 |
---|---|---|
committer | That-Canadian <poole.chris.11@gmail.com> | 2017-07-10 16:51:37 -0400 |
commit | 1fdf3c84fe2bb10698bf528a9726aab5af12ca6d (patch) | |
tree | d64dea2733b654501b79ddd8a382d815b19681b4 /keyboards/minidox/rev1 | |
parent | 9312b9db6c94f0ed5e17d4cc9904bd0b72de5298 (diff) |
Updated minidox rev1 config, and readme. Also updated that_canadian keymap to include RGB
Diffstat (limited to 'keyboards/minidox/rev1')
-rw-r--r-- | keyboards/minidox/rev1/config.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/keyboards/minidox/rev1/config.h b/keyboards/minidox/rev1/config.h index 4370e7d736..a858a5b902 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 |