[Keyboard] Add handwired Wulkan keyboard (#6282)
* added handwired keyboard wulkan * added info.json for qmk configurator * fixed spelling * enum dont need to be assigned to zero * removed cflag from readme * updated rules.mk * removed unneeded rows from config * moved unicode to keymap conf * fix adjust layer and comments for keymap
This commit is contained in:
parent
3ee062222a
commit
e6420f0bd8
8 changed files with 211 additions and 0 deletions
6
keyboards/handwired/wulkan/wulkan.c
Normal file
6
keyboards/handwired/wulkan/wulkan.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "wulkan.h"
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
matrix_init_user();
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue