mirror of
https://github.com/qmk/qmk_userspace.git
synced 2026-04-22 11:30:23 -04:00
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:
parent
6882a06e2c
commit
4e03ef750f
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
#include "timfee.h"
|
||||
#include "timfee.c"
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue