From f5c2f7153d7e8c5d4356551bbf8b374da545b8fc Mon Sep 17 00:00:00 2001 From: James <13719009+quadcube@users.noreply.github.com> Date: Wed, 16 Jun 2021 12:21:13 +0900 Subject: [Keyboard] Moved tokyo60/ into tokyokeyboard/tokyo60/. (#12023) * Moved tokyo60/ into tokyokeyboard/tokyo60/. * Updated make instruction, fixed broken image link * Fixed still broken image link. --- keyboards/tokyo60/tokyo60.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 keyboards/tokyo60/tokyo60.c (limited to 'keyboards/tokyo60/tokyo60.c') diff --git a/keyboards/tokyo60/tokyo60.c b/keyboards/tokyo60/tokyo60.c deleted file mode 100644 index 2126bb612d..0000000000 --- a/keyboards/tokyo60/tokyo60.c +++ /dev/null @@ -1,18 +0,0 @@ -#include "tokyo60.h" - -void matrix_init_kb(void) { - // Keyboard start-up code goes here - // Runs once when the firmware starts up - matrix_init_user(); - led_init_ports(); -}; - -void matrix_scan_kb(void) { - // Looping keyboard code goes here - // This runs every cycle (a lot) - matrix_scan_user(); -}; - -void led_init_ports(void) { - /* LEDs on */ -} -- cgit v1.2.3