From b063e1cf2322627d995b14a66523922db2845b62 Mon Sep 17 00:00:00 2001 From: Louis Orleans Date: Sat, 23 Sep 2017 14:06:03 -0700 Subject: [PATCH] docs(planck): specify pin on PCB for RGB --- keyboards/planck/keymaps/dudeofawesome/config.h | 2 +- keyboards/planck/keymaps/dudeofawesome/keymap.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/keyboards/planck/keymaps/dudeofawesome/config.h b/keyboards/planck/keymaps/dudeofawesome/config.h index f028ec143f1..68d447dec8f 100644 --- a/keyboards/planck/keymaps/dudeofawesome/config.h +++ b/keyboards/planck/keymaps/dudeofawesome/config.h @@ -41,7 +41,7 @@ /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ //#define MIDI_TONE_KEYCODE_OCTAVES 2 -#define RGB_DI_PIN B2 // The pin the LED strip is connected to +#define RGB_DI_PIN B2 // The pin the LED strip is connected to (PB2 by default) #define RGBLED_NUM 3 // Number of LEDs in your strip #define RGBLIGHT_ANIMATIONS diff --git a/keyboards/planck/keymaps/dudeofawesome/keymap.c b/keyboards/planck/keymaps/dudeofawesome/keymap.c index 42406ecc2df..81d4da6eafd 100644 --- a/keyboards/planck/keymaps/dudeofawesome/keymap.c +++ b/keyboards/planck/keymaps/dudeofawesome/keymap.c @@ -151,7 +151,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { {_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______} } - }; bool process_record_user(uint16_t keycode, keyrecord_t *record) {