[Keyboard] Fix noxary Product IDs (#11771)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ruari <ruari.armstrong@gmail.com>
This commit is contained in:
parent
068e11f7e2
commit
bc74027f39
6 changed files with 9 additions and 7 deletions
|
@ -20,12 +20,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4E58
|
||||
#define PRODUCT_ID 0x003C
|
||||
#define VENDOR_ID 0x4E58 //"NX"
|
||||
#define PRODUCT_ID 0x0A29 //2601
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Noxary
|
||||
#define PRODUCT 260
|
||||
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue