diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-17 14:11:59 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-17 14:11:59 +0000 |
commit | f9abecda3f21dfdbf5da29571cf966d1a3184f08 (patch) | |
tree | c62c71ca3cb47edc5434f3e984342e35ad9bb088 /layouts/community/ortho_4x12 | |
parent | 47e98e3a6890670a3401983e4e6342e326e3cbfc (diff) | |
parent | 45845ea07f6289b2e231dcfc3761310274f85ebd (diff) | |
download | qmk_firmware-f9abecda3f21dfdbf5da29571cf966d1a3184f08.tar.gz qmk_firmware-f9abecda3f21dfdbf5da29571cf966d1a3184f08.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts/community/ortho_4x12')
-rw-r--r-- | layouts/community/ortho_4x12/junonum/keymap.c | 2 | ||||
-rw-r--r-- | layouts/community/ortho_4x12/junonum/readme.md | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/layouts/community/ortho_4x12/junonum/keymap.c b/layouts/community/ortho_4x12/junonum/keymap.c index cbfa8bdd21..9ed82640e0 100644 --- a/layouts/community/ortho_4x12/junonum/keymap.c +++ b/layouts/community/ortho_4x12/junonum/keymap.c @@ -90,7 +90,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [_ADJUST] = LAYOUT_ortho_4x12( _______, RESET, DEBUG, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, KC_DEL , - _______, _______, MU_MOD, AU_ON, AU_OFF, AG_NORM, AG_SWAP, QWERTY, COLEMAK, DVORAK, PLOVER, _______, + _______, _______, MU_MOD, AU_ON, AU_OFF, CG_NORM, CG_SWAP, QWERTY, COLEMAK, DVORAK, PLOVER, _______, _______, MUV_DE, MUV_IN, MU_ON, MU_OFF, MI_ON, MI_OFF, TERM_ON, TERM_OFF, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ ), diff --git a/layouts/community/ortho_4x12/junonum/readme.md b/layouts/community/ortho_4x12/junonum/readme.md index a0995e6e4c..39041e69f3 100644 --- a/layouts/community/ortho_4x12/junonum/readme.md +++ b/layouts/community/ortho_4x12/junonum/readme.md @@ -11,6 +11,7 @@ A universal ortholinear 4x12 keymap created by Juno Nguyen * minimalism (not really). * DPAD layer for gaming with inverted T-shaped direction keys. * DPADNUM secondary layer tailored for StarCraft group control and FPS weapon switching. -* New: homerow mods for even less movement +* Homerow mods for even less movement +* Toggle Control and GUI swap instead of default Alt and GUI to better accommodate switching between Windows/Linux and Mac Refined since Oct 2019
\ No newline at end of file |