You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
577 B

  1. OLED_ENABLE = yes
  2. ENCODER_ENABLE = yes # ENables the use of one or more encoders
  3. RGBLIGHT_ENABLE = no # Disable keyboard RGB underglow
  4. # LTO: Link Time Optimizations.
  5. # Reduce compiled size, but will automatically disable the legacy TMK Macros and Functions features.
  6. # This does not affect QMK Macros and Layers
  7. LTO_ENABLE = yes
  8. #ENABLE RGB MATRIX WITH DRIVER WS2812
  9. RGB_MATRIX_ENABLE = yes
  10. RGB_MATRIX_DRIVER = ws2812
  11. #DEFINE SPLIT KEYBOARD AND SPLIT TRANSPORT MIRROR
  12. SPLIT_KEYBOARD = yes
  13. #DEACTIVATED FOR MEMORY SAVING
  14. MOUSEKEY_ENABLE = no
  15. CONSOLE_ENABLE = no