diff options
Diffstat (limited to 'keyboards/ll3macorn/bongopad/bongopad.h')
| -rw-r--r-- | keyboards/ll3macorn/bongopad/bongopad.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/ll3macorn/bongopad/bongopad.h b/keyboards/ll3macorn/bongopad/bongopad.h new file mode 100644 index 000000000..31fc0cc5c --- /dev/null +++ b/keyboards/ll3macorn/bongopad/bongopad.h | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | // Copyright 2021 Ll3macorn (@ll3macorn) | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | #pragma once | ||
| 4 | |||
| 5 | #include "quantum.h" | ||
| 6 | |||
| 7 | #define LAYOUT_default( \ | ||
| 8 | K00, \ | ||
| 9 | K10, K11, K12, \ | ||
| 10 | K20, K21, K22, \ | ||
| 11 | K30, K31, K32 \ | ||
| 12 | ) { \ | ||
| 13 | { K00, KC_NO, KC_NO }, \ | ||
| 14 | { K10, K11, K12 }, \ | ||
| 15 | { K20, K21, K22 }, \ | ||
| 16 | { K30, K31, K32 } \ | ||
| 17 | } | ||
| 18 | |||
