summaryrefslogtreecommitdiff
path: root/users/ericgebhart/layer_names/base_names.h
blob: 1fef1efed055464dea1fe69ae24094f9567ab9f6 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
/*
  Copyright 2018-2022 Eric Gebhart <e.a.gebhart@gmail.com>

  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef DVORAK_LAYER_ENABLE
    LANG_N(_DVORAK),
#endif
#ifdef DVORAK_RLC_IU_LAYER_ENABLE
      LANG_N(_DVORAK_RLC_IU_),
#endif
#ifdef BOO_LAYER_ENABLE
        LANG_N(_BOO),
#endif
#ifdef CAPEWELL_DVORAK_LAYER_ENABLE
        LANG_N(_CAPEWELL_DVORAK),
#endif
#ifdef AHEI_LAYER_ENABLE
        LANG_N(_AHEI),
#endif


#ifdef QWERTY_LAYER_ENABLE
      LANG_N(_QWERTY),
#endif
#ifdef WORKMAN_LAYER_ENABLE
      LANG_N(_WORKMAN),
#endif
#ifdef NORMAN_LAYER_ENABLE
      LANG_N(_NORMAN),
#endif


#ifdef COLEMAK_LAYER_ENABLE
      LANG_N(_COLEMAK),
#endif
#ifdef COLEMAK_DH_LAYER_ENABLE
      LANG_N(_COLEMAK_DH),
#endif
#ifdef HALMAK_LAYER_ENABLE
      LANG_N(_COLEMAK),
#endif
#ifdef MINIMAK_LAYER_ENABLE
      LANG_N(_MINIMAK),
#endif
#ifdef MINIMAK_8_LAYER_ENABLE
      LANG_N(_MINIMAK_8),
#endif
#ifdef MINIMAK_12_LAYER_ENABLE
      LANG_N(_MINIMAK_12),
#endif


#ifdef BEAKL15_LAYER_ENABLE
      LANG_N(_BEAKL15),
#endif
#ifdef BEAKL19_LAYER_ENABLE
      LANG_N(_BEAKL19),
#endif
#ifdef BEAKL27_LAYER_ENABLE
      LANG_N(_BEAKL27),
#endif
#ifdef BEAKLWI_LAYER_ENABLE
      LANG_N(_BEAKLWI),
#endif

#ifdef MALTRON_LAYER_ENABLE
        LANG_N(_MALTRON),
#endif
#ifdef EUCALYN_LAYER_ENABLE
        LANG_N(_EUCALYN),
#endif
#ifdef RSTHD_LAYER_ENABLE
        LANG_N(_RSTHD),
#endif
#ifdef HANDS_UP_LAYER_ENABLE
        LANG_N(_HANDS_UP),
#endif
#ifdef WHITE_LAYER_ENABLE
        LANG_N(_WHITE),
#endif
#ifdef ISRT_LAYER_ENABLE
        LANG_N(_ISRT),
#endif
#ifdef SOUL_LAYER_ENABLE
        LANG_N(_SOUL),
#endif
#ifdef NIRO_LAYER_ENABLE
        LANG_N(_NIRO),
#endif
#ifdef ASSET_LAYER_ENABLE
        LANG_N(_ASSET),
#endif
#ifdef WHORF_LAYER_ENABLE
        LANG_N(_WHORF),
#endif
#ifdef WHORF6_LAYER_ENABLE
        LANG_N(_WHORF6),
#endif

#ifdef CARPALX_QFMLWY_LAYER_ENABLE
        LANG_N(_CARPALX_QFMLWY),
#endif
#ifdef CARPALX_QGMLWB_LAYER_ENABLE
        LANG_N(_CARPALX_QGMLWB),
#endif
#ifdef CARPALX_QGMLWY_LAYER_ENABLE
        LANG_N(_CARPALX_QGMLWY),
#endif


#ifdef MTGAP_LAYER_ENABLE
        LANG_N(_MTGAP),
#endif
#ifdef CTGAP_LAYER_ENABLE
        LANG_N(_CTGAP),
#endif
#ifdef APT_LAYER_ENABLE
        LANG_N(_APT),
#endif
#ifdef CANARY_LAYER_ENABLE
        LANG_N(_CANARY),
#endif


#ifdef HD_NEU_LAYER_ENABLE
        LANG_N(_HD_NEU),
#endif
#ifdef HD_NEU_NARROW_LAYER_ENABLE
        LANG_N(_HD_NEU_NARROW),
#endif
#ifdef HD_GOLD_LAYER_ENABLE
        LANG_N(_HD_GOLD),
#endif
#ifdef HD_PLATINUM_LAYER_ENABLE
        LANG_N(_HD_PLATINUM),
#endif
#ifdef HD_SILVER_LAYER_ENABLE
        LANG_N(_HD_SILVER),
#endif
#ifdef HD_BRONZE_LAYER_ENABLE
        LANG_N(_HD_BRONZE),
#endif
#ifdef HD_ELAN_LAYER_ENABLE
        LANG_N(_HD_ELAN),
#endif
#ifdef HD_DASH_LAYER_ENABLE
        LANG_N(_HD_DASH),
#endif
#ifdef HD_REF_LAYER_ENABLE
        LANG_N(_HD_REF),
#endif

#ifdef BEPO_LAYER_ENABLE
        LANG_N(_BEPO),
#endif
#ifdef OPTIMOT_LAYER_ENABLE
        LANG_N(_OPTIMOT),
#endif
#ifdef BEAKL19bis_LAYER_ENABLE
        LANG_N(_BEAKL19bis),
#endif