Move keyboard USB IDs and strings to data driven: develop (#18152)
* Move keyboard USB IDs and strings to data driven: develop * Also do new onekeysmaster
parent
e06ea4a10f
commit
cf41c24db8
@ -1,21 +0,0 @@ |
||||
/* Copyright 2021 Glorious, LLC <salman@pcgamingrace.com>
|
||||
* |
||||
* This program is free software: you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License as published by |
||||
* the Free Software Foundation, either version 2 of the License, or |
||||
* (at your option) any later version. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
* |
||||
* You should have received a copy of the GNU General Public License |
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/ |
||||
|
||||
#pragma once |
||||
|
||||
#include "config_common.h" |
||||
|
||||
#define PRODUCT_ID 0x504B |
@ -1,21 +0,0 @@ |
||||
/* Copyright 2021 Glorious, LLC <salman@pcgamingrace.com>
|
||||
* |
||||
* This program is free software: you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License as published by |
||||
* the Free Software Foundation, either version 2 of the License, or |
||||
* (at your option) any later version. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU General Public License for more details. |
||||
* |
||||
* You should have received a copy of the GNU General Public License |
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/ |
||||
|
||||
#pragma once |
||||
|
||||
#include "config_common.h" |
||||
|
||||
#define PRODUCT_ID 0x505A |
@ -0,0 +1,3 @@ |
||||
{ |
||||
"keyboard_name": "Onekey Bluepill STM32F103C6" |
||||
} |
@ -0,0 +1,3 @@ |
||||
{ |
||||
"keyboard_name": "Onekey KB2040" |
||||
} |
@ -0,0 +1,3 @@ |
||||
{ |
||||
"keyboard_name": "Onekey RP2040" |
||||
} |
@ -0,0 +1,3 @@ |
||||
{ |
||||
"keyboard_name": "Onekey Teensy 3.5" |
||||
} |
Loading…
Reference in new issue