diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-09 17:04:30 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-09 17:04:30 +0000 |
commit | f3cede7299b935ece0c4a7699d844f79bf640a26 (patch) | |
tree | eb95fa3fefd8d8383ea5844565cbf37cb5ff7536 /keyboards/pimentoso/touhoupad/touhoupad.h | |
parent | 12681bacc4b2d845bd01b0e65b00e3d8775ac515 (diff) | |
parent | be72a64cf603946102cc2144822b75fa9f92a2ec (diff) | |
download | qmk_firmware-f3cede7299b935ece0c4a7699d844f79bf640a26.tar.gz qmk_firmware-f3cede7299b935ece0c4a7699d844f79bf640a26.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/pimentoso/touhoupad/touhoupad.h')
-rw-r--r-- | keyboards/pimentoso/touhoupad/touhoupad.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/pimentoso/touhoupad/touhoupad.h b/keyboards/pimentoso/touhoupad/touhoupad.h new file mode 100644 index 0000000000..5a5f233e36 --- /dev/null +++ b/keyboards/pimentoso/touhoupad/touhoupad.h @@ -0,0 +1,23 @@ +/* Copyright 2021 Michele Ferri <zomgsako@gmail.com> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ +#pragma once + +#include "quantum.h" + +#define LAYOUT(k00, k01, k02, k03, k04, k05, k06, k07, k08, k09) \ +{ \ + { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09 } \ +} |