Remove duplicate #include of timfee.c from keymap

Mainline QMK's userspace system auto-compiles users/timfee/timfee.c
as a separate translation unit. The #include causes every function
and static variable to be defined twice, failing at link time.

https://claude.ai/code/session_01Q6jUPkVNbXkBqPgkmLWsTK
This commit is contained in:
Claude 2026-04-20 14:59:54 +00:00
commit 4e03ef750f
No known key found for this signature in database

View file

@ -1,5 +1,4 @@
#include "timfee.h"
#include "timfee.c"
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {