keepass
This commit is contained in:
parent
9890205cfb
commit
65d01ad2a3
1 changed files with 0 additions and 6 deletions
|
@ -85,24 +85,18 @@ bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
|
|||
|
||||
// combos; https://github.com/qmk/qmk_firmware/blob/master/docs/feature_combo.md
|
||||
enum combos {
|
||||
C_KA,
|
||||
C_KK,
|
||||
C_ESC,
|
||||
C_MED,
|
||||
C_SV, // Strg + S
|
||||
C_WE // Windows Explorer
|
||||
};
|
||||
|
||||
const uint16_t PROGMEM ka_combo[] = {KC_R, LSFT_T(KC_T), COMBO_END};
|
||||
const uint16_t PROGMEM kk_combo[] = {LSFT_T(KC_N), KC_I, COMBO_END};
|
||||
const uint16_t PROGMEM esc_combo[] = {LCTL_T(KC_S), LSFT_T(KC_T), COMBO_END};
|
||||
const uint16_t PROGMEM med_combo[] = {LT(3, KC_DEL), MO(3), COMBO_END};
|
||||
const uint16_t PROGMEM sv_combo[] = {LCTL_T(KC_S), LT(0,KC_C), COMBO_END};
|
||||
const uint16_t PROGMEM we_combo[] = {LT(0,KC_W), LCTL_T(KC_E), COMBO_END};
|
||||
|
||||
combo_t key_combos[] = {
|
||||
[C_KA] = COMBO(ka_combo, LCTL(LALT(KC_A))),
|
||||
[C_KK] = COMBO(kk_combo, LCTL(LALT(KC_K))),
|
||||
[C_ESC] = COMBO(esc_combo, KC_ESC),
|
||||
[C_MED] = COMBO(med_combo, MO(4)),
|
||||
[C_SV] = COMBO(sv_combo, LCTL(KC_S)),
|
||||
|
|
Loading…
Reference in a new issue