summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-03-14 01:57:26 +0000
committerQMK Bot <hello@qmk.fm>2022-03-14 01:57:26 +0000
commitcd2fca667b3977a2c0aadff1554649cd7526ec1b (patch)
tree486b8b76c452f94690df1bebbce0ab8beb2baf93 /keyboards
parent86a35483a12a12bcf8d0005ebc7e4e2bca3ab5b3 (diff)
parentc17323b0f5fddf891929e6a25232825769a64e28 (diff)
Merge remote-tracking branch 'origin/master' into develop
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 } \
+}