diff options
Diffstat (limited to 'keyboards/tokyo60/config.h')
| -rw-r--r-- | keyboards/tokyo60/config.h | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/keyboards/tokyo60/config.h b/keyboards/tokyo60/config.h deleted file mode 100644 index 03dee74e9..000000000 --- a/keyboards/tokyo60/config.h +++ /dev/null | |||
| @@ -1,53 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include "config_common.h" | ||
| 4 | |||
| 5 | /* USB Device descriptor parameter */ | ||
| 6 | #define VENDOR_ID 0x5436 // "T6" | ||
| 7 | #define PRODUCT_ID 0x6060 // Tokyo60 | ||
| 8 | #define DEVICE_VER 0x0001 | ||
| 9 | #define MANUFACTURER Tokyo Keyboard | ||
| 10 | #define PRODUCT Tokyo60 | ||
| 11 | |||
| 12 | /* key matrix size */ | ||
| 13 | #define MATRIX_ROWS 5 | ||
| 14 | #define MATRIX_COLS 14 | ||
| 15 | |||
| 16 | /* number of backlight levels */ | ||
| 17 | #define BACKLIGHT_PIN B7 | ||
| 18 | #ifdef BACKLIGHT_PIN | ||
| 19 | #define BACKLIGHT_LEVELS 6 | ||
| 20 | #endif | ||
| 21 | |||
| 22 | /* COL2ROW or ROW2COL */ | ||
| 23 | #define DIODE_DIRECTION ROW2COL | ||
| 24 | |||
| 25 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | ||
| 26 | #define DEBOUNCE 5 | ||
| 27 | |||
| 28 | /* Set power consumption to work with mobile devices */ | ||
| 29 | #define USB_MAX_POWER_CONSUMPTION 100 | ||
| 30 | |||
| 31 | /* key matrix pins */ | ||
| 32 | #define MATRIX_ROW_PINS { D0, D1, D2, D3, D5 } | ||
| 33 | #define MATRIX_COL_PINS { F0, F1, E6, C7, C6, B6, D4, B1, B2, B5, B4, D7, D6, B3 } | ||
| 34 | #define UNUSED_PINS | ||
| 35 | |||
| 36 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 37 | #define LOCKING_SUPPORT_ENABLE | ||
| 38 | |||
| 39 | /* Locking resynchronize hack */ | ||
| 40 | #define LOCKING_RESYNC_ENABLE | ||
| 41 | |||
| 42 | #define RGB_DI_PIN F7 | ||
| 43 | #ifdef RGB_DI_PIN | ||
| 44 | #define RGBLIGHT_ANIMATIONS | ||
| 45 | #define RGBLED_NUM 10 | ||
| 46 | #define RGBLIGHT_HUE_STEP 12 | ||
| 47 | #define RGBLIGHT_SAT_STEP 12 | ||
| 48 | #define RGBLIGHT_VAL_STEP 12 | ||
| 49 | #endif | ||
| 50 | |||
| 51 | /* For Production */ | ||
| 52 | #define QMK_ESC_OUTPUT F0 // usually COL | ||
| 53 | #define QMK_ESC_INPUT D0 // usually ROW | ||
