[Keyboard] Add kudox game rev2 (#8529)

* Add Kudox Game rev2.

* Add the keymap of Kudox Game a layer for regulating RGB.

* Modified rgblight_init when RGBLIGHT_ENABLE=no.

* Remove invalid codes.

* Modified *init* function right intention of framework.
This commit is contained in:
くまお工房
2020-03-24 13:02:41 -07:00
committed by GitHub
parent 963bba1fc3
commit 3587e20e70
9 changed files with 152 additions and 9 deletions
+3
View File
@@ -19,5 +19,8 @@
#ifdef KEYBOARD_kudox_game_rev1
#include "rev1.h"
#endif
#ifdef KEYBOARD_kudox_game_rev2
#include "rev2.h"
#endif
#include "quantum.h"