diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-12-18 09:16:06 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-12-18 09:16:06 -0800 |
commit | 584a7a03952dc5950b22fa4d035dc1c8ee98c87f (patch) | |
tree | ad448ab6fcbf1fc90d5681c84ae051823275a557 /keyboards/espectro/keymaps/mapdev | |
parent | 8181c8dc97ddd073a94430032c2505ec2e4d4a05 (diff) |
Keyboard: Espectro refactor and Configurator support (#4666)
* Espectro: layout macro refactor
- updated to #pragma once method
- restructure LAYOUT_all data as block comment
- Configurator was reading the LAYOUT_all macro even though it was commented out.
- updated all keyswitch arguments to use K<ROW><COLUMN> notation
- add LAYOUT_iso macro
- add info.json file for Configurator support
* Espectro: keymap refactor
- deleted unused MODS_CTRL_MASK definitions
- iso keymap refactored to use LAYOUT_iso macro
- default and iso keymaps refactored for readability
Diffstat (limited to 'keyboards/espectro/keymaps/mapdev')
-rw-r--r-- | keyboards/espectro/keymaps/mapdev/keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/espectro/keymaps/mapdev/keymap.c b/keyboards/espectro/keymaps/mapdev/keymap.c index bbd791582d..89d412b2dd 100644 --- a/keyboards/espectro/keymaps/mapdev/keymap.c +++ b/keyboards/espectro/keymaps/mapdev/keymap.c @@ -15,7 +15,6 @@ #include QMK_KEYBOARD_H -#define MODS_CTRL_MASK (MOD_BIT(KC_LSHIFT)|MOD_BIT(KC_RSHIFT)) #define _BL 0 //Base layer #define _FN1 1 //Function layer |