diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-05-20 09:59:02 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-20 09:59:02 -0700 |
commit | 0b591fd84394e2c07d3047fb29e734b612bfc248 (patch) | |
tree | b0c4196d8ebdb17970c6be02f9da43f133e25560 /keyboards/e6v2/keymaps/amnesia0287/keymap.c | |
parent | c9102f9e35f479bd7d5dd06ce10a5089b199fb0d (diff) | |
download | firmware-0b591fd84394e2c07d3047fb29e734b612bfc248.tar.gz firmware-0b591fd84394e2c07d3047fb29e734b612bfc248.tar.bz2 firmware-0b591fd84394e2c07d3047fb29e734b612bfc248.zip |
Merlin community layouts (#3004)
* community layout support for eagle_viper v2 and remove mechmerlin keymap dir
* community layout support for eagle_viper v2 and remove mechmerlin keymap dir
* Change to QMK_KEYBOARD_H and remove merlin keymap in favor of cmmunity layouts
* community layout support 60_ansi
* community layout support for 60_ansi
Diffstat (limited to 'keyboards/e6v2/keymaps/amnesia0287/keymap.c')
-rw-r--r-- | keyboards/e6v2/keymaps/amnesia0287/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/e6v2/keymaps/amnesia0287/keymap.c b/keyboards/e6v2/keymaps/amnesia0287/keymap.c index 33fb6cda0..625ddb74a 100644 --- a/keyboards/e6v2/keymaps/amnesia0287/keymap.c +++ b/keyboards/e6v2/keymaps/amnesia0287/keymap.c @@ -1,4 +1,4 @@ -#include "e6v2.h" +#include QMK_KEYBOARD_H // Each layer gets a name for readability, which is then used in the keymap matrix below. // The underscores don't mean anything - you can have a layer called STUFF or any other name. |