summaryrefslogtreecommitdiff
path: root/keyboards/whitefox/whitefox.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/whitefox/whitefox.c')
-rw-r--r--keyboards/whitefox/whitefox.c18
1 files changed, 1 insertions, 17 deletions
diff --git a/keyboards/whitefox/whitefox.c b/keyboards/whitefox/whitefox.c
index 2555dc2025..ea083c6e09 100644
--- a/keyboards/whitefox/whitefox.c
+++ b/keyboards/whitefox/whitefox.c
@@ -14,21 +14,5 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "whitefox.h"
-
-__attribute__ ((weak))
-void matrix_init_user(void) {
-}
-
-__attribute__ ((weak))
-void matrix_scan_user(void) {
-}
-
-void matrix_init_kb(void) {
- matrix_init_user();
-};
-
-void matrix_scan_kb(void) {
- matrix_scan_user();
-};
+#include "whitefox.h"