diff options
Diffstat (limited to 'keyboards/planck/light/config.h')
| -rw-r--r-- | keyboards/planck/light/config.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/planck/light/config.h b/keyboards/planck/light/config.h new file mode 100644 index 000000000..71c924904 --- /dev/null +++ b/keyboards/planck/light/config.h | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | #ifndef LIGHT_CONFIG_H | ||
| 2 | #define LIGHT_CONFIG_H | ||
| 3 | |||
| 4 | #include "config_common.h" | ||
| 5 | |||
| 6 | #undef PRODUCT | ||
| 7 | #define PRODUCT Planck Light | ||
| 8 | #undef PRODUCT_ID | ||
| 9 | #define PRODUCT_ID 0x6065 | ||
| 10 | #define DEVICE_VER 0x0001 | ||
| 11 | |||
| 12 | #undef MATRIX_ROW_PINS | ||
| 13 | #undef MATRIX_COL_PINS | ||
| 14 | |||
| 15 | #define MATRIX_ROW_PINS { B0, E7, F0, F1 } | ||
| 16 | #define MATRIX_COL_PINS { E6, E3, E4, D3, D4, D5, C0, A7, A6, E1, E0, D7 } | ||
| 17 | |||
| 18 | #define C6_AUDIO | ||
| 19 | #define B5_AUDIO | ||
| 20 | |||
| 21 | #undef BACKLIGHT_PIN | ||
| 22 | |||
| 23 | #define BACKLIGHT_PIN A5 | ||
| 24 | |||
| 25 | #define NO_USB_STARTUP_CHECK | ||
| 26 | |||
| 27 | |||
| 28 | #endif \ No newline at end of file | ||
