logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

rules.mk (875B)


  1. # If you are using a custom AVR Pro Micro-compatible dev board (Elite-C, Sea-Micro, etc)
  2. # you may need to uncomment and modify this BOOTLOADER setting to use the correct
  3. # bootloader. (e.g. Elite-Cs use "atmel-dfu", not "caterina".)
  4. #
  5. # See the QMK docs for more information:
  6. # https://docs.qmk.fm/#/flashing
  7. # https://docs.qmk.fm/#/driver_installation_zadig?id=list-of-known-bootloaders
  8. # BOOTLOADER = caterina
  9. # Conversion to some non-AVR Pro Micro-compatible dev boards can be performed automatically.
  10. # Uncomment and modify this CONVERT_TO setting for your dev board.
  11. #
  12. # See the QMK docs for more information:
  13. # https://docs.qmk.fm/#/feature_converters
  14. # CONVERT_TO=promicro_rp2040
  15. # If you are not using an encoder, set these options to no.
  16. ENCODER_ENABLE = yes
  17. ENCODER_MAP_ENABLE = yes
  18. # If you did not add RGB LEDs, set this option to no.
  19. RGBLIGHT_ENABLE = yes