adjust moonlander settings

Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2020-11-24 11:13:48 -05:00
parent 12caa9ab6c
commit c9faf2741c
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#define ORYX_CONFIGURATOR
#define FIRMWARE_VERSION u8"xbJXx/Gw3K3"
#define RGB_MATRIX_STARTUP_SPD 60
#define LEADER_TIMEOUT 250
#define LEADER_TIMEOUT 350
#define LEADER_PER_KEY_TIMING
#define COMBO_COUNT 1
#define COMBO_TERM 50

View File

@ -87,7 +87,7 @@ void matrix_scan_user(void) {
SEQ_TWO_KEYS(KC_G, KC_O) { SEND_STRING("git checkout"); }
SEQ_THREE_KEYS(KC_G, KC_O, KC_B) { SEND_STRING("git checkout -b "); }
SEQ_TWO_KEYS(KC_G, KC_S) { SEND_STRING("git status"); }
SEQ_TWO_KEYS(KC_G, KC_C) { SEND_STRING("git commit -m ''" SS_TAP(X_LEFT)); }
SEQ_TWO_KEYS(KC_G, KC_C) { SEND_STRING("git commit -sm ''" SS_TAP(X_LEFT)); }
SEQ_THREE_KEYS(KC_G, KC_C, KC_A) { SEND_STRING("git commit --amend -m ''" SS_TAP(X_LEFT)); }
// emacs