summaryrefslogtreecommitdiffstats
path: root/keyboards/bfake/bfake.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bfake/bfake.c')
-rw-r--r--keyboards/bfake/bfake.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/bfake/bfake.c b/keyboards/bfake/bfake.c
index f7d006576c..9039fe5465 100644
--- a/keyboards/bfake/bfake.c
+++ b/keyboards/bfake/bfake.c
@@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "bfake.h"
-__attribute__ ((weak))
-void matrix_scan_user(void) {}
-
void backlight_init_ports(void) {
setPinOutput(D0);
setPinOutput(D1);