Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)
This commit is contained in:
@@ -16,8 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAD04
|
||||
#define PRODUCT Adelais AVR
|
||||
/*
|
||||
* Keyboard Matrix Assignments
|
||||
*
|
||||
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"keyboard_name": "Adelais AVR",
|
||||
"usb": {
|
||||
"pid": "0xAD04"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user