From 1ed03f498fa204178c2696c510ac6a2cd8524e2d Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 26 Nov 2023 18:36:45 +0000 Subject: Remove userspace keymaps (#22544) --- users/stanrc85/stanrc85.h | 55 ----------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 users/stanrc85/stanrc85.h (limited to 'users/stanrc85/stanrc85.h') diff --git a/users/stanrc85/stanrc85.h b/users/stanrc85/stanrc85.h deleted file mode 100644 index a6550ca72c..0000000000 --- a/users/stanrc85/stanrc85.h +++ /dev/null @@ -1,55 +0,0 @@ -#pragma once - -#include "quantum.h" -#include "version.h" - -enum my_layers { - _NUMPAD = 0, //Macropad numpad - _NAVKEY, //Macropad nav keys - _MEDIA, //Macropad media controls - _RGB, //Macropad RGB controls - _FN1PAD, //Macropad reset and make commands - _QWERTY = 0, //Qwerty with custom shortcuts and functions - _DEFAULT, //Default ANSI for gaming, enable with FN2+RCtl - _FN1_60, //Function keys, arrows, custom shortcuts, volume control - _FN2_60 //RGB Underglow controls and RESET -}; - -//Aliases for longer keycodes -#define KC_CAD LALT(LCTL(KC_DEL)) -#define KC_LOCK LGUI(KC_L) -#define CA_QUOT LCA(KC_QUOT) -#define CA_SCLN LCA(KC_SCLN) -#define KC_CTLE LCTL_T(KC_ESC) -#define LT_SPCF LT(_FN1_60, KC_SPC) -#define LT_BPCF LT(_FN1_60, KC_BSPC) -#define TD_TESC TD(TD_ESC) -#define TD_TWIN TD(TD_WIN) -#define TD_TCTL TD(TD_RCTL) -#define CA_COPY LCTL(KC_C) -#define CA_PSTE LCTL(KC_V) - -enum cust_keys { - KC_MAKE = SAFE_RANGE, - KC_RDP -}; - -enum tap_dance { - TD_WIN, - TD_ESC, - TD_RCTL -}; - -// define a type containing as many tapdance states as you need -typedef enum { - SINGLE_TAP, - SINGLE_HOLD, - DOUBLE_TAP -} td_state_t; - -// function to determine the current tapdance state -int cur_dance (tap_dance_state_t *state); - -// `finished` and `reset` functions for each tapdance keycode -void ctl_copy_finished (tap_dance_state_t *state, void *user_data); -void ctl_copy_reset (tap_dance_state_t *state, void *user_data); -- cgit v1.2.3