diff options
author | Max Bridgland <34947910+M4cs@users.noreply.github.com> | 2021-02-16 13:10:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 10:10:07 -0800 |
commit | ac33dc12dacee480eba67462d985cb4dc7589c7f (patch) | |
tree | 636a8d72d6c56aa02dd0a16bca9f06e9dc994035 /keyboards/dekunukem/duckypad/config.h | |
parent | 9a2b0a5db15a48a0297a4b82665d462361261600 (diff) |
[Keyboard] Add VIA keymap to duckyPad, update M4cs keymap for duckyPad (#11703)
Co-authored-by: M4cs <mabridgland@protonmail.com>
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 |