Resolve a number of warnings in qmk generate-api (#12833)

This commit is contained in:
Zach White
2021-05-08 12:44:05 -07:00
committed by GitHub
parent 3e9f809988
commit 767089384f
31 changed files with 42 additions and 44 deletions

View File

@@ -20,9 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define CU80_RGB
/* update the product for RGB Matrix variant in VIA/VIAL and Remap-keys.app */
#undef PRODUCT_ID
#undef PRODUCT
#define PRODUCT_ID 0x0082
#define PRODUCT CU80 v2 ANSI RGB
/* moved to RGB specific */

View File

@@ -0,0 +1,8 @@
{
"features": {
"rgblight": false
},
"usb": {
"pid": "0x0082"
}
}

View File

@@ -1,3 +1,2 @@
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
RGB_MATRIX_ENABLE = yes # Enable RGB matrix
RGB_MATRIX_DRIVER = WS2812 # Set Driver to WS2812

View File

@@ -19,9 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define CU80_RGB
/* update the product for RGB Matrix variant in VIA/VIAL and Remap-keys.app */
#undef PRODUCT_ID
#undef PRODUCT
#define PRODUCT_ID 0x0083
#define PRODUCT CU80 v2 ISO RGB
/* moved to RGB specific */

View File

@@ -0,0 +1,8 @@
{
"features": {
"rgblight": false
},
"usb": {
"pid": "0x0083"
}
}

View File

@@ -1,3 +1,2 @@
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
RGB_MATRIX_ENABLE = yes # Enable RGB matrix
RGB_MATRIX_DRIVER = WS2812 # Set Driver to WS2812