Skip to content

Commit

Permalink
ScrabblePad Updates (qmk#3200)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pastryfeline authored and Alexey Danilov committed Jul 27, 2018
1 parent 4144aa7 commit ef0ba1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keyboards/scrabblepad/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions keyboards/scrabblepad/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ The ScrabblePad is a 15x15 ortholinear keyboard designed for use with
the XDA Scrabble Board sold by [Novelkeys](https://novelkeys.xyz).

It uses a [Teensy++ 2.0](https://www.pjrc.com/store/teensypp.html)
featuring an at90usb1286 8 bit microcontroller.
featuring an at90usb1286 8 bit microcontroller. Usage requires modifying the Teensy by removing the LED on pin D6.

Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin)
Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin), [Donut Cables](https://donutcables.com/)
Hardware Supported: Teensy++ 2.0 and ScrabblePad PCB
Hardware Availability: [Donut Cables](https://donutcables.com/)

Expand Down

0 comments on commit ef0ba1b

Please sign in to comment.