diff options
author | Scott Wilson <scott.t.wilson@gmail.com> | 2017-12-03 10:32:07 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-09 00:01:58 -0500 |
commit | c51dfef958bce4a792b66db337d5c7cdf0956fc4 (patch) | |
tree | b51a3d2a95c5ba47416e2964bc98c9ad329cf168 /keyboards/lfkeyboards/lfk87/keymaps/default/config.h | |
parent | 8b1862330a960b0413046ed6fdba78d2570e7988 (diff) | |
download | firmware-c51dfef958bce4a792b66db337d5c7cdf0956fc4.tar.gz firmware-c51dfef958bce4a792b66db337d5c7cdf0956fc4.tar.bz2 firmware-c51dfef958bce4a792b66db337d5c7cdf0956fc4.zip |
Add support for LFKeyboard products: LFK78, LFK87 and SMK65
Diffstat (limited to 'keyboards/lfkeyboards/lfk87/keymaps/default/config.h')
-rw-r--r-- | keyboards/lfkeyboards/lfk87/keymaps/default/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/lfkeyboards/lfk87/keymaps/default/config.h b/keyboards/lfkeyboards/lfk87/keymaps/default/config.h new file mode 100644 index 000000000..8893d122e --- /dev/null +++ b/keyboards/lfkeyboards/lfk87/keymaps/default/config.h @@ -0,0 +1,8 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +// place overrides here + +#endif |