mirror of
https://github.com/qmk/qmk_userspace.git
synced 2026-03-07 08:10:25 -05:00
Change curly bracket keys
This commit is contained in:
parent
8e052d3a82
commit
7024975bc7
3 changed files with 9 additions and 7 deletions
|
|
@ -5,3 +5,5 @@
|
|||
#define USE_SERIAL_PD2
|
||||
|
||||
#define COMBO_COUNT 1
|
||||
|
||||
#define TAPPING_TERM 180
|
||||
|
|
@ -8,8 +8,8 @@ enum {
|
|||
HME,
|
||||
// Numbers and symbols
|
||||
// > keypad like layout on the right side
|
||||
// > uses the number row key codes to easily combine numbers and symbols
|
||||
// > frames the numbers with remaining symbols
|
||||
// > number row key codes to easily combine numbers and symbols
|
||||
// > other symbols
|
||||
NUM,
|
||||
// Cursor movement
|
||||
// > vi style arrow keys
|
||||
|
|
@ -26,8 +26,8 @@ enum {
|
|||
// Misc, keys that don't fit well in other layout
|
||||
// > Caps Lock
|
||||
// > App Menu
|
||||
// > Include the right ctrl key with the intent to use it as the Compose Key
|
||||
// > See https://en.wikipedia.org/wiki/Compose_key),
|
||||
// > Includes the right ctrl key with the intent to use it as the Compose Key
|
||||
// > See https://en.wikipedia.org/wiki/Compose_key
|
||||
MSC
|
||||
};
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
),
|
||||
[NUM] = LAYOUT_split_3x5_3(
|
||||
// --------------------------------------- ---------------------------------------
|
||||
// | | ( | ) | | | | [ { | 7 & | 8 * | 9 | ] } |
|
||||
// | { | ( | ) | } | | | [ { | 7 & | 8 * | 9 | ] } |
|
||||
// |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
|
||||
// | GUI | ALT | CTRL | SFT | - | | = + | 4 $ | 5 % | 6 ^ | ; : |
|
||||
// |-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------|
|
||||
|
|
@ -57,7 +57,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
// -------+-------+-------+-------+-------+------- -------+-------+-------+-------+-------+-------
|
||||
// | ESC | SPC | TAB | | | 0 | |
|
||||
// -------+-------+------- -------+-------+-------
|
||||
XXXXXXX, KC_LPRN, KC_RPRN, XXXXXXX, XXXXXXX, KC_LBRC, KC_7, KC_8, KC_9, KC_RBRC,
|
||||
KC_LCBR, KC_LPRN, KC_RPRN, KC_RCBR, XXXXXXX, KC_LBRC, KC_7, KC_8, KC_9, KC_RBRC,
|
||||
KC_LGUI, KC_LALT, KC_LCTL, KC_LSFT, KC_MINS, KC_EQL, KC_4, KC_5, KC_6, KC_SCLN,
|
||||
XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, KC_UNDS, KC_BSLS, KC_1, KC_2, KC_3, KC_GRV,
|
||||
KC_ESC, KC_SPC, KC_TAB, XXXXXXX, KC_0, XXXXXXX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue