summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-03-14 01:56:52 +0000
committerGitHub <noreply@github.com>2022-03-13 18:56:52 -0700
commitc17323b0f5fddf891929e6a25232825769a64e28 (patch)
treea4e09440418d2c87d45df897d2bbe28581f72b59 /keyboards
parent8d90cf36f1a8484bdb7fcc0660887efaf0b7c106 (diff)
bolsa/damapad - Fix missing layout macro (#16639)
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/bolsa/damapad/damapad.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/bolsa/damapad/damapad.h b/keyboards/bolsa/damapad/damapad.h
index da0a4d863e..9f0d0d4170 100644
--- a/keyboards/bolsa/damapad/damapad.h
+++ b/keyboards/bolsa/damapad/damapad.h
@@ -30,3 +30,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{ K10, K11, K12, K13, K14, K15 }, \
{ K20, K21, XXX, K23, XXX, K25 } \
}
+
+#define LAYOUT_bar( \
+ K00, K01, K02, K03, K04, K05, \
+ K10, K11, K12, K13, K14, K15, \
+ K20, K23, K25 \
+) { \
+ { K00, K01, K02, K03, K04, K05 }, \
+ { K10, K11, K12, K13, K14, K15 }, \
+ { K20, XXX, XXX, K23, XXX, K25 } \
+}