diff options
Diffstat (limited to 'keyboards/handwired/aball/aball.h')
| -rw-r--r-- | keyboards/handwired/aball/aball.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/keyboards/handwired/aball/aball.h b/keyboards/handwired/aball/aball.h index 8daf6bf68..d6cb21baf 100644 --- a/keyboards/handwired/aball/aball.h +++ b/keyboards/handwired/aball/aball.h | |||
| @@ -18,12 +18,4 @@ | |||
| 18 | 18 | ||
| 19 | #include "quantum.h" | 19 | #include "quantum.h" |
| 20 | 20 | ||
| 21 | /* This is a shortcut to help you visually see your layout. | 21 | #define LAYOUT(k00) {{ k00 }} |
| 22 | * | ||
| 23 | * The first section contains all of the arguments representing the physical | ||
| 24 | * layout of the board and position of the keys. | ||
| 25 | * | ||
| 26 | * The second converts the arguments into a two-dimensional array which | ||
| 27 | * represents the switch matrix. | ||
| 28 | */ | ||
| 29 | #define LAYOUT(k00) {{ KC_NO }} | ||
