From 4e03ef750fc98bfc43eaae052e4dfe0490fadaf9 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 20 Apr 2026 14:59:54 +0000 Subject: [PATCH] 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 --- keyboards/keebart/corne_choc_pro/keymaps/timfee/keymap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/keyboards/keebart/corne_choc_pro/keymaps/timfee/keymap.c b/keyboards/keebart/corne_choc_pro/keymaps/timfee/keymap.c index 2e4afbba..5a8056c3 100644 --- a/keyboards/keebart/corne_choc_pro/keymaps/timfee/keymap.c +++ b/keyboards/keebart/corne_choc_pro/keymaps/timfee/keymap.c @@ -1,5 +1,4 @@ #include "timfee.h" -#include "timfee.c" const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {