diff options
author | Duccio <ducciobreschi@gmail.com> | 2022-07-20 01:24:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 00:24:10 +0100 |
commit | a7893f207dff037e6d3d6cf381175918c8e45299 (patch) | |
tree | 6aedefdd68c0b19c916eef5a92b64c477e353ef3 /keyboards/eternal_keypad/config.h | |
parent | 32512bbf109243027d516474c7cc76ab0c01fa44 (diff) |
Add rgb underglow support and change vendor_id (#17719)
Diffstat (limited to 'keyboards/eternal_keypad/config.h')
-rw-r--r-- | keyboards/eternal_keypad/config.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/keyboards/eternal_keypad/config.h b/keyboards/eternal_keypad/config.h index 5b5ad02f44..0a333760a9 100644 --- a/keyboards/eternal_keypad/config.h +++ b/keyboards/eternal_keypad/config.h @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED +#define VENDOR_ID 0x1209 // pid.codes #define PRODUCT_ID 0xDB00 #define DEVICE_VER 0x0001 #define MANUFACTURER duckyb @@ -62,6 +62,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define BACKLIGHT_LEVELS 3 //#define BACKLIGHT_BREATHING +#define RGB_DI_PIN D3 +#define RGBLED_NUM 8 +#define RGBLIGHT_SLEEP +#define RGBLIGHT_ANIMATIONS + //#define RGB_DI_PIN E2 //#ifdef RGB_DI_PIN //# define RGBLED_NUM 16 |