diff options
author | stanrc85 <47038504+stanrc85@users.noreply.github.com> | 2019-02-28 15:02:22 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-28 12:02:22 -0800 |
commit | 32b63d676fbfd3a71764459cd89c428ccbde7ddd (patch) | |
tree | 0cb082ab96b990bf732d1ba536ad24610301f390 /keyboards/hs60/v2/keymaps/stanrc85/keymap.c | |
parent | a872faa53e1b9b9651d3f6ffe6d671e0e211309c (diff) |
[Keymap] Cleaning up my config and userspace files (#5265)
* Removed since options are in userspace
* Removed RGB option that was breaking one of my builds
* Remove unused options
* Removed options present in userspace, add board specific options here
* Removed code also present in userspace
* Turns out those lines were needed, added them back
* Testing changes
* Added code to ensure board read as ANSI instead of default ISO for HS60
* Setting \ key to "MOD" instead of "ALPHA" for lighting
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 add0609034..8d8d895f65 100644 --- a/keyboards/hs60/v2/keymaps/stanrc85/keymap.c +++ b/keyboards/hs60/v2/keymaps/stanrc85/keymap.c @@ -14,21 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include QMK_KEYBOARD_H - -#define DEFAULT 0 //Custom ANSI -#define LAYER1 1 //Default ANSI (enable with Fn2+D) -#define LAYER2 2 //Function keys, arrows, custom shortcuts, volume control -#define LAYER3 3 //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(2, KC_SPC) -#define TD_TESC TD(TD_ESC) -#define TD_TWIN TD(TD_WIN) +#include "stanrc85.h" //Tap Dance Declarations enum { |