aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboard/atreus/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/atreus/config.h b/keyboard/atreus/config.h
index ca0cd7e47..55d3b62b9 100644
--- a/keyboard/atreus/config.h
+++ b/keyboard/atreus/config.h
@@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
36// Change this to how you wired your keyboard 36// Change this to how you wired your keyboard
37// COLS: Left to right, ROWS: Top to bottom 37// COLS: Left to right, ROWS: Top to bottom
38#if defined(ATREUS_ASTAR) 38#if defined(ATREUS_ASTAR)
39 #define COLS (int []){ B7, D6, F7, F6, B6, D4, E6, B4, B5, C6, D7 } 39 #define COLS (int []){ D7, C6, B5, B4, E6, D4, B6, F6, F7, D6, B7 }
40 #define ROWS (int []){ D0, D1, D3, D2 } 40 #define ROWS (int []){ D0, D1, D3, D2 }
41#elif defined(ATREUS_TEENSY2) 41#elif defined(ATREUS_TEENSY2)
42 #define COLS (int []){ F6, F5, F4, B7, B6, B5, B4, B3, B2, B1, B0} 42 #define COLS (int []){ F6, F5, F4, B7, B6, B5, B4, B3, B2, B1, B0}