diff options
Diffstat (limited to 'keyboards/maxr1998/phoebe/config.h')
| -rw-r--r-- | keyboards/maxr1998/phoebe/config.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/keyboards/maxr1998/phoebe/config.h b/keyboards/maxr1998/phoebe/config.h index b52221dc0..cce72108c 100644 --- a/keyboards/maxr1998/phoebe/config.h +++ b/keyboards/maxr1998/phoebe/config.h | |||
| @@ -23,57 +23,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 23 | #define VENDOR_ID 0xFEED | 23 | #define VENDOR_ID 0xFEED |
| 24 | #define PRODUCT_ID 0x6060 | 24 | #define PRODUCT_ID 0x6060 |
| 25 | #define DEVICE_VER 0x0001 | 25 | #define DEVICE_VER 0x0001 |
| 26 | #define MANUFACTURER Maxr1998 | ||
| 27 | #define PRODUCT Phoebe | 26 | #define PRODUCT Phoebe |
| 28 | 27 | ||
| 29 | /* key matrix size */ | ||
| 30 | #define MATRIX_ROWS 5 | ||
| 31 | #define MATRIX_COLS 12 | ||
| 32 | |||
| 33 | /* Planck PCB default pin-out */ | ||
| 34 | #define MATRIX_ROW_PINS { B7, B3, B2, B1, D6 } | ||
| 35 | #define MATRIX_COL_PINS { D7, B4, B5, B6, C6, C7, B0, F1, F4, F5, F6, F7 } | ||
| 36 | #define UNUSED_PINS | ||
| 37 | |||
| 38 | /* COL2ROW or ROW2COL */ | ||
| 39 | #define DIODE_DIRECTION COL2ROW | ||
| 40 | |||
| 41 | /* Set 0 if debouncing isn't needed */ | ||
| 42 | #define DEBOUNCE 5 | ||
| 43 | |||
| 44 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 28 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 45 | #define LOCKING_SUPPORT_ENABLE | 29 | #define LOCKING_SUPPORT_ENABLE |
| 46 | /* Locking resynchronize hack */ | 30 | /* Locking resynchronize hack */ |
| 47 | #define LOCKING_RESYNC_ENABLE | 31 | #define LOCKING_RESYNC_ENABLE |
| 48 | 32 | ||
| 49 | /* RGB LED Setup */ | ||
| 50 | #define RGB_DI_PIN F0 // pin the DI on the WS2812B is hooked-up to | ||
| 51 | #define RGBLED_NUM 8 // number of LEDs | ||
| 52 | |||
| 53 | /* Selectively enable animation effects */ | 33 | /* Selectively enable animation effects */ |
| 54 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | 34 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL |
| 55 | #define RGBLIGHT_EFFECT_SNAKE | 35 | #define RGBLIGHT_EFFECT_SNAKE |
| 56 | #define RGBLIGHT_EFFECT_CHRISTMAS | 36 | #define RGBLIGHT_EFFECT_CHRISTMAS |
| 57 | #define RGBLIGHT_EFFECT_CHRISTMAS_STEP 1 | 37 | #define RGBLIGHT_EFFECT_CHRISTMAS_STEP 1 |
| 58 | |||
| 59 | /* Leader key setup */ | ||
| 60 | #define LEADER_PER_KEY_TIMING | ||
| 61 | #define LEADER_TIMEOUT 250 | ||
| 62 | |||
| 63 | /* | ||
| 64 | * Feature disable options | ||
| 65 | * These options are also useful to firmware size reduction. | ||
| 66 | */ | ||
| 67 | |||
| 68 | /* disable debug print */ | ||
| 69 | //#define NO_DEBUG | ||
| 70 | |||
| 71 | /* disable print */ | ||
| 72 | //#define NO_PRINT | ||
| 73 | |||
| 74 | /* disable action features */ | ||
| 75 | //#define NO_ACTION_LAYER | ||
| 76 | //#define NO_ACTION_TAPPING | ||
| 77 | //#define NO_ACTION_ONESHOT | ||
| 78 | //#define NO_ACTION_MACRO | ||
| 79 | //#define NO_ACTION_FUNCTION | ||
