diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-04-24 09:01:40 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-04-24 09:01:40 -0700 |
commit | a0a4c9102c51d9032af270920447d0d6d3bac7bc (patch) | |
tree | b9514d003e972a52bb63c12d3f6ab7fd02000e38 /keyboards/eagle_viper | |
parent | fda23af2810b6ec5dd0c7f32dafc555681e7979f (diff) |
Add Generic Keymap for my boards (#2795)
* add mechmerlin 60 ansi layout
* put meaningful #defines
* missed the backslash
* add merlin split layout
* rename to have a -ansi
* Add appropriate readme files
* rename KEYMAP to LAYOUT
* support for default layout
* support for the community keymaps
* make sure I don't break the configurator
* Don't break the configurator Merlin
Diffstat (limited to 'keyboards/eagle_viper')
-rw-r--r-- | keyboards/eagle_viper/v2/v2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/eagle_viper/v2/v2.h b/keyboards/eagle_viper/v2/v2.h index 63e52690fa..5beec5bc62 100644 --- a/keyboards/eagle_viper/v2/v2.h +++ b/keyboards/eagle_viper/v2/v2.h @@ -74,3 +74,5 @@ { KC_NO, K0B, K0C, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, K0J, KC_NO, KC_NO, KC_NO, K0M, K0N, KC_NO } \ } #endif + +#define LAYOUT_60_ansi LAYOUT_eagle |