logo

qmk_firmware

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

post_config.h (201B)


  1. #pragma once
  2. #if defined(SPLIT_KEYBOARD) /* if use split_common */
  3. # if defined(RGBLIGHT_ENABLE) && !defined(RGBLIGHT_SPLIT)
  4. # define RGBLIGHT_SPLIT /* helix hardware need this */
  5. # endif
  6. #endif