]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/tradestation/tradestation.h
Keyboard: add snagpad and trainstation keyboards (#4755)
[qmk_firmware.git] / keyboards / handwired / tradestation / tradestation.h
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 }