1
0

Delete unused boards

This commit is contained in:
Richard Baptist
2019-06-14 11:20:09 +02:00
parent ec7a5d3d71
commit 1b5c75c83d
8065 changed files with 0 additions and 589315 deletions

View File

@@ -1,21 +0,0 @@
#ifndef GAMENUM_H
#define GAMENUM_H
#include "quantum.h"
#define LAYOUT( \
k00, k01, k02, k03, \
k10, k11, k12, k13, \
k20, k21, k22, \
k30, k31, k32, \
k41, k42, k43 \
) \
{ \
{ k00, k01, k02, k03 }, \
{ k10, k11, k12, k13 }, \
{ k20, k21, k22, KC_NO }, \
{ k30, k31, k32, KC_NO }, \
{ KC_NO, k41, k42, k43 } \
}
#endif