diff options
author | Danny <nooges@users.noreply.github.com> | 2018-09-20 18:37:18 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-20 15:37:18 -0700 |
commit | 747cf78b5da17969fe057d77512e276fa6c59fd9 (patch) | |
tree | a7f83b8fa09b177f02bbc7459362766d0828f03a /keyboards/nano/config.h | |
parent | 99c1c5bfe933865bacdebdcbcfa55954a5a946a2 (diff) | |
download | qmk_firmware-747cf78b5da17969fe057d77512e276fa6c59fd9.tar.gz qmk_firmware-747cf78b5da17969fe057d77512e276fa6c59fd9.zip |
Add nano keymap for modding Spooka light (#3953)
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 5c4f920dfe..088fafcaa5 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 |