diff options
| author | Callum Hart <mini-ninja-64@users.noreply.github.com> | 2019-09-23 23:49:55 +0100 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-09-23 15:49:55 -0700 |
| commit | ced8c554e6360badafe3882b69451a33015c265c (patch) | |
| tree | fdf4188a7ff4fa8900da93dcc056f99721859454 | |
| parent | e41feddf57412f1b228c23b1866718cb9c8cd83b (diff) | |
| download | qmk_firmware-ced8c554e6360badafe3882b69451a33015c265c.tar.gz qmk_firmware-ced8c554e6360badafe3882b69451a33015c265c.zip | |
[Keyboard] Fix pinout on the copenhagen clickpad (#6788)
| -rwxr-xr-x | keyboards/copenhagen_click/click_pad_v1/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/copenhagen_click/click_pad_v1/config.h b/keyboards/copenhagen_click/click_pad_v1/config.h index 552c73cf1..e459925c8 100755 --- a/keyboards/copenhagen_click/click_pad_v1/config.h +++ b/keyboards/copenhagen_click/click_pad_v1/config.h | |||
| @@ -41,8 +41,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 41 | * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) | 41 | * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) |
| 42 | * | 42 | * |
| 43 | */ | 43 | */ |
| 44 | #define MATRIX_ROW_PINS { B5 } | 44 | #define MATRIX_ROW_PINS { F7 } |
| 45 | #define MATRIX_COL_PINS { B4 } | 45 | #define MATRIX_COL_PINS { F5 } |
| 46 | #define UNUSED_PINS | 46 | #define UNUSED_PINS |
| 47 | 47 | ||
| 48 | /* COL2ROW, ROW2COL*/ | 48 | /* COL2ROW, ROW2COL*/ |
| @@ -53,7 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | */ | 53 | */ |
| 54 | #define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6 | 54 | #define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6 |
| 55 | 55 | ||
| 56 | #define BACKLIGHT_PIN E6 | 56 | #define BACKLIGHT_PIN B5 |
| 57 | #define BACKLIGHT_BREATHING | 57 | #define BACKLIGHT_BREATHING |
| 58 | #define BACKLIGHT_LEVELS 3 | 58 | #define BACKLIGHT_LEVELS 3 |
| 59 | 59 | ||
