diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-07-11 08:24:55 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-11 08:24:55 -0700 |
commit | df8b8c50326490988908a9e75f7acf691e7b512f (patch) | |
tree | 13b698cf7eb68939d58b8eeef95451eea47bc322 /keyboards/lfkeyboards/lfk78/keymaps/default/config.h | |
parent | a552416ab2e67c31b7711c33d5bc675bf21456e2 (diff) |
LFK78 Refactor and Configurator support (#3369)
* LFK78: matrix and keymap refactor
* Removed lfkeyboards.c and lfkeyboard.h
* LFK78: Configurator support
* LFK78: Readme cleanup
Diffstat (limited to 'keyboards/lfkeyboards/lfk78/keymaps/default/config.h')
-rw-r--r-- | keyboards/lfkeyboards/lfk78/keymaps/default/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/lfkeyboards/lfk78/keymaps/default/config.h b/keyboards/lfkeyboards/lfk78/keymaps/default/config.h deleted file mode 100644 index 8893d122e0..0000000000 --- a/keyboards/lfkeyboards/lfk78/keymaps/default/config.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef CONFIG_USER_H -#define CONFIG_USER_H - -#include "../../config.h" - -// place overrides here - -#endif |