From 4b9df6507c2a870189ae205d9435a100e4d2d1a8 Mon Sep 17 00:00:00 2001 From: Simon Ruggier Date: Tue, 1 Sep 2026 20:07:56 -0400 Subject: [PATCH] fl16: bump debounce time to 20 ms On my own ANSI keyboard module (a rigorously chosen sample size of 1) this is necessary for the keyboard to work correctly. Otherwise, I frequently see duplicate key down events. I also tried 10 ms, and it was much better with that configuration, but I was still seeing the occasional bounce, so I doubled it to 20. --- keyboards/framework/ansi/info.json | 2 +- keyboards/framework/copilot/info.json | 2 +- keyboards/framework/iso/info.json | 2 +- keyboards/framework/jis/info.json | 2 +- keyboards/framework/macropad/info.json | 2 +- keyboards/framework/numpad/info.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/keyboards/framework/ansi/info.json b/keyboards/framework/ansi/info.json index 4a8b255108..87813bde9a 100644 --- a/keyboards/framework/ansi/info.json +++ b/keyboards/framework/ansi/info.json @@ -12,7 +12,7 @@ "nkro": true, "audio": false }, - "debounce": 5, + "debounce": 20, "processor": "RP2040", "url": "https://fr.mw/FRAKDKEN", "usb": { diff --git a/keyboards/framework/copilot/info.json b/keyboards/framework/copilot/info.json index d41ab7c659..6491bb5fab 100644 --- a/keyboards/framework/copilot/info.json +++ b/keyboards/framework/copilot/info.json @@ -12,7 +12,7 @@ "nkro": true, "audio": false }, - "debounce": 5, + "debounce": 20, "processor": "RP2040", "url": "https://fr.mw/FRAKDKEN", "usb": { diff --git a/keyboards/framework/iso/info.json b/keyboards/framework/iso/info.json index e294edbaf1..17d730c0c2 100644 --- a/keyboards/framework/iso/info.json +++ b/keyboards/framework/iso/info.json @@ -12,7 +12,7 @@ "nkro": true, "audio": false }, - "debounce": 5, + "debounce": 20, "processor": "RP2040", "url": "https://fr.mw/FRAKDKEN", "usb": { diff --git a/keyboards/framework/jis/info.json b/keyboards/framework/jis/info.json index 809af1db4b..d617f98df3 100644 --- a/keyboards/framework/jis/info.json +++ b/keyboards/framework/jis/info.json @@ -12,7 +12,7 @@ "nkro": true, "audio": false }, - "debounce": 5, + "debounce": 20, "processor": "RP2040", "url": "https://fr.mw/FRAKDKEN", "usb": { diff --git a/keyboards/framework/macropad/info.json b/keyboards/framework/macropad/info.json index a3e41a129a..018a83a754 100644 --- a/keyboards/framework/macropad/info.json +++ b/keyboards/framework/macropad/info.json @@ -12,7 +12,7 @@ "nkro": true, "audio": false }, - "debounce": 5, + "debounce": 20, "processor": "RP2040", "url": "https://fr.mw/FRAKDNEN", "usb": { diff --git a/keyboards/framework/numpad/info.json b/keyboards/framework/numpad/info.json index c9e6096a01..2a5fd7fcf6 100644 --- a/keyboards/framework/numpad/info.json +++ b/keyboards/framework/numpad/info.json @@ -12,7 +12,7 @@ "nkro": true, "audio": false }, - "debounce": 5, + "debounce": 20, "processor": "RP2040", "url": "https://fr.mw/FRAKDMEN", "usb": {