aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/tradestation/tradestation.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/tradestation/tradestation.h')
-rw-r--r--keyboards/handwired/tradestation/tradestation.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/keyboards/handwired/tradestation/tradestation.h b/keyboards/handwired/tradestation/tradestation.h
deleted file mode 100644
index 60b53b7dd..000000000
--- a/keyboards/handwired/tradestation/tradestation.h
+++ /dev/null
@@ -1,27 +0,0 @@
1#pragma once
2
3#include "quantum.h"
4
5#define LAYOUT_ortho_4x4( \
6 K00, K01, K02, K03, \
7 K10, K11, K12, K13, \
8 K20, K21, K22, K23, \
9 K30, K31, K32, K33 \
10) { \
11 { K00, K01, K02, K03 }, \
12 { K10, K11, K12, K13 }, \
13 { K20, K21, K22, K23 }, \
14 { K30, K31, K32, K33 } \
15}
16
17#define LAYOUT_tradestation( \
18 K00, K01, K02, K03, \
19 K10, K11, K12, K13, \
20 K20, K22, \
21 K30, K32 \
22) { \
23 { K00, K01, K02, K03 }, \
24 { K10, K11, K12, K13 }, \
25 { K20, KC_NO, K22, KC_NO }, \
26 { K30, KC_NO, K32, KC_NO } \
27}