summaryrefslogtreecommitdiff
path: root/keyboards/lets_split
diff options
context:
space:
mode:
authorChristopher Browne <cbbrowne@ca.afilias.info>2016-07-25 12:55:46 -0400
committerChristopher Browne <cbbrowne@ca.afilias.info>2016-07-25 12:55:46 -0400
commit17a7570e081a92e9a975ed86f94b9c0bbfc158f4 (patch)
tree51a8dd3596314dec1d87c9f35b3fa9069166960d /keyboards/lets_split
parent82f768e6c04c57fa44d6020e3d57a6b3de211ddc (diff)
parentf9aadd17e8fce17fe1e135cf8022e71a35ae5adf (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/lets_split')
-rw-r--r--keyboards/lets_split/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/lets_split/config.h b/keyboards/lets_split/config.h
index 833818ce60..ec99514aa3 100644
--- a/keyboards/lets_split/config.h
+++ b/keyboards/lets_split/config.h
@@ -69,9 +69,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
)
/* ws2812 RGB LED */
-#define RGB_DI_PIN D2
+#define RGB_DI_PIN D4
#define RGBLIGHT_TIMER
-#define RGBLED_NUM 28 // Number of LEDs
+#define RGBLED_NUM 8 // Number of LEDs
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17
#define RGBLIGHT_VAL_STEP 17