forked from mirrors/qmk_userspace
[Keyboard] Add kudox game keyboard (#6460)
* Add configurations for Kudox Game Keyboard rev1. * Modified Kudox Game Keyboard readme and keymap. * Remove unnecessary codes. * Set BootLoader caterina. * Remove wrong settings on rules.mk. * Clean up config.h. * Modified MATRIX_ROWS on kudox_game/rev1/config.h. * Modified RGB_LED_NUM on kudox_game/rev1/config.h.
This commit is contained in:
parent
d967d3a6b5
commit
e5831d79c0
14 changed files with 397 additions and 0 deletions
20
keyboards/kudox_game/rev1/rev1.h
Normal file
20
keyboards/kudox_game/rev1/rev1.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
#pragma once
|
||||
|
||||
#include "../kudox_game.h"
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT( \
|
||||
k00, k01, k02, k03, k04, k05, \
|
||||
k11, k12, k13, k14, k15, \
|
||||
k20, k21, k22, k23, k24, k25, k26, \
|
||||
k30, k31, k34, k35, k36, \
|
||||
k40, k45, k46 \
|
||||
) \
|
||||
{ \
|
||||
{ k00, k01, k02, k03, k04, k05, KC_NO }, \
|
||||
{ KC_NO, k11, k12, k13, k14, k15, KC_NO }, \
|
||||
{ k20, k21, k22, k23, k24, k25, k26 }, \
|
||||
{ k30, k31, KC_NO, KC_NO, k34, k35, k36 }, \
|
||||
{ k40, KC_NO, KC_NO, KC_NO, KC_NO, k45, k46 } \
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue