base_names.h 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. /*
  2. Copyright 2018-2022 Eric Gebhart <e.a.gebhart@gmail.com>
  3. This program is free software: you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by
  5. the Free Software Foundation, either version 2 of the License, or
  6. (at your option) any later version.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program. If not, see <http://www.gnu.org/licenses/>.
  13. */
  14. #ifdef DVORAK_LAYER_ENABLE
  15. LANG_N(_DVORAK),
  16. #endif
  17. #ifdef DVORAK_RLC_IU_LAYER_ENABLE
  18. LANG_N(_DVORAK_RLC_IU_),
  19. #endif
  20. #ifdef BOO_LAYER_ENABLE
  21. LANG_N(_BOO),
  22. #endif
  23. #ifdef CAPEWELL_DVORAK_LAYER_ENABLE
  24. LANG_N(_CAPEWELL_DVORAK),
  25. #endif
  26. #ifdef AHEI_LAYER_ENABLE
  27. LANG_N(_AHEI),
  28. #endif
  29. #ifdef QWERTY_LAYER_ENABLE
  30. LANG_N(_QWERTY),
  31. #endif
  32. #ifdef WORKMAN_LAYER_ENABLE
  33. LANG_N(_WORKMAN),
  34. #endif
  35. #ifdef NORMAN_LAYER_ENABLE
  36. LANG_N(_NORMAN),
  37. #endif
  38. #ifdef COLEMAK_LAYER_ENABLE
  39. LANG_N(_COLEMAK),
  40. #endif
  41. #ifdef COLEMAK_DH_LAYER_ENABLE
  42. LANG_N(_COLEMAK_DH),
  43. #endif
  44. #ifdef HALMAK_LAYER_ENABLE
  45. LANG_N(_COLEMAK),
  46. #endif
  47. #ifdef MINIMAK_LAYER_ENABLE
  48. LANG_N(_MINIMAK),
  49. #endif
  50. #ifdef MINIMAK_8_LAYER_ENABLE
  51. LANG_N(_MINIMAK_8),
  52. #endif
  53. #ifdef MINIMAK_12_LAYER_ENABLE
  54. LANG_N(_MINIMAK_12),
  55. #endif
  56. #ifdef BEAKL15_LAYER_ENABLE
  57. LANG_N(_BEAKL15),
  58. #endif
  59. #ifdef BEAKL19_LAYER_ENABLE
  60. LANG_N(_BEAKL19),
  61. #endif
  62. #ifdef BEAKL27_LAYER_ENABLE
  63. LANG_N(_BEAKL27),
  64. #endif
  65. #ifdef BEAKLWI_LAYER_ENABLE
  66. LANG_N(_BEAKLWI),
  67. #endif
  68. #ifdef MALTRON_LAYER_ENABLE
  69. LANG_N(_MALTRON),
  70. #endif
  71. #ifdef EUCALYN_LAYER_ENABLE
  72. LANG_N(_EUCALYN),
  73. #endif
  74. #ifdef RSTHD_LAYER_ENABLE
  75. LANG_N(_RSTHD),
  76. #endif
  77. #ifdef HANDS_UP_LAYER_ENABLE
  78. LANG_N(_HANDS_UP),
  79. #endif
  80. #ifdef WHITE_LAYER_ENABLE
  81. LANG_N(_WHITE),
  82. #endif
  83. #ifdef ISRT_LAYER_ENABLE
  84. LANG_N(_ISRT),
  85. #endif
  86. #ifdef SOUL_LAYER_ENABLE
  87. LANG_N(_SOUL),
  88. #endif
  89. #ifdef NIRO_LAYER_ENABLE
  90. LANG_N(_NIRO),
  91. #endif
  92. #ifdef ASSET_LAYER_ENABLE
  93. LANG_N(_ASSET),
  94. #endif
  95. #ifdef WHORF_LAYER_ENABLE
  96. LANG_N(_WHORF),
  97. #endif
  98. #ifdef WHORF6_LAYER_ENABLE
  99. LANG_N(_WHORF6),
  100. #endif
  101. #ifdef CARPALX_QFMLWY_LAYER_ENABLE
  102. LANG_N(_CARPALX_QFMLWY),
  103. #endif
  104. #ifdef CARPALX_QGMLWB_LAYER_ENABLE
  105. LANG_N(_CARPALX_QGMLWB),
  106. #endif
  107. #ifdef CARPALX_QGMLWY_LAYER_ENABLE
  108. LANG_N(_CARPALX_QGMLWY),
  109. #endif
  110. #ifdef MTGAP_LAYER_ENABLE
  111. LANG_N(_MTGAP),
  112. #endif
  113. #ifdef CTGAP_LAYER_ENABLE
  114. LANG_N(_CTGAP),
  115. #endif
  116. #ifdef APT_LAYER_ENABLE
  117. LANG_N(_APT),
  118. #endif
  119. #ifdef CANARY_LAYER_ENABLE
  120. LANG_N(_CANARY),
  121. #endif
  122. #ifdef HD_NEU_LAYER_ENABLE
  123. LANG_N(_HD_NEU),
  124. #endif
  125. #ifdef HD_NEU_NARROW_LAYER_ENABLE
  126. LANG_N(_HD_NEU_NARROW),
  127. #endif
  128. #ifdef HD_GOLD_LAYER_ENABLE
  129. LANG_N(_HD_GOLD),
  130. #endif
  131. #ifdef HD_PLATINUM_LAYER_ENABLE
  132. LANG_N(_HD_PLATINUM),
  133. #endif
  134. #ifdef HD_SILVER_LAYER_ENABLE
  135. LANG_N(_HD_SILVER),
  136. #endif
  137. #ifdef HD_BRONZE_LAYER_ENABLE
  138. LANG_N(_HD_BRONZE),
  139. #endif
  140. #ifdef HD_ELAN_LAYER_ENABLE
  141. LANG_N(_HD_ELAN),
  142. #endif
  143. #ifdef HD_DASH_LAYER_ENABLE
  144. LANG_N(_HD_DASH),
  145. #endif
  146. #ifdef HD_REF_LAYER_ENABLE
  147. LANG_N(_HD_REF),
  148. #endif
  149. #ifdef BEPO_LAYER_ENABLE
  150. LANG_N(_BEPO),
  151. #endif
  152. #ifdef OPTIMOT_LAYER_ENABLE
  153. LANG_N(_OPTIMOT),
  154. #endif
  155. #ifdef BEAKL19bis_LAYER_ENABLE
  156. LANG_N(_BEAKL19bis),
  157. #endif