diff options
author | medoix <medoix@shivv.com> | 2022-08-07 19:33:36 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 02:33:36 -0700 |
commit | b9269bf68959d1503dffd8dd7586bf824446a252 (patch) | |
tree | 5fcfff5af8085cd60e971e2bbec4e0c5119a9ecb /keyboards/dumbpad/config.h | |
parent | 964ce931e2037465ead8b0b8d30231ebedd02ebc (diff) |
[Keyboard] Dumbpad v1x_oled (#17058)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/dumbpad/config.h')
-rw-r--r-- | keyboards/dumbpad/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dumbpad/config.h b/keyboards/dumbpad/config.h index 5a1a1c92b8..883eff97f4 100644 --- a/keyboards/dumbpad/config.h +++ b/keyboards/dumbpad/config.h @@ -19,7 +19,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 0xDEAF #define PRODUCT_ID 0x0913 #define MANUFACTURER imchipwood #define PRODUCT dumbpad |