diff options
Diffstat (limited to 'keyboards/4pplet/aekiso60/rev_a/config.h')
| -rw-r--r-- | keyboards/4pplet/aekiso60/rev_a/config.h | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/keyboards/4pplet/aekiso60/rev_a/config.h b/keyboards/4pplet/aekiso60/rev_a/config.h new file mode 100644 index 000000000..7505bcf7b --- /dev/null +++ b/keyboards/4pplet/aekiso60/rev_a/config.h | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include "config_common.h" | ||
| 4 | |||
| 5 | /* USB Device descriptor parameter */ | ||
| 6 | #define VENDOR_ID 0x4444 | ||
| 7 | #define PRODUCT_ID 0x0001 | ||
| 8 | #define DEVICE_VER 0x0001 | ||
| 9 | #define MANUFACTURER 4pplet | ||
| 10 | #define PRODUCT AEKISO60 Rev A | ||
| 11 | #define DESCRIPTION A steezy KEEB | ||
| 12 | |||
| 13 | /* key matrix size */ | ||
| 14 | #define MATRIX_ROWS 5 | ||
| 15 | #define MATRIX_COLS 14 | ||
| 16 | // ROWS: Top to bottom, COLS: Left to right | ||
| 17 | #define MATRIX_ROW_PINS {C2,D0,B0,C7,C5} | ||
| 18 | #define MATRIX_COL_PINS {C4,C6,B7,B6,B5,B4,B3,B2,B1,D6,D5,D4,D2,D1} | ||
| 19 | |||
| 20 | /* COL2ROW or ROW2COL */ | ||
| 21 | #define DIODE_DIRECTION COL2ROW | ||
| 22 | |||
| 23 | /* define if matrix has ghost */ | ||
| 24 | //#define MATRIX_HAS_GHOST | ||
| 25 | |||
| 26 | /* Set 0 if debouncing isn't needed */ | ||
| 27 | #define DEBOUNCE 5 | ||
| 28 | |||
| 29 | #define QMK_ESC_OUTPUT C4 // usually COL | ||
| 30 | #define QMK_ESC_INPUT C2 // usually ROW | ||
| 31 | |||
| 32 | #define RGB_DI_PIN D3 | ||
| 33 | #define RGBLED_NUM 12 | ||
| 34 | #define BACKLIGHT_LEVELS 5 | ||
| 35 | |||
| 36 | #define RGBLIGHT_HUE_STEP 8 | ||
| 37 | #define RGBLIGHT_SAT_STEP 8 | ||
| 38 | #define RGBLIGHT_VAL_STEP 8 | ||
| 39 | #define RGBLIGHT_ANIMATIONS | ||
