diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-19 16:12:49 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-19 16:12:49 +0000 |
commit | b7a3ddb6d129caaf3a05cc8e49ecbe78cf00538e (patch) | |
tree | af37edca096e9633ca2096ee3becaa906abbffeb /layouts/community | |
parent | db316716c1a9a055b9c24b889eaa61c97dc33425 (diff) | |
parent | 072459871ba45c90cf6e9a66bc975f63eb41e413 (diff) | |
download | qmk_firmware-b7a3ddb6d129caaf3a05cc8e49ecbe78cf00538e.tar.gz qmk_firmware-b7a3ddb6d129caaf3a05cc8e49ecbe78cf00538e.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts/community')
-rw-r--r-- | layouts/community/ortho_4x12/junonum/config.h | 5 | ||||
-rw-r--r-- | layouts/community/ortho_4x12/junonum/keymap.c | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/layouts/community/ortho_4x12/junonum/config.h b/layouts/community/ortho_4x12/junonum/config.h index 4b4d010a6..c16d74892 100644 --- a/layouts/community/ortho_4x12/junonum/config.h +++ b/layouts/community/ortho_4x12/junonum/config.h | |||
@@ -34,4 +34,7 @@ | |||
34 | #define ENCODER_RESOLUTION 4 | 34 | #define ENCODER_RESOLUTION 4 |
35 | 35 | ||
36 | // Reduce power consumption for iOS compatibility | 36 | // Reduce power consumption for iOS compatibility |
37 | #define USB_MAX_POWER_CONSUMPTION 100 \ No newline at end of file | 37 | #define USB_MAX_POWER_CONSUMPTION 100 |
38 | |||
39 | // Short tap threshold | ||
40 | #define TAPPING_TERM 250 | ||
diff --git a/layouts/community/ortho_4x12/junonum/keymap.c b/layouts/community/ortho_4x12/junonum/keymap.c index d4c840f17..0b0bdc36b 100644 --- a/layouts/community/ortho_4x12/junonum/keymap.c +++ b/layouts/community/ortho_4x12/junonum/keymap.c | |||
@@ -67,7 +67,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
67 | [_RAISE] = LAYOUT_ortho_4x12( | 67 | [_RAISE] = LAYOUT_ortho_4x12( |
68 | KC_GRV, _______, _______, KC_LBRC, KC_RBRC, _______, _______, KC_7, KC_8, KC_9, KC_0, _______, | 68 | KC_GRV, _______, _______, KC_LBRC, KC_RBRC, _______, _______, KC_7, KC_8, KC_9, KC_0, _______, |
69 | _______, _______, _______, KC_LCBR, KC_RCBR, _______, _______, KC_4, KC_5, KC_6, KC_MINUS, KC_BSLS, | 69 | _______, _______, _______, KC_LCBR, KC_RCBR, _______, _______, KC_4, KC_5, KC_6, KC_MINUS, KC_BSLS, |
70 | _______, _______, _______, _______, _______, _______, _______, KC_1, KC_2, KC_3, KC_EQUAL, _______, | 70 | _______, _______, _______, _______, _______, _______, _______, KC_1, KC_2, KC_3, KC_EQUAL, KC_ENT, |
71 | _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_VOLD, KC_VOLU, KC_MPLY | 71 | _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_VOLD, KC_VOLU, KC_MPLY |
72 | ), | 72 | ), |
73 | 73 | ||
@@ -86,8 +86,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
86 | ), | 86 | ), |
87 | 87 | ||
88 | [_FN1] = LAYOUT_ortho_4x12( | 88 | [_FN1] = LAYOUT_ortho_4x12( |
89 | KC_MENU, DP_ON, KC_PGDN, KC_UP, KC_PGUP, KC_INS, _______, KC_PGUP, KC_UP, KC_PGDN, KC_PSCR, _______, | 89 | KC_APP, DP_ON, KC_PGDN, KC_UP, KC_PGUP, KC_INS, KC_CAPS, KC_PGUP, KC_UP, KC_PGDN, KC_PSCR, _______, |
90 | KC_CAPS, _______, KC_LEFT, KC_DOWN, KC_RGHT, KC_HOME, KC_HOME, KC_LEFT, KC_DOWN, KC_RGHT, _______, KC_DEL , | 90 | _______, _______, KC_LEFT, KC_DOWN, KC_RGHT, KC_HOME, KC_HOME, KC_LEFT, KC_DOWN, KC_RGHT, _______, KC_DEL , |
91 | _______, _______, _______, _______, _______, KC_END, KC_END, _______, KC_VOLD, KC_VOLU, KC_MUTE, _______, | 91 | _______, _______, _______, _______, _______, KC_END, KC_END, _______, KC_VOLD, KC_VOLU, KC_MUTE, _______, |
92 | _______, _______, _______, _______, _______, _______, _______, _______, DP_ON, _______, _______, _______ | 92 | _______, _______, _______, _______, _______, _______, _______, _______, DP_ON, _______, _______, _______ |
93 | ), | 93 | ), |