qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

rules.mk (956B)


      1 LTO_ENABLE = yes            # Link Time Optimization enabled
      2 BOOTMAGIC_ENABLE = no       # Enable Bootmagic Lite
      3 MOUSEKEY_ENABLE = no        # Mouse keys
      4 EXTRAKEY_ENABLE = no        # Audio control and System control
      5 CONSOLE_ENABLE = no         # Console for debug
      6 COMMAND_ENABLE = no         # Commands for debug and configuration
      7 NKRO_ENABLE = no            # N-Key Rollover
      8 BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
      9 AUDIO_ENABLE = no           # Audio output
     10 RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
     11 SWAP_HANDS_ENABLE = no      # Enable one-hand typing
     12 OLED_ENABLE = yes           # OLED display
     13 
     14 # If you want to change the display of OLED, you need to change here
     15 SRC +=  ./lib/rgb_state_reader.c \
     16         ./lib/layer_state_reader.c \
     17         ./lib/logo_reader.c \
     18         ./lib/keylogger.c \
     19         # ./lib/mode_icon_reader.c \
     20         # ./lib/host_led_state_reader.c \
     21         # ./lib/timelogger.c \