Infinity60 refactor (#11650)

This commit is contained in:
Ryan
2021-01-23 14:23:38 +11:00
committed by GitHub
parent 3a7573436a
commit 7d774fa1dc
10 changed files with 213 additions and 825 deletions

View File

@@ -14,19 +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 "infinity60.h"
void matrix_init_kb(void) {
// put your keyboard start-up code here
// runs once when the firmware starts up
matrix_init_user();
}
void matrix_scan_kb(void) {
// put your looping keyboard code here
// runs every cycle (a lot)
matrix_scan_user();
}