forked from mirrors/qmk_userspace
[Keyboard] corrected VID/PID and layout for squiggle (#11198)
* corrected the pid and added a new layout. * following drashna's suggestion.
This commit is contained in:
parent
e9ed5d7571
commit
d5f3f7c126
6 changed files with 208 additions and 2 deletions
|
@ -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 0x6955
|
||||
#define PRODUCT_ID 0x2073
|
||||
#define VENDOR_ID 0x1209
|
||||
#define PRODUCT_ID 0x6969
|
||||
#define MANUFACTURER ibnuda
|
||||
#define PRODUCT squiggle
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue