logo

qmk_firmware

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

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. # If you want to change the display of OLED, you need to change here
  14. SRC += ./lib/rgb_state_reader.c \
  15. ./lib/layer_state_reader.c \
  16. ./lib/logo_reader.c \
  17. ./lib/keylogger.c \
  18. # ./lib/mode_icon_reader.c \
  19. # ./lib/host_led_state_reader.c \
  20. # ./lib/timelogger.c \