Skip to content

Commit

Permalink
Add left wiring notes
Browse files Browse the repository at this point in the history
  • Loading branch information
justerson committed Sep 17, 2022
1 parent a5836a8 commit 951b521
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions keyboards/justerson/keymaps/justerson/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// KC_LEFT, KC_RIGHT, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, // L4
// KC_DOWN, KC_LCTL, KC_LOPT, KC_LCMD, KC_SPC, // L5


/* Right Rows
/* Left Rows
*
* Yellow - 4
* White - 6
Expand All @@ -37,7 +36,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* Yellow - 9
*/

/* Right Columns
/* Left Columns
*
* White - A3
* Green - A2
Expand All @@ -48,3 +47,24 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* Blue - 16
* Yellow - 10
*/

/* Right Rows
*
* Yellow - 4
* Blue - 6
* Green - 7
* White - 8
* Yellow - 9
*/

/* Right Columns
*
* Yellow - A3
* Blue - A2
* Green - A1
* White - A0
* Yellow - 15
* Blue - 14
* Green - 16
* White - 10
*/

0 comments on commit 951b521

Please sign in to comment.