Keyboard: Add Tragicforce 68 (#3807)
* Fork MF68 to Tragicforce 68 * Set pinouts and key layout * Reformat keymap, update comments/notes * Cleanup rules.mk
This commit is contained in:
parent
c51b2266a0
commit
acc06a0848
7 changed files with 223 additions and 0 deletions
8
keyboards/tragicforce68/tragicforce68.c
Normal file
8
keyboards/tragicforce68/tragicforce68.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "tragicforce68.h"
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
// put your keyboard start-up code here
|
||||
// runs once when the firmware starts up
|
||||
|
||||
matrix_init_user();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue