forked from mirrors/qmk_userspace
m10a lowercase
This commit is contained in:
parent
0d8c73dc8d
commit
85df687348
7 changed files with 2 additions and 2 deletions
19
keyboards/m10a/m10a.h
Normal file
19
keyboards/m10a/m10a.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
#ifndef M10A_H
|
||||
#define M10A_H
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define M10A( \
|
||||
k00, k01, k02, \
|
||||
k10, k11, k12, \
|
||||
k20, k21, k22, \
|
||||
k30, k31, k32 \
|
||||
) \
|
||||
{ \
|
||||
{ k00, k01, k02 }, \
|
||||
{ k10, k11, k12 }, \
|
||||
{ k20, k21, k22 }, \
|
||||
{ k30, k31, k32 } \
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue