diff options
Diffstat (limited to 'keyboard/atreus/config.h')
| -rw-r--r-- | keyboard/atreus/config.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/keyboard/atreus/config.h b/keyboard/atreus/config.h index 55d3b62b9..624d90188 100644 --- a/keyboard/atreus/config.h +++ b/keyboard/atreus/config.h | |||
| @@ -36,11 +36,13 @@ 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 []){ D7, C6, B5, B4, E6, D4, B6, F6, F7, D6, B7 } | 39 | # define MATRIX_ROW_PINS { D0, D1, D3, D2 } |
| 40 | #define ROWS (int []){ D0, D1, D3, D2 } | 40 | # define MATRIX_COL_PINS { D7, C6, B5, B4, E6, D4, B6, F6, F7, D6, B7 } |
| 41 | # define UNUSED_PINS | ||
| 41 | #elif defined(ATREUS_TEENSY2) | 42 | #elif defined(ATREUS_TEENSY2) |
| 42 | #define COLS (int []){ F6, F5, F4, B7, B6, B5, B4, B3, B2, B1, B0} | 43 | # define MATRIX_ROW_PINS { D0, D1, D2, D3 } |
| 43 | #define ROWS (int []){ D0, D1, D2, D3 } | 44 | # define MATRIX_COL_PINS { F6, F5, F4, B7, B6, B5, B4, B3, B2, B1, B0 } |
| 45 | # define UNUSED_PINS | ||
| 44 | #endif | 46 | #endif |
| 45 | 47 | ||
| 46 | /* COL2ROW or ROW2COL */ | 48 | /* COL2ROW or ROW2COL */ |
| @@ -53,7 +55,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | //#define BACKLIGHT_LEVELS 3 | 55 | //#define BACKLIGHT_LEVELS 3 |
| 54 | 56 | ||
| 55 | /* Set 0 if debouncing isn't needed */ | 57 | /* Set 0 if debouncing isn't needed */ |
| 56 | #define DEBOUNCE 5 | 58 | #define DEBOUNCING_DELAY 5 |
| 57 | 59 | ||
| 58 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 60 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 59 | #define LOCKING_SUPPORT_ENABLE | 61 | #define LOCKING_SUPPORT_ENABLE |
