rules.mk 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Copyright 2021 Erovia
  2. #
  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. #
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. # GNU General Public License for more details.
  12. #
  13. # You should have received a copy of the GNU General Public License
  14. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. # MCU name
  16. MCU = atmega32a
  17. # Processor frequency
  18. F_CPU = 16000000
  19. # Bootloader selection
  20. BOOTLOADER = usbasploader
  21. # Build Options
  22. # change yes to no to disable
  23. #
  24. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  25. MOUSEKEY_ENABLE = yes # Mouse keys
  26. EXTRAKEY_ENABLE = yes # Audio control and System control
  27. CONSOLE_ENABLE = no # Console for debug
  28. COMMAND_ENABLE = no # Commands for debug and configuration
  29. NKRO_ENABLE = no # Enable N-Key Rollover
  30. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  31. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  32. AUDIO_ENABLE = no # Audio output
  33. ENCODER_ENABLE = yes
  34. DIP_SWITCH_ENABLE = yes
  35. LAYOUTS = ortho_4x12 planck_mit