diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-14 01:57:26 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-14 01:57:26 +0000 |
commit | cd2fca667b3977a2c0aadff1554649cd7526ec1b (patch) | |
tree | 486b8b76c452f94690df1bebbce0ab8beb2baf93 | |
parent | 86a35483a12a12bcf8d0005ebc7e4e2bca3ab5b3 (diff) | |
parent | c17323b0f5fddf891929e6a25232825769a64e28 (diff) | |
download | qmk_firmware-cd2fca667b3977a2c0aadff1554649cd7526ec1b.tar.gz qmk_firmware-cd2fca667b3977a2c0aadff1554649cd7526ec1b.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/bolsa/damapad/damapad.h | 10 |
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 } \ +} |