diff options
author | Gunther Gruber <guni@vortex> | 2017-02-27 09:55:24 +0100 |
---|---|---|
committer | Gunther Gruber <guni@vortex> | 2017-02-27 09:55:24 +0100 |
commit | 38cf08697b571e5efd55428a4682e248295091fb (patch) | |
tree | ad4763ea755787048ad69d3e8f97382a508cde5c | |
parent | c370c1e1f3c27027c0a6513d34a749a1a88603fc (diff) |
small changes in guni.c keymap to work with new qmk_firmware packet
-rw-r--r-- | keyboards/ergodox/keymaps/guni/keymap.c (renamed from keyboard/ergodox_ez/keymaps/guni/keymap.c) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboard/ergodox_ez/keymaps/guni/keymap.c b/keyboards/ergodox/keymaps/guni/keymap.c index fc8567e68c..f33829b8a4 100644 --- a/keyboard/ergodox_ez/keymaps/guni/keymap.c +++ b/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) { }; |