Add TENKI keyboard (#9029)
* Add TENKI keyboard Add TENKI keyboard, default keymap and via keymap * Minor Update Readme.md Change description of hardware supported * change layout name change layout name from ortho_20 to ortho_5x4 * Fix invalid format in info.json Fix invalid format in info.json * Fix invalid format * Fix formatting Fix formatting tenki.h * Fix formatting in keymap.c Fix formatting in keymap.c * Add new line at EOF info.json Add new line at EOF * Fix formatting * Fix formatting * Update rules.mk Fix Formatting
This commit is contained in:
18
keyboards/tenki/tenki.h
Normal file
18
keyboards/tenki/tenki.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define LAYOUT_ortho_5x4( \
|
||||
K00, K01, K02, K03, \
|
||||
K10, K11, K12, K13, \
|
||||
K20, K21, K22, K23, \
|
||||
K30, K31, K32, K33, \
|
||||
K40, K41, K42, K43 \
|
||||
) { \
|
||||
{ K00, K01, K02, K03}, \
|
||||
{ K10, K11, K12, K13}, \
|
||||
{ K20, K21, K22, K23}, \
|
||||
{ K30, K31, K32, K33}, \
|
||||
{ K40, K41, K42, K43} \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user