forked from mirrors/qmk_firmware
Fix k_type
This commit is contained in:
parent
a84bc86073
commit
b8d54bddcc
1 changed files with 14 additions and 0 deletions
|
@ -15,3 +15,17 @@ 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 "k_type.h"
|
||||
|
||||
__attribute__ ((weak))
|
||||
void matrix_init_user(void) {
|
||||
}
|
||||
|
||||
__attribute__ ((weak))
|
||||
void matrix_scan_user(void) {
|
||||
}
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
}
|
||||
|
||||
void matrix_scan_kb(void) {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue