Basically reverting back to an old keymap

- removed most combos and all key overrides
- implemented custom override for haptic and audio config
- went back to older keymap (e.g. backspace and del on most layers)
- reintroduced dedicated mouse button on thumb cluster
- mouse button 2 is now a combo
This commit is contained in:
Victor 2024-07-02 00:35:32 -05:00
parent db534a12b8
commit bd72a9b350
No known key found for this signature in database
GPG key ID: 645A98F35E754E79
14 changed files with 141 additions and 201 deletions

View file

@ -24,10 +24,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
k32, k33, k34, k35, k36, k37 \
) \
LAYOUT_crkbd_wrapper ( \
KC_NO, k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, KC_NO, \
KC_NO, k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, KC_NO, \
KC_NO, k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, KC_NO, \
KC_BTN1, k33, k34, k35, k36, KC_BTN4 \
KC_NO, k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, KC_NO, \
KC_NO, k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, KC_NO, \
KC_NO, k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, KC_NO, \
k32, k33, k34, k35, k36, k37 \
)
#define CRKBD(...) LAYOUT_3x5_3_keymap(__VA_ARGS__)