aboutsummaryrefslogtreecommitdiff
path: root/keyboards/rgbkb/sol/rev2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rgbkb/sol/rev2/config.h')
-rw-r--r--keyboards/rgbkb/sol/rev2/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/rgbkb/sol/rev2/config.h b/keyboards/rgbkb/sol/rev2/config.h
index 4ffcecc6b..f0c71db34 100644
--- a/keyboards/rgbkb/sol/rev2/config.h
+++ b/keyboards/rgbkb/sol/rev2/config.h
@@ -64,7 +64,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
64#define ENCODERS_PAD_A { D2 } 64#define ENCODERS_PAD_A { D2 }
65#define ENCODERS_PAD_B { D6 } 65#define ENCODERS_PAD_B { D6 }
66#else 66#else
67#ifdef OLED_DRIVER_ENABLE 67#ifdef OLED_ENABLE
68 #error Extra encoders cannot be enabled at the same time as the OLED Driver as they use the same pins. 68 #error Extra encoders cannot be enabled at the same time as the OLED Driver as they use the same pins.
69#endif 69#endif
70#define ENCODERS_PAD_A { D2, D1, B0 } 70#define ENCODERS_PAD_A { D2, D1, B0 }