summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorDanny <nooges@users.noreply.github.com>2018-08-25 17:46:42 +0200
committerDrashna Jaelre <drashna@live.com>2018-08-25 17:46:42 +0200
commitb6d8524794305560e454d6b39a481d57f62f8ef1 (patch)
tree83b72ff078ab2605a47c7c83bb6aa4311c57b665 /layouts
parent4de9ed7eb0fde3fba69a334c5ff6ee2fa6ec7f17 (diff)
downloadqmk_firmware-b6d8524794305560e454d6b39a481d57f62f8ef1.tar.gz
qmk_firmware-b6d8524794305560e454d6b39a481d57f62f8ef1.tar.xz
Keyboard: add Wavelet (#3739)
* Add Wavelet keyboard * Fix build error for keyboards w/o Planck MIT layout * Add swap hands support
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ortho_4x12/guidoism/config.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/layouts/community/ortho_4x12/guidoism/config.h b/layouts/community/ortho_4x12/guidoism/config.h
index 607539327..19b71b07e 100644
--- a/layouts/community/ortho_4x12/guidoism/config.h
+++ b/layouts/community/ortho_4x12/guidoism/config.h
@@ -26,4 +26,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define IGNORE_MOD_TAP_INTERRUPT
#define USB_MAX_POWER_CONSUMPTION 50
+#ifndef LAYOUT_planck_mit
+#define LAYOUT_planck_mit( \
+ k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \
+ k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, \
+ k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, \
+ k30, k31, k32, k33, k34, k35, k37, k38, k39, k3a, k3b \
+) \
+ LAYOUT_ortho_4x12( \
+ k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \
+ k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, \
+ k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, \
+ k30, k31, k32, k33, k34, k35, k35, k37, k38, k39, k3a, k3b \
+ )
+#endif
+
#endif