From cdd19b95dd01c5437ca313968a1385a3939e59cf Mon Sep 17 00:00:00 2001 From: Oleg Kostyuk Date: Mon, 7 Oct 2013 16:53:01 +0300 Subject: [PATCH] Updates to CUB's layouts --- keyboard/ergodox/config.h | 2 +- keyboard/ergodox/keymap_cub.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/keyboard/ergodox/config.h b/keyboard/ergodox/config.h index fc522ce..7883d3c 100644 --- a/keyboard/ergodox/config.h +++ b/keyboard/ergodox/config.h @@ -51,7 +51,7 @@ Project located at * 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 diff --git a/keyboard/ergodox/keymap_cub.h b/keyboard/ergodox/keymap_cub.h index 2dc0c7c..08e8553 100644 --- a/keyboard/ergodox/keymap_cub.h +++ b/keyboard/ergodox/keymap_cub.h @@ -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, -- 2.39.2