1
0
Fork 0

Keyboard: added mehkee96 support -JT (#3957)

* added mehkee96 support -JT

* making requested changes -JT

* fixes -jt

* fixed info.json -JT

* tidy up info.json comments from noroadsleft -JT
This commit is contained in:
johanntang 2018-09-25 15:23:31 -07:00 committed by Drashna Jaelre
parent 6347a654de
commit 118e948e35
14 changed files with 1110 additions and 6 deletions

View file

@ -73,12 +73,6 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
return MACRO_NONE;
}
void matrix_init_user(void) {
}
void matrix_scan_user(void) {
}
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return true;
}