tweaks to number layer, combos to make date entry in org-mode/elsewhere far easier (use - for date separator
This commit is contained in:
parent
766f0a6665
commit
5ac8c67cd0
6
qmk/users/ardux/layout/remixes/combos/symbols.def
Normal file
6
qmk/users/ardux/layout/remixes/combos/symbols.def
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Copyright (c) 2021 Mike "KemoNine" Crosson
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// NAME RESULT TRIGGER
|
||||
COMB(combo_period, KC_DOT, KC_1, KC_5)
|
||||
COMB(combo_comma, KC_COMM, KC_1, KC_6)
|
|
@ -8,3 +8,14 @@ KC_NO, KC_VOLU, KC_WWW_HOME, KC_WWW_BACK, \
|
|||
STD_BETWEEN_ROW_ONE_TWO_NONES \
|
||||
KC_TRNS, KC_VOLD, KC_WWW_SEARCH, KC_MUTE \
|
||||
STD_TRAILING_NONES
|
||||
|
||||
#define ARDUX_BIG_LAYER_NUM_LEFT \
|
||||
BIG_LEADING_NONES \
|
||||
KNUM_T4, KNUM_T3, KNUM_T2, KNUM_T1, KC_MINUS, \
|
||||
BIG_BETWEEN_ROW_ONE_TWO_NONES \
|
||||
KNUM_B4, KNUM_B3, KNUM_B2, KNUM_B1, KC_NO, \
|
||||
BIG_BETWEEN_ROW_TWO_THREE_NONES \
|
||||
KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, \
|
||||
BIG_BETWEEN_ROW_THREE_THUMBS_NONES \
|
||||
ARDUX_BIG_LAYER_NUM_LEFT_THUMBS \
|
||||
BIG_TRAILING_NONES
|
Loading…
Reference in a new issue