X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Fquantum.h;h=c7fce9a0f6099d09c8611999cec22a0b4ed98fdf;hb=908966bdf36605301d27cdcae82c3201c156a43f;hp=e1e20a7606ceef3012405b46d3660f323686641c;hpb=d15bb05c935e378f2e1e912a46c3114697dd00e4;p=qmk_firmware.git diff --git a/quantum/quantum.h b/quantum/quantum.h index e1e20a760..c7fce9a0f 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -44,10 +44,6 @@ #endif #endif -#ifdef SPLIT_KEYBOARD - #include "split_flags.h" -#endif - #ifdef RGB_MATRIX_ENABLE #include "rgb_matrix.h" #endif @@ -232,6 +228,8 @@ void matrix_init_kb(void); void matrix_scan_kb(void); void matrix_init_user(void); void matrix_scan_user(void); +uint16_t get_record_keycode(keyrecord_t *record); +uint16_t get_event_keycode(keyevent_t event); bool process_action_kb(keyrecord_t *record); bool process_record_kb(uint16_t keycode, keyrecord_t *record); bool process_record_user(uint16_t keycode, keyrecord_t *record);