diff options
Diffstat (limited to 'keyboards/yynmt/acperience12/rev1/config.h')
| -rw-r--r-- | keyboards/yynmt/acperience12/rev1/config.h | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/keyboards/yynmt/acperience12/rev1/config.h b/keyboards/yynmt/acperience12/rev1/config.h new file mode 100644 index 000000000..7281f9bf7 --- /dev/null +++ b/keyboards/yynmt/acperience12/rev1/config.h | |||
| @@ -0,0 +1,50 @@ | |||
| 1 | /* Copyright 2021 yynmt | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #pragma once | ||
| 18 | |||
| 19 | /* USB Device descriptor parameter */ | ||
| 20 | #define VENDOR_ID 0x04D8 //Sublicense from Microchip Technology | ||
| 21 | #define PRODUCT_ID 0xEA51 //Sublicense from Microchip Technology | ||
| 22 | #define DEVICE_VER 0x0001 | ||
| 23 | #define MANUFACTURER yynmt | ||
| 24 | #define PRODUCT Acperience12 | ||
| 25 | |||
| 26 | /* key matrix size */ | ||
| 27 | #define MATRIX_ROWS 6 | ||
| 28 | #define MATRIX_COLS 2 | ||
| 29 | |||
| 30 | #define DIRECT_PINS { { B5, D0 }, { B4, D1 }, { B3, D2 }, { B2, D3 }, { B1, D4 }, { B0, D5 } } | ||
| 31 | |||
| 32 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | ||
| 33 | #define DEBOUNCE 5 | ||
| 34 | |||
| 35 | /* define if matrix has ghost (lacks anti-ghosting diodes) */ | ||
| 36 | //#define MATRIX_HAS_GHOST | ||
| 37 | |||
| 38 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 39 | #define LOCKING_SUPPORT_ENABLE | ||
| 40 | /* Locking resynchronize hack */ | ||
| 41 | #define LOCKING_RESYNC_ENABLE | ||
| 42 | |||
| 43 | /* disable action features */ | ||
| 44 | //#define NO_ACTION_LAYER | ||
| 45 | //#define NO_ACTION_TAPPING | ||
| 46 | //#define NO_ACTION_ONESHOT | ||
| 47 | |||
| 48 | /* disable these deprecated features by default */ | ||
| 49 | #define NO_ACTION_MACRO | ||
| 50 | #define NO_ACTION_FUNCTION | ||
