[Keyboard] add VIA support to Kyuu (#7804)
* add VIA support to Kyuu * update keymap file to follow indenting guidelines * add missing newline to rules.mk * remove unnecessary backslashes and reindent default keymap
This commit is contained in:
committed by
Drashna Jaelre
parent
8fa64568f0
commit
9086d720e0
@@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x0000
|
||||
#define VENDOR_ID 0x5154 // "QT"
|
||||
#define PRODUCT_ID 0x0009
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Quantrik
|
||||
#define PRODUCT Kyuu
|
||||
|
||||
Reference in New Issue
Block a user