Resolve a number of warnings in qmk generate-api (#12833)
This commit is contained in:
@@ -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 */
|
||||
|
||||
8
keyboards/capsunlocked/cu80/v2_ansi/rgb/info.json
Normal file
8
keyboards/capsunlocked/cu80/v2_ansi/rgb/info.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"features": {
|
||||
"rgblight": false
|
||||
},
|
||||
"usb": {
|
||||
"pid": "0x0082"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
8
keyboards/capsunlocked/cu80/v2_iso/rgb/info.json
Normal file
8
keyboards/capsunlocked/cu80/v2_iso/rgb/info.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"features": {
|
||||
"rgblight": false
|
||||
},
|
||||
"usb": {
|
||||
"pid": "0x0083"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user