diff options
Diffstat (limited to 'keyboards/hs60/v2/keymaps/stanrc85/keymap.c')
| -rw-r--r-- | keyboards/hs60/v2/keymaps/stanrc85/keymap.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/keyboards/hs60/v2/keymaps/stanrc85/keymap.c b/keyboards/hs60/v2/keymaps/stanrc85/keymap.c index add060903..8d8d895f6 100644 --- a/keyboards/hs60/v2/keymaps/stanrc85/keymap.c +++ b/keyboards/hs60/v2/keymaps/stanrc85/keymap.c | |||
| @@ -14,21 +14,7 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include QMK_KEYBOARD_H | 16 | #include QMK_KEYBOARD_H |
| 17 | 17 | #include "stanrc85.h" | |
| 18 | #define DEFAULT 0 //Custom ANSI | ||
| 19 | #define LAYER1 1 //Default ANSI (enable with Fn2+D) | ||
| 20 | #define LAYER2 2 //Function keys, arrows, custom shortcuts, volume control | ||
| 21 | #define LAYER3 3 //RGB Underglow controls and RESET | ||
| 22 | |||
| 23 | //Aliases for longer keycodes | ||
| 24 | #define KC_CAD LALT(LCTL(KC_DEL)) | ||
| 25 | #define KC_LOCK LGUI(KC_L) | ||
| 26 | #define CA_QUOT LCA(KC_QUOT) | ||
| 27 | #define CA_SCLN LCA(KC_SCLN) | ||
| 28 | #define KC_CTLE LCTL_T(KC_ESC) | ||
| 29 | #define LT_SPCF LT(2, KC_SPC) | ||
| 30 | #define TD_TESC TD(TD_ESC) | ||
| 31 | #define TD_TWIN TD(TD_WIN) | ||
| 32 | 18 | ||
| 33 | //Tap Dance Declarations | 19 | //Tap Dance Declarations |
| 34 | enum { | 20 | enum { |
