|
|
@ -46,6 +46,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
#ifdef ADB_MOUSE_ENABLE
|
|
|
|
#ifdef ADB_MOUSE_ENABLE
|
|
|
|
# include "adb.h"
|
|
|
|
# include "adb.h"
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef RGBLIGHT_ENABLE
|
|
|
|
|
|
|
|
# include "rgblight.h"
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef MATRIX_HAS_GHOST
|
|
|
|
#ifdef MATRIX_HAS_GHOST
|
|
|
|
static bool is_row_ghosting(uint8_t row){
|
|
|
|
static bool is_row_ghosting(uint8_t row){
|
|
|
@ -89,6 +92,9 @@ void keyboard_init(void) {
|
|
|
|
#ifdef BACKLIGHT_ENABLE
|
|
|
|
#ifdef BACKLIGHT_ENABLE
|
|
|
|
backlight_init();
|
|
|
|
backlight_init();
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef RGBLIGHT_ENABLE
|
|
|
|
|
|
|
|
rgblight_init();
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#if defined(NKRO_ENABLE) && defined(FORCE_NKRO)
|
|
|
|
#if defined(NKRO_ENABLE) && defined(FORCE_NKRO)
|
|
|
|
keyboard_nkro = true;
|
|
|
|
keyboard_nkro = true;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|