Move keyboard USB IDs and strings to data driven, pass 2: F-I (#17958)
This commit is contained in:
@@ -17,13 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#undef PRODUCT_ID
|
||||
#define PRODUCT_ID 0x0002
|
||||
#undef PRODUCT
|
||||
#define PRODUCT Ferris 0.2 - Bling
|
||||
|
||||
|
||||
|
||||
/* LED Drivers */
|
||||
#define DRIVER_ADDR_1 0b1110100
|
||||
#define DRIVER_ADDR_2 0b1110101
|
||||
|
6
keyboards/ferris/0_2/bling/info.json
Normal file
6
keyboards/ferris/0_2/bling/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"keyboard_name": "Ferris 0.2 - Bling",
|
||||
"usb": {
|
||||
"pid": "0x0002"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user