Skip to content

Commit

Permalink
feat(config): update key mappings in base.dtsi
Browse files Browse the repository at this point in the history
- Add BSPCMO alias for &bspc_morph
- Replace &kp BSPC with BSPCMO in key mapping
- Replace &kp N0 with &dot_morph in key mapping
  • Loading branch information
dhruvinsh committed Nov 20, 2024
1 parent 76d8b9a commit 5507eee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/include/base.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#define STUDIO &studio_unlock
#define NAV_ESC &escape_morph
#define NUM_SPC &space_morph
#define BSPCMO &bspc_morph
// layer aliases
#define SYM_ENT &lt SYM ENTER

Expand All @@ -68,7 +69,7 @@
//├──────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────┤
X_LB &kp Z &kp X &kp C &kp D &kp V X_MB &kp K &kp H &comma_morph &dot_morph &kp FSLH X_RB
//├──────┤ ╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯ ├──────┤
X_LH NAV_ESC NUM_SPC X_MH SYM_ENT &kp BSPC X_RH
X_LH NAV_ESC NUM_SPC X_MH SYM_ENT BSPCMO X_RH
//╰──────╯ ╰──────────┴──────────╯ ╰──────╯ ╰──────────┴──────────╯ ╰──────╯
>;
};
Expand All @@ -94,7 +95,7 @@
//╭──────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────╮ ╭──────────┬──────────┬──────────┬──────────┬──────────╮ ╭──────╮
X_LT ___ ___ ___ ___ ___ X_MT &kp PLUS &kp N7 &kp N8 &kp N9 &kp EQUAL X_RT
//├──────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────┤
X_LM ___ ___ ___ ___ ___ X_MM &kp N0 &kp N4 &kp N5 &kp N6 &kp SEMI X_RM
X_LM ___ ___ ___ ___ ___ X_MM &dot_morph &kp N4 &kp N5 &kp N6 &kp SEMI X_RM
//├──────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────┤
X_LB ___ ___ ___ ___ ___ X_MB &kp MINUS &kp N1 &kp N2 &kp N3 ___ X_RB
//├──────┤ ╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯ ├──────┤
Expand Down

0 comments on commit 5507eee

Please sign in to comment.