logo

qmk_firmware

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

rules.mk (370B)


  1. # Change from yes to no to disable features
  2. # Enables Audio control and System control Keycodes
  3. EXTRAKEY_ENABLE = yes
  4. # Enables Mousekeys
  5. MOUSEKEY_ENABLE = yes
  6. # Encoder Support
  7. ENCODER_ENABLE = yes
  8. # Use Enocoder Mapping
  9. ENCODER_MAP_ENABLE = yes
  10. # Enables RGB Lighting Effects
  11. RGB_MATRIX_ENABLE = yes
  12. # Allows use of `qmk console` for debugging
  13. CONSOLE_ENABLE = yes