Browse Source

small changes in guni.c keymap to work with new qmk_firmware packet

Gunther Gruber 8 years ago
parent
commit
38cf08697b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      keyboards/ergodox/keymaps/guni/keymap.c

+ 3 - 2
keyboard/ergodox_ez/keymaps/guni/keymap.c → keyboards/ergodox/keymaps/guni/keymap.c

@@ -1,6 +1,7 @@
-#include "ergodox_ez.h"
+#include "ergodox.h"
 #include "debug.h"
 #include "action_layer.h"
+#include "bootloader.h"
 
 const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
     KEYMAP(  // layer 0 : default
@@ -158,7 +159,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
 };
 
 // Runs just one time when the keyboard initializes.
-void * matrix_init_user(void) {
+void matrix_init_user(void) {
 
 };