]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Espectro refactor and Configurator support (#4666)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Tue, 18 Dec 2018 17:16:06 +0000 (09:16 -0800)
committerDrashna Jaelre <drashna@live.com>
Tue, 18 Dec 2018 17:16:06 +0000 (09:16 -0800)
commit584a7a03952dc5950b22fa4d035dc1c8ee98c87f
treead448ab6fcbf1fc90d5681c84ae051823275a557
parent8181c8dc97ddd073a94430032c2505ec2e4d4a05
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
keyboards/espectro/espectro.h
keyboards/espectro/info.json [new file with mode: 0644]
keyboards/espectro/keymaps/default/keymap.c
keyboards/espectro/keymaps/iso/keymap.c
keyboards/espectro/keymaps/mac/keymap.c
keyboards/espectro/keymaps/mapdev/keymap.c