Skip to content

Commit

Permalink
compose as rctl, pg nav, tapping term
Browse files Browse the repository at this point in the history
  • Loading branch information
macovsky committed Feb 18, 2023
1 parent bf3ff0a commit a65d983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions keyboards/kinesis/keymaps/macovsky/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

// https://beta.docs.qmk.fm/using-qmk/software-features/tap_hold#ignore-mod-tap-interrupt
#define IGNORE_MOD_TAP_INTERRUPT
// #define PERMISSIVE_HOLD
#define TAPPING_TERM 300
#define TAPPING_TERM 220

// https://beta.docs.qmk.fm/using-qmk/software-features/one_shot_keys
// #define ONESHOT_TAP_TOGGLE 2 /* Tapping this number of times holds the key until tapped once again. */
Expand Down
6 changes: 3 additions & 3 deletions keyboards/kinesis/keymaps/macovsky/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ enum custom_keycodes {
#define PROG 0
#define NAVI 1

/* #define RALT_BSPC RALT_T(KC_BSPC) */
#define NAVI_ESC LT(NAVI, KC_ESC)
/* #define NAVI_ENT LT(NAVI, KC_ENT) */
#define COMPOSE KC_RALT
#define COMPOSE KC_RCTL

/* switch locale */
#define CTL_EN LCTL_T(KC_CAPS)
Expand Down Expand Up @@ -74,7 +74,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, _______, _______, _______, _______,
KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, _______, _______,
_______, KC_PGDN, KC_PGUP, _______, _______, _______,
_______, _______, _______, _______,
KC_PGDN, KC_PGUP, _______, _______,
_______, _______,
_______,
EMACS, TERM, BROWSER
Expand Down

0 comments on commit a65d983

Please sign in to comment.