diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-15 01:16:27 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-15 01:16:27 +0000 |
commit | c9f192bae88ba4190d2e7f0bd560563b377f394d (patch) | |
tree | bf2eff02a56432a9266ce917bac7b5c031d7c567 /keyboards/handwired/aball/aball.h | |
parent | 23c238a1807c3e8c3bdd4eb432506a1469640df5 (diff) | |
parent | ac8bee7091d5a5fc55afb7054562c0d23f932880 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 8daf6bf680..d6cb21bafc 100644 --- a/keyboards/handwired/aball/aball.h +++ b/keyboards/handwired/aball/aball.h @@ -18,12 +18,4 @@ #include "quantum.h" -/* This is a shortcut to help you visually see your layout. - * - * The first section contains all of the arguments representing the physical - * layout of the board and position of the keys. - * - * The second converts the arguments into a two-dimensional array which - * represents the switch matrix. - */ -#define LAYOUT(k00) {{ KC_NO }} +#define LAYOUT(k00) {{ k00 }} |