Updating wrappers
- Changed wrapper to 3x5_3 layout so I can customize a key for each layer versus specifing one key for all layers - Tried to be thoughtful on what I need
This commit is contained in:
parent
1f37e8281c
commit
72d86e4c52
7 changed files with 43 additions and 38 deletions
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
#define LAYOUT_crkbd_wrapper(...) LAYOUT_split_3x6_3(__VA_ARGS__)
|
||||
|
||||
#define LAYOUT_3x5_keymap( \
|
||||
#define LAYOUT_3x5_3_keymap( \
|
||||
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, \
|
||||
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, \
|
||||
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, \
|
||||
k33, k34, k35, k36 \
|
||||
k32, k33, k34, k35, k36, k37 \
|
||||
) \
|
||||
LAYOUT_crkbd_wrapper ( \
|
||||
KC_NO, k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, KC_NO, \
|
||||
|
|
@ -15,7 +15,7 @@ LAYOUT_crkbd_wrapper ( \
|
|||
TR_BTN1, k33, k34, k35, k36, TR_BTN4 \
|
||||
)
|
||||
|
||||
#define CRKBD(...) LAYOUT_3x5_keymap(__VA_ARGS__)
|
||||
#define CRKBD(...) LAYOUT_3x5_3_keymap(__VA_ARGS__)
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue