diff options
author | TerryMathews <terry@terrymathews.net> | 2020-04-20 20:27:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 17:27:52 -0700 |
commit | 357c6009be059b196f15b4c77306ac88a8d13d87 (patch) | |
tree | 048c39a6d4fcc694cd2ab87ad5595d263e3f127a /keyboards/wheatfield | |
parent | e916ce5f3e5b3b8b33742607f17c81138efe2948 (diff) |
Wheatfield Blocked65: Update RGBLED num (#8725)
Evidently there is a polycarb variant with underglow LEDs. This change should support that without negatively impacting aluminum case variant which only has 2 RGB LEDs on top.
Diffstat (limited to 'keyboards/wheatfield')
-rw-r--r-- | keyboards/wheatfield/blocked65/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/wheatfield/blocked65/config.h b/keyboards/wheatfield/blocked65/config.h index ebcbf8fc68..ea5c316112 100644 --- a/keyboards/wheatfield/blocked65/config.h +++ b/keyboards/wheatfield/blocked65/config.h @@ -58,4 +58,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define RGB_DI_PIN E2 #define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 2
\ No newline at end of file +#define RGBLED_NUM 14 |