diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-03-18 18:46:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 01:46:52 +0000 |
commit | 02eb949479c73e5e68fbc52655da6b951fc305fe (patch) | |
tree | cb59af72a1778689d312e0319ff659f373ba48e1 /keyboards/pdxkbc/config.h | |
parent | 3a0f11eb277ab719b312547981a0b0db958fbc87 (diff) | |
download | qmk_firmware-02eb949479c73e5e68fbc52655da6b951fc305fe.tar.gz qmk_firmware-02eb949479c73e5e68fbc52655da6b951fc305fe.zip |
VIA Support: PDXKBC Macropad (#8431)
* add via support for pdxkbc macropad
* add VIA support for the pdxkbc
* clean out some commented code
* remove unused files
* comment the vendor ID
* Update keyboards/pdxkbc/keymaps/via/keymap.c
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/pdxkbc/keymaps/via/keymap.c
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/pdxkbc/keymaps/via/keymap.c
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/pdxkbc/keymaps/via/keymap.c
Co-Authored-By: Ryan <fauxpark@gmail.com>
* Update keyboards/pdxkbc/keymaps/via/keymap.c
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update keyboards/pdxkbc/keymaps/via/keymap.c
Co-Authored-By: Joel Challis <git@zvecr.com>
* Update keyboards/pdxkbc/keymaps/via/keymap.c
Co-Authored-By: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/pdxkbc/config.h')
-rw-r--r-- | keyboards/pdxkbc/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/pdxkbc/config.h b/keyboards/pdxkbc/config.h index c547bb0908..336b1434ac 100644 --- a/keyboards/pdxkbc/config.h +++ b/keyboards/pdxkbc/config.h @@ -20,8 +20,8 @@ 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 PRODUCT_ID 0x0000 +#define VENDOR_ID 0x5044 // PD +#define PRODUCT_ID 0x0001 #define DEVICE_VER 0x0001 #define MANUFACTURER Franklin Harding #define PRODUCT pdxkbc |