1
0
Fork 0

Added new keyboard DOIO KB16 (Rev 2) (#18699)

This commit is contained in:
HorrorTroll 2022-10-27 00:59:30 +07:00 committed by GitHub
parent cd8099539b
commit 9dec43a0f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 1010 additions and 218 deletions

View file

@ -19,29 +19,8 @@
#include "quantum.h"
#define XXX KC_NO
/* 06 ◯ 05 16 ◯ 15
*
* 00 01 02 03 04 14
*
* 10 11 12 13
* 26 25
* 20 21 22 23
* 24
* 30 31 32 33
*
*/
#define LAYOUT( \
K00, K01, K02, K03, K06, K04, K05, \
K10, K11, K12, K13, K16, K14, K15, \
K20, K21, K22, K23, K26, K24, K25, \
K30, K31, K32, K33 \
) { \
{ K00, K01, K02, K03, K04, K05, K06 }, \
{ K10, K11, K12, K13, K14, K15, K16 }, \
{ K20, K21, K22, K23, K24, K25, K26 }, \
{ K30, K31, K32, K33, XXX, XXX, XXX } \
}
#if defined(KEYBOARD_doio_kb16_rev1)
#include "rev1.h"
#elif defined(KEYBOARD_doio_kb16_rev2)
#include "rev2.h"
#endif