diff options
author | Yakbats <yakbats@gmail.com> | 2022-03-15 20:14:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 03:14:31 +0000 |
commit | a867cfc26d811367ad345f31657547e9d603d869 (patch) | |
tree | 0d4879843e0fc1894e49ad03aa7cf23293b76a58 /keyboards/al1/config.h | |
parent | fded67f1a97499887857b1d2d2e226e4069ffdf5 (diff) | |
download | qmk_firmware-a867cfc26d811367ad345f31657547e9d603d869.tar.gz qmk_firmware-a867cfc26d811367ad345f31657547e9d603d869.zip |
Update the AL1 Vender ID (#16660)
* Add via to AL1
* Updated number of rows and columns, and applied suggestions from code review
* Update Vender ID
Change the Vender ID for Triangle Lab to comply with the via PR checklist.
Diffstat (limited to 'keyboards/al1/config.h')
-rw-r--r-- | keyboards/al1/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/al1/config.h b/keyboards/al1/config.h index 078e9cb41e..ea6474dc18 100644 --- a/keyboards/al1/config.h +++ b/keyboards/al1/config.h @@ -20,7 +20,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 0x544C #define PRODUCT_ID 0x6050 #define DEVICE_VER 0x0104 #define MANUFACTURER Alsoran |