Skip to content

Commit

Permalink
Merge pull request qmk#21 from Retsel2112/numb_fix
Browse files Browse the repository at this point in the history
Moving rightside NUM modifier chord from RR|RB to RB|RG to match diag…
  • Loading branch information
germ authored Sep 7, 2020
2 parents cd9a9e1 + 82fb22d commit e6f25a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/butterstick/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define MOVE (LSU | LFT | LP | LH)
#define SYMB (RD | RZ)
#define NUMA (LW | LR)
#define NUMB (RR | RB)
#define NUMB (RB | RG)

// QMK Layer Numbers
#define BASE 0
Expand Down

0 comments on commit e6f25a1

Please sign in to comment.