aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos <filoxo@users.noreply.github.com>2021-02-01 11:58:18 -0700
committerGitHub <noreply@github.com>2021-02-01 10:58:18 -0800
commitd7126709225a9d6632602c6d7bd345e039e9e58d (patch)
tree70a5c04ed8987ef6ac59de9a20cc12d670f7cb20
parent588fd8c2d07d57f2fd706089d8cbb54a3df0a687 (diff)
downloadqmk_firmware-d7126709225a9d6632602c6d7bd345e039e9e58d.tar.gz
qmk_firmware-d7126709225a9d6632602c6d7bd345e039e9e58d.zip
Fix Ergosaurus default RGB_DI_PIN (#11634)
* Update RGB_DI_PIN to match breakout on pcb * Wrap in safer define check
-rw-r--r--keyboards/ergosaurus/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergosaurus/config.h b/keyboards/ergosaurus/config.h
index a58f630ab..551935413 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/>.
58// #define BACKLIGHT_BREATHING 58// #define BACKLIGHT_BREATHING
59// #define BACKLIGHT_LEVELS 3 59// #define BACKLIGHT_LEVELS 3
60 60
61// #define RGB_DI_PIN E2 61// #ifdef RGBLIGHT_ENABLE
62// #ifdef RGB_DI_PIN 62// #define RGB_DI_PIN B6
63// #define RGBLED_NUM 16 63// #define RGBLED_NUM 16
64// #define RGBLIGHT_HUE_STEP 8 64// #define RGBLIGHT_HUE_STEP 8
65// #define RGBLIGHT_SAT_STEP 8 65// #define RGBLIGHT_SAT_STEP 8