summaryrefslogtreecommitdiff
path: root/keyboard
AgeCommit message (Collapse)Author
2016-03-02Removed unneeded lines from setup scriptNoah Andrews
2016-02-21Merge pull request #157 from DidierLoiseau/typematrixJack Humbert
Small fixes and improvements to tm2030 layout
2016-02-21Updated tm2030 keymap.hexDidier Loiseau
2016-02-21Fixed compilation warnings due to missing return statementsDidier Loiseau
2016-02-21Merge pull request #153 from spydon/xmonad_keymapJack Humbert
Keymap optimized for xmonad
2016-02-18Added a keymap optimized for xmonadLukas Klingsbo
The M(1) function changes layer temporarily (so that numbers can be used) and holds LGUI which makes it possible to easily change virtual screens and swap windows inbetween them.
2016-02-17Merge pull request #145 from gerbercj/feature/atreus_astarJack Humbert
Add support for Atreus running on A-Star
2016-02-17Change default controller for Atreus from Teensy2 to A-StarChris Gerber
2016-02-15Add support for Atreus running on A-StarChris Gerber
2016-02-12Merge pull request #141 from XenoBits/masterErez Zukerman
Ergodox EZ new keymap for C# developers
2016-02-12Another readme.md improvementMaxime Millet
2016-02-12Improved readmeMaxime Millet
2016-02-12Added C# developer keymapMaxime Millet
2016-02-11Added pageup, pagedown, home, and end keysLasko Height
2016-02-11Added a Tenkey layer and moved the del keyLasko Height
2016-02-11Adding my initial layoutLasko Height
2016-02-11Adding my initial layoutLasko Height
2016-02-11Merge pull request #139 from ↵Erez Zukerman
joarau/norwegian-colemak-ergodox-with-norwegian-definitions Norwegian Colemak Ergodox and Norwegian key definitions
2016-02-11Norwegian Colemak Ergodox and Norwegian key definitionsjoar
2016-02-11More tweaks to experimental layoutErez Zukerman
2016-02-11Merge branch 'master' of github.com:jackhumbert/qmk_firmwareErez Zukerman
2016-02-10Merge pull request #138 from Willyfrog/masterErez Zukerman
ergodox_ez for emacs + mac + altgr users
2016-02-10add imageGuillermo Vayá
2016-02-10added .hex fileGuillermo Vayá
2016-02-09Add mpiechotka ergodox ez keymapMaciej Piechotka
2016-02-08Eliminate switch statement by using contiguous character rangesChristopher Browne
2016-02-08Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne
2016-02-08Corrects typoErez Zukerman
2016-02-08Merge pull request #130 from jacobono/jacobonoErez Zukerman
Jacobono
2016-02-08Updates documentation, adds Cmd/Win dual-function keyErez Zukerman
2016-02-07FN macro: use layer_invert() instead of modifying layer_state directlyDidier Loiseau
- fixes stuck keys from the temporary layers (see also jackhumbert/qmk_firmware#78) - removed the workaround for jackhumbert/qmk_firmware#81 (using layer_invert() fixes the problem)
2016-02-07Fixed inconsistency between comment and actual numeric layerDidier Loiseau
- KC_INS should only be present on Fn layer
2016-02-07Fixed link to Magic doc in Dvorak sectionDidierLoiseau
2016-02-07README changesJack Humbert
2016-02-07Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboardJack Humbert
2016-02-07README changesJack Humbert
2016-02-06Add in XOR of lowest 8 bits of system timer to encourage more randomness of ↵Christopher Browne
the digits/letters chosen
2016-02-06add hex fileDaniel Mijares
2016-02-06my personal ergodox keymap layoutDaniel Mijares
with pngs of layout and readme
2016-02-05Merge pull request #129 from cbbrowne/masterJack Humbert
Example of some "Random Keys"
2016-02-05Update PCB_GUIDE.mdJack Humbert
2016-02-05Fixes CM_SCLN and updates docs for ColemakErez Zukerman
2016-02-05Tweaks symbol layer (see changleog)Erez Zukerman
2016-02-03Disable console for improved performanceCharles Maresh
Commenting out the line is the only way to disable the console, as the value of CONSOLE_ENABLE isn't checked. There are only checks for its existence; setting it to `yes` or `no` doesn't change the compilation.
2016-02-03Remove obsolete commentsChristopher Browne
2016-02-03Comment things moreChristopher Browne
2016-02-03Random characters now working AOKChristopher Browne
2016-02-03Merge branch 'master' of github.com:cbbrowne/qmk_firmwareChristopher Browne
2016-02-03More experiments with mapping, notably adding in the random bitsChristopher Browne
2016-02-03Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareChristopher Browne