Updates to CUB's layouts
This commit is contained in:
parent
a051019642
commit
cdd19b95dd
2 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,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 180
|
||||
#define TAPPING_TERM 250
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
|
|
|||
|
|
@ -144,8 +144,8 @@ static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
TRNS,TRNS,TRNS,
|
||||
// right hand
|
||||
SLCK,NLCK,PSLS,PAST,PAST,PMNS,BSPC,
|
||||
TRNS,NO, P7, P8, P9, PMNS,BSPC,
|
||||
TRNS,P4, P5, P6, PPLS,PENT,
|
||||
TRNS,NO, P7, P8, P9, PMNS,PGUP,
|
||||
TRNS,P4, P5, P6, PPLS,PGDN,
|
||||
TRNS,NO, P1, P2, P3, PPLS,PENT,
|
||||
P0, PDOT,SLSH,PENT,PENT,
|
||||
TRNS,TRNS,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue