summaryrefslogtreecommitdiff
path: root/keyboards/pteron36/config.h
diff options
context:
space:
mode:
authorHarshit Goel <harshitgoel96@yahoo.com>2021-09-29 00:30:34 +0530
committerGitHub <noreply@github.com>2021-09-28 12:00:34 -0700
commitac1d48cbf550322c88b51d6ade56eebfb46969fa (patch)
treecee724d18c35939bdd348fa811df0368600906dd /keyboards/pteron36/config.h
parentadc7cc5981561a537a2d83647bd84df3d4447ded (diff)
[Keyboard] Pteron36 (#13475)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Harshti Goel <harshitgoel@licious.com>
Diffstat (limited to 'keyboards/pteron36/config.h')
-rw-r--r--keyboards/pteron36/config.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/keyboards/pteron36/config.h b/keyboards/pteron36/config.h
index dcc9d68c78..d6f31514e6 100644
--- a/keyboards/pteron36/config.h
+++ b/keyboards/pteron36/config.h
@@ -152,4 +152,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define BOOTMAGIC_LITE_ROW 0
//#define BOOTMAGIC_LITE_COLUMN 0
// for via
-#define DYNAMIC_KEYMAP_LAYER_COUNT 7 \ No newline at end of file
+#define DYNAMIC_KEYMAP_LAYER_COUNT 7
+
+//left encoder
+#define ENCODERS_PAD_A { F5 }
+#define ENCODERS_PAD_B { F4 }
+
+//right encoder
+#define ENCODERS_PAD_A_RIGHT { F4 }
+#define ENCODERS_PAD_B_RIGHT { F5 }
+
+//RGB Underglow
+#define RGB_DI_PIN B6
+#define RGBLED_NUM 10 \ No newline at end of file