diff options
Diffstat (limited to 'keyboards/bear_face')
-rw-r--r-- | keyboards/bear_face/config.h | 3 | ||||
-rw-r--r-- | keyboards/bear_face/info.json | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/bear_face/config.h b/keyboards/bear_face/config.h index f3020bb9f8..c5099e793c 100644 --- a/keyboards/bear_face/config.h +++ b/keyboards/bear_face/config.h @@ -31,9 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_PIN F7 -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 6 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ diff --git a/keyboards/bear_face/info.json b/keyboards/bear_face/info.json index e2589d91af..5d9f1cac76 100644 --- a/keyboards/bear_face/info.json +++ b/keyboards/bear_face/info.json @@ -3,6 +3,7 @@ "manufacturer": "chemicalwill", "url": "https://github.com/chemicalwill/bear_face_pcb", "maintainer": "chemicalwill", + "debounce": 6, "usb": { "vid": "0xFEED", "pid": "0x09F5" |