diff options
Diffstat (limited to 'keyboards/ocean/gin_v2')
-rw-r--r-- | keyboards/ocean/gin_v2/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/ocean/gin_v2/config.h b/keyboards/ocean/gin_v2/config.h index 7941599ead..ab7af83e7b 100644 --- a/keyboards/ocean/gin_v2/config.h +++ b/keyboards/ocean/gin_v2/config.h @@ -37,7 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION ROW2COL - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - |