map_beakl.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. Copyright 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. // choose your beakl,
  15. #undef ALT_TARGET_IS
  16. #define ALT_TARGET_IS BK // NONE, DV = dvorak, BK=Beakl, BKW=Beaklwi.
  17. #ifdef BEAKL15_LAYER_ENABLE
  18. B_LAYER(LANG_N(_BEAKL15), ___10_NUMBERS_BEAKL15___, ___BEAKL15___),
  19. #endif
  20. #ifdef BEAKL19_LAYER_ENABLE
  21. B_LAYER(LANG_N(_BEAKL19), ___10_NUMBERS_BEAKL19___, ___BEAKL19___),
  22. #endif
  23. #ifdef BEAKL27_LAYER_ENABLE
  24. #undef ALT_TARGET_IS
  25. #define ALT_TARGET_IS BK2 // NONE, DV = dvorak, BK=Beakl, BKW=Beaklwi.
  26. B_LAYER(LANG_N(_BEAKL27), ___10_NUMBERS_BEAKL19___, ___BEAKL27___),
  27. #endif
  28. #ifdef BEAKLWI_LAYER_ENABLE
  29. #undef ALT_TARGET_IS
  30. #define ALT_TARGET_IS BKW // NONE, DV = dvorak, BK=Beakl, BKW=Beaklwi.
  31. #undef THUMBS_ARE // change the default thumbs to WI.
  32. #define THUMBS_ARE WIa
  33. B_LAYER(LANG_N(_BEAKLWI), ___10_NUMBERS_BEAKL19___, ___BEAKLWI___),
  34. #undef THUMBS_ARE
  35. #define THUMBS_ARE DEFAULT_THUMBS
  36. #endif
  37. #undef ALT_TARGET_IS
  38. #define ALT_TARGET_IS NONE // NONE, DV = dvorak, BK=Beakl, BKW=Beaklwi.