logo

qmk_firmware

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

config.h (659B)


  1. #pragma once
  2. /* enable/disable LEDs based on layout */
  3. // switch between split backspace (1) or normal backspace(0)
  4. #undef RGB_BACKLIGHT_USE_SPLIT_BACKSPACE
  5. #define RGB_BACKLIGHT_USE_SPLIT_BACKSPACE 0
  6. // switch between Tsangan (1) or Arrows Bottom Row (0)
  7. #undef RGB_BACKLIGHT_USE_7U_SPACEBAR
  8. #define RGB_BACKLIGHT_USE_7U_SPACEBAR 0
  9. // switch between standard split rshift (0) or arrows r shift (1)
  10. // .------------------. .-------------------.
  11. // | ? | Shift | Fn | vs | Shift | Up | Fn |
  12. // `------------------' `-------------------'
  13. #undef RGB_BACKLIGHT_USE_SPLIT_RIGHT_SHIFT
  14. #define RGB_BACKLIGHT_USE_SPLIT_RIGHT_SHIFT 0