Add support for Unikeyboard Felix
This commit is contained in:
parent
e094cd42b5
commit
bccf263cd0
6 changed files with 168 additions and 0 deletions
20
keyboards/felix/felix.h
Normal file
20
keyboards/felix/felix.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
#ifndef FELIX_H
|
||||
#define FELIX_H
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define KEYMAP( \
|
||||
K000, K001, K002, K003, \
|
||||
K100, K101, K102, K103, \
|
||||
K200, K201, K202, K203, \
|
||||
K300, K301, K302, K303, \
|
||||
K400, K401, K402, K403 \
|
||||
) { \
|
||||
{ K000, K001, K002, K003 }, \
|
||||
{ K100, K101, K102, K103 }, \
|
||||
{ K200, K201, K202, K203 }, \
|
||||
{ K300, K301, K302, K303 }, \
|
||||
{ K400, K401, K402, K403 } \
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue