[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:
x1 2019-11-05 16:07:31 +09:00 committed by Drashna Jaelre
parent dc1137129d
commit dcb2d63302
27 changed files with 341 additions and 9 deletions

View file

@ -19,5 +19,8 @@
#ifdef KEYBOARD_kudox_rev1
#include "rev1.h"
#endif
#ifdef KEYBOARD_kudox_rev2
#include "rev2.h"
#endif
#include "quantum.h"