summary refs log tree commit diff
diff options
context:
space:
mode:
-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 }  \
+}