Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)
This commit is contained in:
@@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0xAEC3
|
||||
#define PRODUCT Adelais En Ciel Rev3
|
||||
|
||||
#define MATRIX_ROW_PINS { A4, A3, C13, A1, A2}
|
||||
#define MATRIX_COL_PINS { B10, B11, B2, B1, B0, A6, A5, A10, A9, A15, B3, B4, B5, B8, B9 }
|
||||
|
||||
|
6
keyboards/mechlovin/adelais/rgb_led/rev3/info.json
Normal file
6
keyboards/mechlovin/adelais/rgb_led/rev3/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"keyboard_name": "Adelais En Ciel Rev3",
|
||||
"usb": {
|
||||
"pid": "0xAEC3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user