1
0
Fork 0

Stanrc85 layout update/cleanup (#5029)

* Remove unused options

* COMMAND disabled since it is unused

* COMMAND shortcut removed

* Fix some spacing for better readability.
This commit is contained in:
stanrc85 2019-02-01 21:49:37 -05:00 committed by MechMerlin
parent fd9967dd8e
commit 34a11d7bac
3 changed files with 23 additions and 25 deletions

View file

@ -2,5 +2,3 @@
#define TAPPING_TERM 200
#define RETRO_TAPPING
//#define IGNORE_MOD_TAP_INTERRUPT

View file

@ -15,10 +15,9 @@
*/
#include QMK_KEYBOARD_H
#define MODS_CTRL_MASK (MOD_BIT(KC_LSHIFT)|MOD_BIT(KC_RSHIFT))
#define DEFAULT 0 //Custom ANSI
#define LAYER1 1 //Default ANSI (enable with Fn2+D)
#define LAYER2 2 //F keys, arrows, custom shortcuts, volume control
#define LAYER2 2 //Function keys, arrows, custom shortcuts, volume control
#define LAYER3 3 //Backlight controls and RESET
#define KC_CAD LALT(LCTL(KC_DEL))
@ -55,7 +54,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, LCA(KC_QUOT), KC_VOLU, LCA(KC_SCLN), _______, _______, KC_HOME, KC_UP, KC_END, _______, _______, _______, RESET,
KC_CAPS, _______, KC_MUTE, KC_VOLD, KC_MPLY, _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______),
_______, _______, _______, _______, _______, _______, _______, _______)
[3] = LAYOUT_60_ansi(
RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,

View file

@ -1 +1,2 @@
TAP_DANCE_ENABLE = yes
COMMAND_ENABLE = no