updates atreus's column mapping
This commit is contained in:
parent
dbb1c2f281
commit
356dba7e61
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
// Change this to how you wired your keyboard
|
// Change this to how you wired your keyboard
|
||||||
// COLS: Left to right, ROWS: Top to bottom
|
// COLS: Left to right, ROWS: Top to bottom
|
||||||
#if defined(ATREUS_ASTAR)
|
#if defined(ATREUS_ASTAR)
|
||||||
#define COLS (int []){ B7, D6, F7, F6, B6, D4, E6, B4, B5, C6, D7 }
|
#define COLS (int []){ D7, C6, B5, B4, E6, D4, B6, F6, F7, D6, B7 }
|
||||||
#define ROWS (int []){ D0, D1, D3, D2 }
|
#define ROWS (int []){ D0, D1, D3, D2 }
|
||||||
#elif defined(ATREUS_TEENSY2)
|
#elif defined(ATREUS_TEENSY2)
|
||||||
#define COLS (int []){ F6, F5, F4, B7, B6, B5, B4, B3, B2, B1, B0}
|
#define COLS (int []){ F6, F5, F4, B7, B6, B5, B4, B3, B2, B1, B0}
|
||||||
|
|
Loading…
Reference in a new issue