diff options
Diffstat (limited to 'keyboards/dekunukem/duckypad/config.h')
-rw-r--r-- | keyboards/dekunukem/duckypad/config.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/keyboards/dekunukem/duckypad/config.h b/keyboards/dekunukem/duckypad/config.h index 9abfd0bd71..2f1b2ef32c 100644 --- a/keyboards/dekunukem/duckypad/config.h +++ b/keyboards/dekunukem/duckypad/config.h @@ -22,9 +22,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x0B91 -#define DEVICE_VER 0x0001 +#define VENDOR_ID 0x444E // "DN" +#define PRODUCT_ID 0x4450 // "DP" +#define DEVICE_VER 0x0001 // 1.0 #define MANUFACTURER dekuNukem #define PRODUCT duckyPad @@ -37,10 +37,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLED_NUM 15 #define DRIVER_LED_TOTAL 15 +#ifdef RGB_MATRIX_ENABLE + #define RGB_MATRIX_KEYPRESSES #define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_SOLID_REACTIVE_SIMPLE #define RGB_MATRIX_STARTUP_HUE 221 + +#endif + #define I2C1_SCL 8 #define I2C1_SDA 9 |