rules.mk 772 B

1234567891011121314151617181920212223
  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  5. MOUSEKEY_ENABLE = no # Mouse keys
  6. EXTRAKEY_ENABLE = yes # Audio control and System control
  7. CONSOLE_ENABLE = no # Console for debug
  8. COMMAND_ENABLE = no # Commands for debug and configuration
  9. NKRO_ENABLE = no # Enable N-Key Rollover
  10. AUDIO_ENABLE = no # Audio output
  11. RGB_MATRIX_ENABLE = yes
  12. RGB_MATRIX_DRIVER = WS2812
  13. WS2812_DRIVER = bitbang
  14. ENCODER_ENABLE = yes
  15. OLED_ENABLE = yes
  16. OLED_DRIVER = SSD1306
  17. # RGB layout selection
  18. RGB_ENCODERS = yes # For RGB encoders, solder on both WS2811 chips
  19. STAGGERED_LAYOUT = no # If you soldered R1-A12 and R4-A12, enable this.
  20. # Default to revision 1
  21. DEFAULT_FOLDER = rgbkb/pan/rev1