diff options
author | pastryfeline <contact@donutcables.com> | 2018-06-17 19:51:11 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-17 16:51:11 -0700 |
commit | bf362b58e8dcb6c92f595ce831e748571fecad72 (patch) | |
tree | 2b74785a9101c92ead14bd337e79a416090614cf /keyboards/scrabblepad/config.h | |
parent | e5cc089b02a8ebd4eed7bd85eec1bf9cbf515758 (diff) |
ScrabblePad Updates (#3200)
* Update config.h
Matrix pinout updated to current revision.
* Add updated matrix, define RGB pin
Matrix updated to current pinout, pin for WS2812 defined.
* Update config.h
Matrix rearrangement due to change in Teensy2.0++ position
* Update readme.md
Added maintainer info, updated controller info
Diffstat (limited to 'keyboards/scrabblepad/config.h')
-rw-r--r-- | keyboards/scrabblepad/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/scrabblepad/config.h b/keyboards/scrabblepad/config.h index 7039ea24f7..dabab7d359 100644 --- a/keyboards/scrabblepad/config.h +++ b/keyboards/scrabblepad/config.h @@ -43,13 +43,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * */ #define MATRIX_ROW_PINS { D5, F1, C7, F2, C6, F3, C5, F4, C4, F5, C3, F6, C2, F7, C1 } -#define MATRIX_COL_PINS { D6, D7, E0, B7, D2, D3, D4, E6, F0, B4, B5, B6, C0, E7, E1 } +#define MATRIX_COL_PINS { D6, D7, E0, E1, B7, D2, D3, D4, C0, B4, B5, B6, F0, E6, E7 } #define UNUSED_PINS /* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ #define DIODE_DIRECTION COL2ROW -// #define BACKLIGHT_PIN B7 +// #define BACKLIGHT_PIN // #define BACKLIGHT_BREATHING // #define BACKLIGHT_LEVELS 3 |