Explorar el Código

Add missing #include to keymap.c.

tags/v2.9
flabbergast hace 8 años
padre
commit
cd7f30299a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      tmk_core/common/keymap.c

+ 1
- 0
tmk_core/common/keymap.c Ver fichero

@@ -22,6 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "action_macro.h"
#include "wait.h"
#include "debug.h"
#include "bootloader.h"


static action_t keycode_to_action(uint8_t keycode);

Cargando…
Cancelar
Guardar