diff options
Diffstat (limited to 'keyboards/manyboard')
-rw-r--r-- | keyboards/manyboard/macro/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/manyboard/macro/config.h b/keyboards/manyboard/macro/config.h index 1fe0381db8..ac665692c6 100644 --- a/keyboards/manyboard/macro/config.h +++ b/keyboards/manyboard/macro/config.h @@ -36,6 +36,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN B6 #define RGBLED_NUM 2 #define RGBLIGHT_LIMIT_VAL 10 - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 |