summaryrefslogtreecommitdiff
path: root/keyboards/wilba_tech/wt65_d/wt65_d.h
diff options
context:
space:
mode:
authorWilba <wilba@wilba.tech>2022-07-27 02:36:30 +1000
committerGitHub <noreply@github.com>2022-07-26 17:36:30 +0100
commit501276a8fd4139e56cb256d110ee2c6d250ce669 (patch)
tree20b0656977ca0db62d8e3ff065677ce0329c842f /keyboards/wilba_tech/wt65_d/wt65_d.h
parentb0b14cc44016eb40118b7c8b4fa0bd15629c2e06 (diff)
Added WT65-D (#17724)
Diffstat (limited to 'keyboards/wilba_tech/wt65_d/wt65_d.h')
-rw-r--r--keyboards/wilba_tech/wt65_d/wt65_d.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/wilba_tech/wt65_d/wt65_d.h b/keyboards/wilba_tech/wt65_d/wt65_d.h
new file mode 100644
index 0000000000..4f0b36d075
--- /dev/null
+++ b/keyboards/wilba_tech/wt65_d/wt65_d.h
@@ -0,0 +1,23 @@
+// Copyright 2022 Jason Williams (@wilba)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include "quantum.h"
+
+#define ____ KC_NO
+
+#define LAYOUT_all( \
+ K000, K003, K002, K001, K004, K005, K006, K007, K008, K009, K012, K011, K010, K013, K213, K014, \
+ K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, \
+ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K214, \
+ K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314, \
+ K400, K401, K402, K403, K409, K410, K411, K412, K413, K414 \
+) { \
+ { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K014 }, \
+ { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114 }, \
+ { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212, K213, K214 }, \
+ { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K312, K313, K314 }, \
+ { K400, K401, K402, K403, ____, ____, ____, ____, ____, K409, K410, K411, K412, K413, K414 } \
+}
+