diff options
Diffstat (limited to 'keyboards/ps2avrGB/matrix.c')
-rw-r--r-- | keyboards/ps2avrGB/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ps2avrGB/matrix.c b/keyboards/ps2avrGB/matrix.c index 140026013f..57aa36b5ff 100644 --- a/keyboards/ps2avrGB/matrix.c +++ b/keyboards/ps2avrGB/matrix.c @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "matrix.h" #ifndef DEBOUNCE -# define DEBOUNCE 5 +#define DEBOUNCE 5 #endif static uint8_t debouncing = DEBOUNCE; |