aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/proton_c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/proton_c')
-rw-r--r--keyboards/handwired/onekey/proton_c/config.h10
-rw-r--r--keyboards/handwired/onekey/proton_c/readme.md2
2 files changed, 7 insertions, 5 deletions
diff --git a/keyboards/handwired/onekey/proton_c/config.h b/keyboards/handwired/onekey/proton_c/config.h
index a364bbee3..5600ae33a 100644
--- a/keyboards/handwired/onekey/proton_c/config.h
+++ b/keyboards/handwired/onekey/proton_c/config.h
@@ -18,14 +18,16 @@
18 18
19#include "config_common.h" 19#include "config_common.h"
20 20
21#define PRODUCT Onekey Proton-C
22
21#define MATRIX_COL_PINS { A2 } 23#define MATRIX_COL_PINS { A2 }
22#define MATRIX_ROW_PINS { A1 } 24#define MATRIX_ROW_PINS { A1 }
23#define UNUSED_PINS 25#define UNUSED_PINS
24 26
25#define BACKLIGHT_PIN B8 27#define BACKLIGHT_PIN B8
26#define BACKLIGHT_PWM_DRIVER PWMD4 28#define BACKLIGHT_PWM_DRIVER PWMD4
27#define BACKLIGHT_PWM_CHANNEL 3 29#define BACKLIGHT_PWM_CHANNEL 3
28#define BACKLIGHT_PAL_MODE 2 30#define BACKLIGHT_PAL_MODE 2
29 31
30#define RGB_DI_PIN A0 32#define RGB_DI_PIN A0
31#define RGB_CI_PIN B13 33#define RGB_CI_PIN B13
diff --git a/keyboards/handwired/onekey/proton_c/readme.md b/keyboards/handwired/onekey/proton_c/readme.md
index be5a2871c..c8c21838e 100644
--- a/keyboards/handwired/onekey/proton_c/readme.md
+++ b/keyboards/handwired/onekey/proton_c/readme.md
@@ -1,3 +1,3 @@
1# Proton C onekey 1# Proton-C onekey
2 2
3To trigger keypress, short together pins *A1* and *A2*. 3To trigger keypress, short together pins *A1* and *A2*.