rules.mk 643 B

1234567891011121314151617
  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 += ./keyboards/crkbd/keymaps/kidbrazil/logo_reader.c \
  11. #./lib/rgb_state_reader.c \
  12. #./lib/logo_reader.c \
  13. #./lib/keylogger.c \
  14. # ./lib/mode_icon_reader.c \
  15. # ./lib/host_led_state_reader.c \
  16. # ./lib/timelogger.c \