[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:
Ibnu Daru Aji
2020-12-23 12:53:14 +07:00
committed by GitHub
parent e9ed5d7571
commit d5f3f7c126
6 changed files with 208 additions and 2 deletions

View File

@@ -82,3 +82,20 @@
{ R24, R23, R22, R21, R20 }, \
{ ___, R33, R32, R31, R30 }, \
}
#define LAYOUT_thumbrow(\
L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \
L10, L11, L12, L13, L14, R10, R11, R12, R13, R14, \
L20, L21, L22, L23, L24, R20, R21, R22, R23, R24, \
L31, L32, L33, L34, R30, R31, R32, R33 \
) \
{ \
{ L00, L01, L02, L03, L04 }, \
{ L10, L11, L12, L13, L14 }, \
{ L20, L21, L22, L23, L24 }, \
{ ___, L31, L32, L33, L34 }, \
{ R04, R03, R02, R01, R00 }, \
{ R14, R13, R12, R11, R10 }, \
{ R24, R23, R22, R21, R20 }, \
{ ___, R33, R32, R31, R30 }, \
}