summaryrefslogtreecommitdiff
path: root/keyboards/signum/3_0/elitec/elitec.h
diff options
context:
space:
mode:
authorStan Gurenkov <klausflex@gmail.com>2021-09-24 13:05:29 -0400
committerGitHub <noreply@github.com>2021-09-24 10:05:29 -0700
commit4493a05b74d8852222faa776d140233745114c53 (patch)
treea7f272534946d9f7098e57d5e022c7f74fe34ef4 /keyboards/signum/3_0/elitec/elitec.h
parent60b13d04cdf4b27f387be90d830dd196c38b1362 (diff)
[Keyboard] refactor signum30 (#14527)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Stan Gurenkov <stan.gurenkov@docusign.com>
Diffstat (limited to 'keyboards/signum/3_0/elitec/elitec.h')
-rw-r--r--keyboards/signum/3_0/elitec/elitec.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/keyboards/signum/3_0/elitec/elitec.h b/keyboards/signum/3_0/elitec/elitec.h
index d28d3d4769..7498fdcee3 100644
--- a/keyboards/signum/3_0/elitec/elitec.h
+++ b/keyboards/signum/3_0/elitec/elitec.h
@@ -1,15 +1,4 @@
#pragma once
#include "quantum.h"
-
-#define LAYOUT_ortho_4x12( \
- K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, \
- K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, \
- K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, \
- K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311 \
-) { \
- { K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011 }, \
- { K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111 }, \
- { K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211 }, \
- { K300, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311 } \
-}
+#include "signum.h"