Skip to content

Commit

Permalink
Prep to add more tapdance; files named "ragequit" too specific
Browse files Browse the repository at this point in the history
  • Loading branch information
plodah committed Nov 8, 2024
1 parent 6f9a56a commit 9b8bc55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ void rage_quit_rst(tap_dance_state_t *state, void *user_data){
unregister_code(KC_ESC);
}
};

tap_dance_action_t tap_dance_actions[] = {
[TD_ESC_RAGEQUIT] = ACTION_TAP_DANCE_FN_ADVANCED(NULL, rage_quit_fin, rage_quit_rst),
};
5 changes: 1 addition & 4 deletions users/plodah/plodah.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@
// TAPDANCE //
//====================//
#if defined(PLODAH_BORING_LAYER) && defined(TAP_DANCE_ENABLE)
#include "functions/ragequit.c"
tap_dance_action_t tap_dance_actions[] = {
[TD_ESC_RAGEQUIT] = ACTION_TAP_DANCE_FN_ADVANCED(NULL, rage_quit_fin, rage_quit_rst)
};
#include "functions/tapdance.c"
#endif

//============================//
Expand Down

0 comments on commit 9b8bc55

Please sign in to comment.