Updates to CUB's layout - improvements on Layer8
This commit is contained in:
parent
1ed80a9a67
commit
76c7ebebd7
2 changed files with 4 additions and 4 deletions
|
|
@ -56,7 +56,7 @@ Project located at <https://github.com/benblazak/ergodox-firmware>
|
|||
* And so, there is no sense to have DEBOUNCE higher than 2.
|
||||
*/
|
||||
#define DEBOUNCE 2
|
||||
#define TAPPING_TERM 250
|
||||
#define TAPPING_TERM 200
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
|
|
|||
|
|
@ -282,10 +282,10 @@ static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
TRNS,TRNS,TRNS,
|
||||
|
||||
// right hand
|
||||
TRNS,MPLY,MPRV,MNXT,VOLD,VOLU,MUTE,
|
||||
TRNS,BTN2,WH_L,WH_U,WH_D,WH_R,PGUP,
|
||||
F16, MPLY,MPRV,MNXT,VOLD,VOLU,MUTE,
|
||||
F14, BTN2,WH_L,WH_U,WH_D,WH_R,PGUP,
|
||||
BTN1,MS_L,MS_U,MS_D,MS_R,PGDN,
|
||||
TRNS,BTN3,HOME,END, DEL, INS, NO,
|
||||
F15, BTN3,HOME,END, DEL, INS, NO,
|
||||
TRNS,TRNS,TRNS,TRNS,TRNS,
|
||||
TRNS,TRNS,
|
||||
TRNS,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue