summaryrefslogtreecommitdiff
path: root/keyboards/whitefox/whitefox.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-10-14 15:06:05 +1100
committerGitHub <noreply@github.com>2020-10-14 15:06:05 +1100
commit7437a388990c784a52a33847551591af346dd797 (patch)
tree9e12b7d0b7b0caed1dd9ddfcd93e750fb5e687b5 /keyboards/whitefox/whitefox.c
parent381884fa9be79e4538c8accc2043654b47499f44 (diff)
Whitefox refactor (#10175)
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"