diff options
Diffstat (limited to 'keyboards/bfake/bfake.c')
-rw-r--r-- | keyboards/bfake/bfake.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/bfake/bfake.c b/keyboards/bfake/bfake.c index f7d006576..9039fe546 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); |