1
0
Fork 0

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:
Danny 2018-08-31 14:13:55 -04:00 committed by Drashna Jaelre
parent c51b2266a0
commit acc06a0848
7 changed files with 223 additions and 0 deletions

View 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();
}