Skip to content

Commit

Permalink
refactor(keymap): making possible to add keyboard with more keys
Browse files Browse the repository at this point in the history
Lot of inspiration comes from other existing config.
  • Loading branch information
dhruvinsh committed Nov 15, 2024
1 parent 25f992a commit f45e80a
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 59 deletions.
5 changes: 4 additions & 1 deletion config/calypso.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
│ LM4 LM3 LM2 LM1 LM0 │ RM0 RM1 RM2 RM3 RM4 │
│ LB4 LB3 LB2 LB1 LB0 │ RB0 RB1 RB2 RB3 RB4 │
╰───────╮ LH2 LH1 LH0 │ RH0 RH1 RH2 ╭───────╯
╰─────────────┴─────────────╯
╰─────────────┴─────────────╯
*/

// &nice_view_spi {
Expand Down Expand Up @@ -74,4 +74,7 @@
#define RH1 34
#define RH2 35

#define X_LH &none
#define X_RH &none

#include "include/base.dtsi"
Loading

0 comments on commit f45e80a

Please sign in to comment.