summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/keymaps/swissgerman/keymap.c
AgeCommit message (Collapse)Author
2017-08-23Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
2017-01-22SG Ergodox layout: Fixed ENTER key mappingAndreas Schmidt
- Swiss German Ergodox layout: Additional ENTER key was mapped to wrong layer and keyboard half.
2017-01-22SG Ergodox layout: Minor code formatting changesAndreas Schmidt
- Swiss German Ergodox layout: Removed unnecessary spaces.
2017-01-22SG Ergodox layout: Add ENTER to left keyboardAndreas Schmidt
- Swiss German Ergodox layout: Added ENTER key to left keyboard half on media layer such that the enter key is available on both halves to be able to flash both halves without an additional keyboard.
2017-01-22SG Ergodox layout: Add <br/> macro to media layerAndreas Schmidt
- Added <br/> macro to media layer of Swiss German layout for Ergodox
2017-01-21Merged keymap for Ergodox EZ & InfinityAndreas Schmidt
- Merged keymap for Ergodox EZ & Infinity into one single keymap using pre-processor macros.