rules.mk 413 B

123456789101112
  1. CONSOLE_ENABLE = no # Console for debug
  2. COMMAND_ENABLE = no # Commands for debug and configuration
  3. MIDI_ENABLE = no # MIDI controls
  4. AUDIO_ENABLE = no # Audio output on port C6
  5. MOUSEKEY_ENABLE = no
  6. RGBLIGHT_ENABLE = no
  7. RGB_MATRIX_ENABLE = WS2812
  8. OLED_DRIVER_ENABLE = yes
  9. # If you want to change the display of OLED, you need to change here
  10. SRC += logo_reader.c \
  11. layer.c