diff options
Diffstat (limited to 'keyboards/lily58/rev1/config.h')
| -rw-r--r-- | keyboards/lily58/rev1/config.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/lily58/rev1/config.h b/keyboards/lily58/rev1/config.h index 9413e8d4a..a991e8832 100644 --- a/keyboards/lily58/rev1/config.h +++ b/keyboards/lily58/rev1/config.h | |||
| @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 24 | 24 | ||
| 25 | /* USB Device descriptor parameter */ | 25 | /* USB Device descriptor parameter */ |
| 26 | #define VENDOR_ID 0xFC51 | 26 | #define VENDOR_ID 0xFC51 |
| 27 | #define PRODUCT_ID 0x0058 | 27 | #define PRODUCT_ID 0x0058 |
| 28 | #define DEVICE_VER 0x0100 | 28 | #define DEVICE_VER 0x0100 |
| 29 | #define MANUFACTURER F_YUUCHI | 29 | #define MANUFACTURER F_YUUCHI |
| 30 | #define PRODUCT Lily58 | 30 | #define PRODUCT Lily58 |
| @@ -62,10 +62,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 62 | 62 | ||
| 63 | /* ws2812 RGB LED */ | 63 | /* ws2812 RGB LED */ |
| 64 | #define RGB_DI_PIN D3 | 64 | #define RGB_DI_PIN D3 |
| 65 | #define RGBLIGHT_TIMER | 65 | |
| 66 | #define RGBLED_NUM 14 // Number of LEDs | 66 | #define RGBLED_NUM 14 // Number of LEDs |
| 67 | #define ws2812_PORTREG PORTD | ||
| 68 | #define ws2812_DDRREG DDRD | ||
| 69 | 67 | ||
| 70 | /* | 68 | /* |
| 71 | * Feature disable options | 69 | * Feature disable options |
| @@ -83,4 +81,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 83 | //#define NO_ACTION_TAPPING | 81 | //#define NO_ACTION_TAPPING |
| 84 | //#define NO_ACTION_ONESHOT | 82 | //#define NO_ACTION_ONESHOT |
| 85 | //#define NO_ACTION_MACRO | 83 | //#define NO_ACTION_MACRO |
| 86 | //#define NO_ACTION_FUNCTION \ No newline at end of file | 84 | //#define NO_ACTION_FUNCTION |
