X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fps2avrGB%2Fmatrix.c;h=57aa36b5ff749f8dae2b293a95edcf2ef8fec177;hb=7b754e1a5a902abd51ad314c68ef1606d89adf95;hp=beaa54c400af53d020d382b665a0ddaa8d9a5678;hpb=2366ebfbbdeb6ec29cc9a0facda44d666305dd6e;p=qmk_firmware.git diff --git a/keyboards/ps2avrGB/matrix.c b/keyboards/ps2avrGB/matrix.c index beaa54c40..57aa36b5f 100644 --- a/keyboards/ps2avrGB/matrix.c +++ b/keyboards/ps2avrGB/matrix.c @@ -21,7 +21,7 @@ along with this program. If not, see . #include "matrix.h" #ifndef DEBOUNCE -# define DEBOUNCE 5 +#define DEBOUNCE 5 #endif static uint8_t debouncing = DEBOUNCE; @@ -93,6 +93,8 @@ uint8_t matrix_scan(void) { } } + matrix_scan_user(); + return 1; }