aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-01-16 18:40:24 -0800
committerZach White <skullydazed@drpepper.org>2021-01-30 13:11:33 -0800
commite5ecdd524272b34d5ba260423a2850ed7b4788e1 (patch)
treef77b3aea600990a46e5a63cf5cb37c8487217ccf /layouts
parent0171e67494214ab0414a7c14917097388b813b92 (diff)
downloadqmk_firmware-e5ecdd524272b34d5ba260423a2850ed7b4788e1.tar.gz
qmk_firmware-e5ecdd524272b34d5ba260423a2850ed7b4788e1.zip
bring the bocaj keymap inline with LAYOUT_ortho_4x12
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ortho_4x12/bocaj/keymap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/community/ortho_4x12/bocaj/keymap.c b/layouts/community/ortho_4x12/bocaj/keymap.c
index 0ac22b4cc..89d4d1d9a 100644
--- a/layouts/community/ortho_4x12/bocaj/keymap.c
+++ b/layouts/community/ortho_4x12/bocaj/keymap.c
@@ -87,21 +87,21 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
87 ___________________LOWER_L1_EXT____________________, ___________________LOWER_R1_EXT____________________, 87 ___________________LOWER_L1_EXT____________________, ___________________LOWER_R1_EXT____________________,
88 ___________________LOWER_L2_EXT____________________, ___________________LOWER_R2_EXT____________________, 88 ___________________LOWER_L2_EXT____________________, ___________________LOWER_R2_EXT____________________,
89 ___________________LOWER_L3_EXT____________________, ___________________LOWER_R3_EXT____________________, 89 ___________________LOWER_L3_EXT____________________, ___________________LOWER_R3_EXT____________________,
90 _______, _______, _______, _______, _______, _______, KC_0, KC_DOT, KC_COMM, _______, _______ 90 _______, _______, _______, _______, _______, _______, _______, KC_0, KC_DOT, KC_COMM, _______, _______
91 ), 91 ),
92 92
93 [_RAISE] = LAYOUT_ortho_4x12_bocaj( 93 [_RAISE] = LAYOUT_ortho_4x12_bocaj(
94 KC_TILD, _________________RAISE_L1__________________, _________________RAISE_R1__________________, KC_EQUAL, 94 KC_TILD, _________________RAISE_L1__________________, _________________RAISE_R1__________________, KC_EQUAL,
95 KC_F11, _________________RAISE_L2__________________, _________________RAISE_R2__________________, KC_F12, 95 KC_F11, _________________RAISE_L2__________________, _________________RAISE_R2__________________, KC_F12,
96 _______, _________________RAISE_L3__________________, _________________RAISE_R3__________________, _______, 96 _______, _________________RAISE_L3__________________, _________________RAISE_R3__________________, _______,
97 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ 97 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
98 ), 98 ),
99 99
100 [_ADJUST] = WRAPPER_ortho_4x12( 100 [_ADJUST] = WRAPPER_ortho_4x12(
101 KC_MAKE, _________________ADJUST_L1_________________, _________________ADJUST_R1_________________, KC_RST, 101 KC_MAKE, _________________ADJUST_L1_________________, _________________ADJUST_R1_________________, KC_RST,
102 VRSN, _________________ADJUST_L2_________________, _________________ADJUST_R2_________________, EEP_RST, 102 VRSN, _________________ADJUST_L2_________________, _________________ADJUST_R2_________________, EEP_RST,
103 TH_LVL, _________________ADJUST_L3_________________, _________________ADJUST_R3_________________, RGB_IDL, 103 TH_LVL, _________________ADJUST_L3_________________, _________________ADJUST_R3_________________, RGB_IDL,
104 HPT_TOG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ 104 HPT_TOG, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
105 ) 105 )
106 106
107}; 107};