forked from mirrors/qmk_firmware
8 lines
132 B
C
8 lines
132 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
#include "matrix.h"
|
|
#include <avr/sfr_defs.h>
|
|
#include <stdint.h>
|
|
|
|
void reset_keyboard_kb(void);
|