forked from mirrors/qmk_userspace
[Keyboard] Add Kudox Rev2 (#7253)
* Add a directory as rev2 in keybords/kudox. * Modified default keymap of Kudox. * Modified JIS keymap of Kudox. * Changed kudox default from rev1 to rev2. * Modified a keymap of kudox/x1. * Move keyboards/kudox/keymaps to keyboards/kudox/rev1/. * Remove keyboards/kudox/info.json. * Modified kudox's READMEs. * Remove unnecessary codes.
This commit is contained in:
parent
dc1137129d
commit
dcb2d63302
27 changed files with 341 additions and 9 deletions
|
@ -19,5 +19,8 @@
|
|||
#ifdef KEYBOARD_kudox_rev1
|
||||
#include "rev1.h"
|
||||
#endif
|
||||
#ifdef KEYBOARD_kudox_rev2
|
||||
#include "rev2.h"
|
||||
#endif
|
||||
|
||||
#include "quantum.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue