#pragma once #include "quantum.h" /************************************************** ** Include headers specific to keyboard revision ** ***************************************************/ #ifdef KEYBOARD_preonic_rev1 #include "rev1.h" #endif #ifdef KEYBOARD_preonic_rev2 #include "rev2.h" #endif #ifdef KEYBOARD_preonic_rev3 #include "rev3.h" #endif /************************************************** ** Layout macros aliases common to all revisions ** Name of Alias Matrix Name: ----------------- ------------------- ****/ #define LAYOUT_ortho_5x12 LAYOUT_preonic_grid sitory'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches-3.8/200-dwc_otg_support.patch
blob: 8d4d79e6d33d1557ace31b7b0fa287250f7ba23f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48