summaryrefslogtreecommitdiffstats
path: root/keyboards/squiggle/config.h
diff options
context:
space:
mode:
authorIbnu Daru Aji <ibnuda@users.noreply.github.com>2020-12-23 12:53:14 +0700
committerGitHub <noreply@github.com>2020-12-22 21:53:14 -0800
commitd5f3f7c126553b5485766ed666810ec3f3339894 (patch)
tree342b5fa00de1119a80f5d367ce3ae53f22da9d9c /keyboards/squiggle/config.h
parente9ed5d757164d363582a436e3a71186847c9b7af (diff)
[Keyboard] corrected VID/PID and layout for squiggle (#11198)
* corrected the pid and added a new layout. * following drashna's suggestion.
Diffstat (limited to 'keyboards/squiggle/config.h')
-rw-r--r--keyboards/squiggle/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/squiggle/config.h b/keyboards/squiggle/config.h
index 85bf32d9a9..6aca2c1b18 100644
--- a/keyboards/squiggle/config.h
+++ b/keyboards/squiggle/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 0x6955
-#define PRODUCT_ID 0x2073
+#define VENDOR_ID 0x1209
+#define PRODUCT_ID 0x6969
#define MANUFACTURER ibnuda
#define PRODUCT squiggle
[cgit] Unable to lock slot /tmp/cgit/45200000.lock: Permission denied (13)