diff options
Diffstat (limited to 'keyboards/nano/config.h')
-rw-r--r-- | keyboards/nano/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/nano/config.h b/keyboards/nano/config.h index 5c4f920df..088fafcaa 100644 --- a/keyboards/nano/config.h +++ b/keyboards/nano/config.h @@ -33,12 +33,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COLS 4 /* ws2812 RGB LED */ -#define RGB_DI_PIN B1 -#define RGBLIGHT_TIMER +#define RGB_DI_PIN D3 #define RGBLIGHT_ANIMATIONS #define RGBLED_NUM 6 // Number of LEDs -#define ws2812_PORTREG PORTD -#define ws2812_DDRREG DDRD /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW |