diff options
Diffstat (limited to 'keyboards/fc980c/matrix.c')
-rw-r--r-- | keyboards/fc980c/matrix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/fc980c/matrix.c b/keyboards/fc980c/matrix.c index f5c3ec08c7..6ea605600d 100644 --- a/keyboards/fc980c/matrix.c +++ b/keyboards/fc980c/matrix.c @@ -29,8 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "matrix.h" #include "led.h" #include "avr/timer_avr.h" -// #include QMK_KEYBOARD_H - // Timer resolution check #if (1000000/TIMER_RAW_FREQ > 20) |