aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/espectro/keymaps/mapdev
Commit message (Collapse)AuthorAgeFilesLines
* Keyboard: Espectro refactor and Configurator support (#4666)noroadsleft2018-12-181-1/+0
| | | | | | | | | | | | | | | | | * 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
* mapdev's Espectro layout (#4366)tcatkins992018-11-061-0/+88
* Add mapdev layout to espectro * Add mapdev layout to espectro * - Update MO Co-Authored-By: tcatkins99 <tatkins@beitzanddaigh.com>