123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- /*
- 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
|