summaryrefslogtreecommitdiff
path: root/keyboards/wsk/jerkin/jerkin.h
diff options
context:
space:
mode:
authorworldspawn00 <mcmancuso@gmail.com>2020-02-06 09:55:55 -0600
committerGitHub <noreply@github.com>2020-02-06 10:55:55 -0500
commitfe814be287bc0591df87549ea6233eae2177e062 (patch)
treec050625f3eca0ad301544bfa4136b33faad12777 /keyboards/wsk/jerkin/jerkin.h
parent6a0e155afe607c75bfffe3f10fb73c9337942f52 (diff)
[keyboard] adding keyboard: jerkin (#7975)
* jerkin * Update config.h * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-Authored-By: Akaash Suresh <casa.akaash@gmail.com> * Update rules.mk * Apply suggestions from code review * Missing closing parenthesis in one of the suggestions. * Finalize collaborator suggestions * One final tweak to standardize MANUFACTURER Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Akaash Suresh <casa.akaash@gmail.com>
Diffstat (limited to 'keyboards/wsk/jerkin/jerkin.h')
-rw-r--r--keyboards/wsk/jerkin/jerkin.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/wsk/jerkin/jerkin.h b/keyboards/wsk/jerkin/jerkin.h
new file mode 100644
index 0000000000..201a9db13b
--- /dev/null
+++ b/keyboards/wsk/jerkin/jerkin.h
@@ -0,0 +1,13 @@
+ #pragma once
+
+#include "quantum.h"
+
+#define LAYOUT( \
+ K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, \
+ K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, \
+ K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212 \
+) { \
+ { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012 }, \
+ { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, KC_NO }, \
+ { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K212 } \
+}