1
0
Fork 0

Add rgb underglow support and change vendor_id (#17719)

This commit is contained in:
Duccio 2022-07-20 01:24:10 +02:00 committed by GitHub
parent 32512bbf10
commit a7893f207d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 35 deletions

View file

@ -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