diff options
author | Carlos <filoxo@users.noreply.github.com> | 2021-02-01 11:58:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 10:58:18 -0800 |
commit | d7126709225a9d6632602c6d7bd345e039e9e58d (patch) | |
tree | 70a5c04ed8987ef6ac59de9a20cc12d670f7cb20 /keyboards/ergosaurus | |
parent | 588fd8c2d07d57f2fd706089d8cbb54a3df0a687 (diff) |
Fix Ergosaurus default RGB_DI_PIN (#11634)
* Update RGB_DI_PIN to match breakout on pcb
* Wrap in safer define check
Diffstat (limited to 'keyboards/ergosaurus')
-rw-r--r-- | keyboards/ergosaurus/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergosaurus/config.h b/keyboards/ergosaurus/config.h index a58f630abf..5519354132 100644 --- a/keyboards/ergosaurus/config.h +++ b/keyboards/ergosaurus/config.h @@ -58,8 +58,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #define BACKLIGHT_BREATHING // #define BACKLIGHT_LEVELS 3 -// #define RGB_DI_PIN E2 -// #ifdef RGB_DI_PIN +// #ifdef RGBLIGHT_ENABLE +// #define RGB_DI_PIN B6 // #define RGBLED_NUM 16 // #define RGBLIGHT_HUE_STEP 8 // #define RGBLIGHT_SAT_STEP 8 |