Merge branch 'bluetooth_playground' of https://github.com/Keychron/qmk_firmware into dd-config-bt-playground

This commit is contained in:
Adophoxia 2023-05-25 21:27:05 -07:00
commit 9e23aa99d5
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"usb": {
"pid": "0x0231",
"device_version": "1.0.0"
"device_version": "1.0.1"
},
"features": {
"rgb_matrix": true

View file

@ -124,7 +124,7 @@ led_config_t g_led_config = {
{ 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, NO_LED, 30 },
{ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, NO_LED, 45 },
{ 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, NO_LED, 58, NO_LED, 59 },
{ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, NO_LED, 71, 72, 73, 74 },
{ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, NO_LED, 72, 73, 74 },
{ 75, 76, 77, NO_LED, NO_LED, NO_LED, 78, NO_LED, NO_LED, NO_LED, 79, 80, 81, 82, 83, 84 }
},
{

View file

@ -1,7 +1,7 @@
{
"usb": {
"pid": "0x0234",
"device_version": "1.0.0"
"device_version": "1.0.1"
},
"features": {
"led_matrix": true

View file

@ -121,7 +121,7 @@ led_config_t g_led_config = {
{ 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, NO_LED, 30 },
{ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, NO_LED, 45 },
{ 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, NO_LED, 58, NO_LED, 59 },
{ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, NO_LED, 71, 72, 73, 74 },
{ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, NO_LED, 72, 73, 74 },
{ 75, 76, 77, NO_LED, NO_LED, NO_LED, 78, NO_LED, NO_LED, NO_LED, 79, 80, 81, 82, 83, 84 }
},
{