summaryrefslogtreecommitdiffstats
path: root/keyboard/ergodox_ez
AgeCommit message (Collapse)AuthorFilesLines
2016-07-27Move to keyboardsMazin Bokhari2-350/+0
2016-07-27Merge pull request #533 from mazinbokhari/masterErez Zukerman2-0/+350
Add my layout optimized for working in emacs, vim, command line, etc.
2016-07-26Delete default.pngerlo muvman1-0/+0
2016-07-26Delete default_highres.pngerlo muvman1-0/+0
2016-07-26Update readme.mderlo muvman1-18/+18
2016-07-26Update readme.mderlo muvman1-18/+18
2016-07-26Update readme.mderlo muvman1-6/+0
2016-07-17Update readme. My layout optimized for emacs & vimMazin Bokhari1-0/+1
2016-07-17Update readme. My layout optimized for emacs & vimMazin Bokhari1-27/+61
2016-07-17Merge branch 'master' of https://github.com/mazinbokhari/qmk_firmwareMazin Bokhari1-5/+87
2016-07-17Add caps lock; sucks that there is no light for it...Mazin Bokhari1-6/+2
2016-07-17Remove more keysMazin Bokhari1-9/+9
2016-07-17Move dot in symbol layerMazin Bokhari1-4/+4
2016-07-17Move modifier kyes aroundMazin Bokhari1-7/+7
2016-07-17Remove more unnecessary buttonsMazin Bokhari1-4/+4
2016-07-17Add page up/down and home/end to arrowMazin Bokhari1-7/+7
2016-07-17Change visualMazin Bokhari1-2/+2
2016-07-17Reorganize media keysMazin Bokhari1-13/+13
2016-07-17Remove unnecessary modifiersMazin Bokhari1-8/+8
2016-07-17Edit visual keymapMazin Bokhari1-9/+9
2016-07-17Add arrow keys to layerMazin Bokhari1-1/+1
2016-07-17Minor changesMazin Bokhari1-3/+3
2016-07-17Add empty arrow layer, reorder some keys in media, map layer keysMazin Bokhari1-11/+54
2016-06-23Update readme.mdMazin Bokhari1-1/+1
2016-06-23Update readme.mdMazin Bokhari1-50/+49
2016-06-23Update readme.mdMazin Bokhari1-1/+1
2016-06-23Update readme.mdMazin Bokhari1-1/+14
2016-06-23Update readme.mdMazin Bokhari1-22/+22
2016-06-23Update readme.mdMazin Bokhari1-0/+70
2016-06-22Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert220-79367/+0
* fixes from tmk's repo * rename keyboard to keyboards
2016-06-22adds fuse settings for atmega32u4, fixes keymap_extras includesJack Humbert10-10/+10
2016-06-21Warning reductions (#430)Jack Humbert24-12415/+12122
Warning reductions
2016-06-21Fresh hes for experimental layoutJack & Erez1-1119/+1032
2016-06-21Adapts experimental layout file formatErez Zukerman2-2/+7
2016-06-21Adds compiled default firmwareErez Zukerman1-1157/+1152
2016-06-21[Jack & Erez] Adds dedicated Version keyErez Zukerman1-5/+3
2016-06-21[Jack & Erez] Tweaks makefile for sanityErez Zukerman1-7/+7
2016-06-18Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert2-2/+2
* sorts out keycodes * move midi around * remove mbed * replaces keymap with qmk/keymap_common * fixes keymap.h * keymap, config, quantum rearrange * removes unneeded lufa stuff
2016-06-18prevents ergodox_ez from waking up machine (#375)Jack Humbert1-0/+19
2016-06-14Update the ergodox-ez/algernon keymap (#409)Gergely Nagy11-1353/+373
Compared to the previous version, the following noteworthy changes have been made to the keymap: * The keyboard starts in NKRO mode, bootmagic and other things are disabled. * A STENO layer was added, to be used with Plover. * An experimental layout was added, something halfway between Dvorak and Capewell-Dvorak. A work in progress. * `LEAD y` types \o/. * Some keys on the BASE layer have been moved around: - `?` moved to the left pinky, left of `Q`. - `=` shifted one row down, but `F11` stayed where it was. - `-` on the left half was replaced by `Tab`. - `Tab`'s original position is taken by a `Media Next`/`Media Prev` key. - `:` now inputs `;` when shifted. * `ESC` cancels the **HUN** layer too, not just modifiers. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-06-11Makefile redo & other features (#395)Jack Humbert115-64022/+62248
* .build containment implemented * no destructive variable setting - builds in either folder * make from 3 places * cleans before each build * make from root with keyboard=keyboard, keymap=keymap * make from keyboard/keyboard with keymap=keymap * make from keymaps/keymap * only implemented on planck * adds color diag to avr-gcc * makefiles for all plancks, clean-up * quick build-all makefile for plancks * reformatting of make output (colors) * color toggle, tmk path corrections * correct if statement for color * move config.h to main makefile, updates preonic, atomic * format update, all keyboards targets * makefile optional for build all target, alps and arrow_pad updated * alps updated * make planck default, trying out travis recipe for all-keyboards * all-keymaps target, different travis recipe * updates alps64 * updates keyboards to new format * updates clue* projects * all projects updated, specialise EZ .hex, let .hex through * updates travis * automatically find root, keyboard, keymap * silent echo, cleaned-up mass make output * updates all keyboards' .hex files except EZ * Rename Bantam44.c to bantam44.c * Rename Bantam44.h to bantam44.h * nananana * adds six key keyboard * does same to ez as rest * updates send_string example * brings ergodox_ez up to date * updates template/new project script * adds sixkeyboard * adds readme for sixkeyboard * adds sixkeyboard to travis * filenames, gitignore mess * define clock prescaler stuff manually * make quick, size test example * documentation and dfu-no-build
2016-06-08Merge pull request #364 from techtomas/techtomasErez Zukerman3-664/+701
Rearranged the layer toggles and keys.
2016-06-07Updated readme to fix a typo and list out hotkey shortcutsThomas Anderson1-4/+14
2016-06-07Merge pull request #384 from gid0/masterErez Zukerman4-1293/+1285
Merge ErgoDox bepo layout changes.
2016-06-07Adds Python script to util directory for easier discoverabilityErez Zukerman2-0/+713
2016-06-06Spellchecking.Olivier1-1/+1
2016-06-06Add some more function keys (vol up / down, mute, undo, cut, copy, paste).Olivier4-12/+12
2016-06-05Add basic README file.Olivier1-0/+34
2016-06-04Move keys and especially TAB more like on a TypeMatrix 2020 keyboard. Add a ↵Olivier3-46/+46
left SHIFT key.
2016-06-04Merged the function and navigation layers. Give access to it with both ↵Olivier3-1210/+1162
thumbs. Now you can up / down / page up / page down with only one hand !