Updated minidox rev1 config, and readme. Also updated that_canadian keymap to include RGB

This commit is contained in:
That-Canadian
2017-07-10 16:51:37 -04:00
parent 9312b9db6c
commit 1fdf3c84fe
5 changed files with 45 additions and 12 deletions
+2 -9
View File
@@ -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