diff options
Diffstat (limited to 'keyboards/qpockets')
-rw-r--r-- | keyboards/qpockets/eggman/config.h | 3 | ||||
-rw-r--r-- | keyboards/qpockets/space_space/rev1/config.h | 2 | ||||
-rw-r--r-- | keyboards/qpockets/space_space/rev1/info.json | 1 | ||||
-rw-r--r-- | keyboards/qpockets/space_space/rev2/config.h | 2 | ||||
-rw-r--r-- | keyboards/qpockets/wanten/config.h | 3 | ||||
-rw-r--r-- | keyboards/qpockets/wanten/info.json | 1 |
6 files changed, 2 insertions, 10 deletions
diff --git a/keyboards/qpockets/eggman/config.h b/keyboards/qpockets/eggman/config.h index 83ebf8ba93..a5f64d4050 100644 --- a/keyboards/qpockets/eggman/config.h +++ b/keyboards/qpockets/eggman/config.h @@ -34,6 +34,3 @@ #define ENCODER_RESOLUTION 4 //#define ENCODER_DIRECTION_FLIP - -#define DEBOUNCE 5 - diff --git a/keyboards/qpockets/space_space/rev1/config.h b/keyboards/qpockets/space_space/rev1/config.h index c105f84eac..3f900afabb 100644 --- a/keyboards/qpockets/space_space/rev1/config.h +++ b/keyboards/qpockets/space_space/rev1/config.h @@ -40,6 +40,4 @@ { 3, 4 } //#define ENCODER_DIRECTION_FLIP -#define DEBOUNCE 7 - #define LOCKING_SUPPORT_ENABLE diff --git a/keyboards/qpockets/space_space/rev1/info.json b/keyboards/qpockets/space_space/rev1/info.json index f882474efe..b73e3a434c 100644 --- a/keyboards/qpockets/space_space/rev1/info.json +++ b/keyboards/qpockets/space_space/rev1/info.json @@ -8,6 +8,7 @@ "pid": "0x7373", "device_version": "30.0.0" }, + "debounce": 7, "layouts": { "LAYOUT_default": { "layout": [ diff --git a/keyboards/qpockets/space_space/rev2/config.h b/keyboards/qpockets/space_space/rev2/config.h index c89045230c..6b1aa96219 100644 --- a/keyboards/qpockets/space_space/rev2/config.h +++ b/keyboards/qpockets/space_space/rev2/config.h @@ -38,8 +38,6 @@ #define ENCODER_RESOLUTION 3 -#define DEBOUNCE 5 - #define LOCKING_SUPPORT_ENABLE #define RGB_DI_PIN F0 diff --git a/keyboards/qpockets/wanten/config.h b/keyboards/qpockets/wanten/config.h index 86e4835666..44d5c477e0 100644 --- a/keyboards/qpockets/wanten/config.h +++ b/keyboards/qpockets/wanten/config.h @@ -45,9 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define ENCODER_RESOLUTION 4 //#define ENCODER_DIRECTION_FLIP -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 4 - /*nothing below here is needed for wanten unless enabling RGB. the correct RGB_DI_PIN is defined, the rest is up to you o7 */ //#define RGB_DI_PIN B0 diff --git a/keyboards/qpockets/wanten/info.json b/keyboards/qpockets/wanten/info.json index d78efd2758..8ce7326062 100644 --- a/keyboards/qpockets/wanten/info.json +++ b/keyboards/qpockets/wanten/info.json @@ -8,6 +8,7 @@ "pid": "0x7774", "device_version": "0.0.1" }, + "debounce": 4, "layouts": { "LAYOUT_default": { "layout": [ |