diff options
Diffstat (limited to 'keyboards/mechlovin/infinityce/config.h')
| -rw-r--r-- | keyboards/mechlovin/infinityce/config.h | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/keyboards/mechlovin/infinityce/config.h b/keyboards/mechlovin/infinityce/config.h new file mode 100644 index 000000000..ff10e183d --- /dev/null +++ b/keyboards/mechlovin/infinityce/config.h | |||
| @@ -0,0 +1,49 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2020 mechlovin | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #pragma once | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | |||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0x4D4C // ML-Mechlovin | ||
| 24 | #define PRODUCT_ID 0x8801 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Team.Mechlovin | ||
| 27 | #define PRODUCT Infinity CE | ||
| 28 | #define DESCRIPTION Team.Mechlovin Infinity CE | ||
| 29 | /* key matrix size */ | ||
| 30 | #define MATRIX_ROWS 6 | ||
| 31 | #define MATRIX_COLS 17 | ||
| 32 | |||
| 33 | #define MATRIX_ROW_PINS { D7, D6, B6, B1, C6, C7 } | ||
| 34 | #define MATRIX_COL_PINS { B5, B4, B0, D5, D4, D1, D0, E6, F7, F6, F5, F4, F1, F0, B2, D3, D2} | ||
| 35 | |||
| 36 | /* COL2ROW, ROW2COL*/ | ||
| 37 | #define DIODE_DIRECTION COL2ROW | ||
| 38 | |||
| 39 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | ||
| 40 | #define DEBOUNCE 5 | ||
| 41 | |||
| 42 | #define BACKLIGHT_PIN B7 | ||
| 43 | #define BACKLIGHT_BREATHING | ||
| 44 | #define BACKLIGHT_LEVELS 3 | ||
| 45 | |||
| 46 | #define RGB_DI_PIN E2 | ||
| 47 | #define RGBLED_NUM 31 | ||
| 48 | #define RGBLIGHT_LIMIT_VAL 255 | ||
| 49 | #define RGBLIGHT_ANIMATIONS \ No newline at end of file | ||
