]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/action.h
Adds IS31FL3731 RGB Matrix Implementation (#2910)
[qmk_firmware.git] / tmk_core / common / action.h
index b9bdfe642c5a006b030b28e1c18876089f1e3a60..acc55c7d3881b73e01ae3dc03b2a834be98e8d59 100644 (file)
@@ -67,7 +67,7 @@ extern bool disable_action_cache;
 #endif
 
 /* Code for handling one-handed key modifiers. */
-#ifdef ONEHAND_ENABLE
+#ifdef SWAP_HANDS_ENABLE
 extern bool swap_hands;
 extern const keypos_t hand_swap_config[MATRIX_ROWS][MATRIX_COLS];
 #if (MATRIX_COLS <= 8)
@@ -96,6 +96,10 @@ void clear_keyboard_but_mods(void);
 void layer_switch(uint8_t new_layer);
 bool is_tap_key(keypos_t key);
 
+#ifndef NO_ACTION_TAPPING
+void process_record_tap_hint(keyrecord_t *record);
+#endif
+
 /* debug */
 void debug_event(keyevent_t event);
 void debug_record(keyrecord_t record);