Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renaming planck/cbbrowne in keeping with recent naming conventions (#405) | Christopher Browne | 2016-06-13 | 7 | -1501/+89 |
| | | | | | | | | | | | | | | * More documentation * Saving crontab for user on host * Restructuring in keeping with recent changes to conventions * Simplify submitting my fave cbbrowne keystroke by using SEND_STRING() * Local change, not apropos to have in this repo * Simplify logic; no need to return so much | ||||
* | adds support for Phantom TKL keyboard (#399) | TerryMathews | 2016-06-12 | 9 | -0/+1979 |
| | | | | ANSI 125 layout, capslock and scrolllock implemented, support for WS2812LED strip included. | ||||
* | Move LED strip initialization (#397) | Eric Tang | 2016-06-12 | 6 | -33/+18 |
| | |||||
* | change to relative paths instead of absolute | Jack Humbert | 2016-06-12 | 1 | -3/+6 |
| | |||||
* | no more cc error on windows | Jack Humbert | 2016-06-11 | 1 | -2/+2 |
| | |||||
* | Makefile redo & other features (#395) | Jack Humbert | 2016-06-11 | 317 | -67511/+135658 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .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 | ||||
* | Merge pull request #364 from techtomas/techtomas | Erez Zukerman | 2016-06-07 | 3 | -664/+701 |
|\ | | | | | Rearranged the layer toggles and keys. | ||||
| * | Updated readme to fix a typo and list out hotkey shortcuts | Thomas Anderson | 2016-06-07 | 1 | -4/+14 |
| | | |||||
| * | Rearranged the layer toggles and keys. | Thomas Anderson | 2016-05-30 | 3 | -664/+691 |
| | | | | | | | | Moved the layer toggles to be in more comfortable locations for my typing. Also expanded the use of the media layer (now called APP) and enhanced the text navigation on the control layer | ||||
* | | Add support for vagrant-docker (#389) | Aron Griffis | 2016-06-07 | 2 | -89/+101 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * clean trailing ws in Vagrantfile and util/avr_setup.sh * replace triple quotes with heredoc. Ruby doesn't have triple quotes; that's a Python thing. This was just being parsed as multiple strings concatenated. * add docker support to Vagrantfile * make wants to find dfu-programmer in vagrant guest | ||||
* | | fix HID_RI_LOGICAL_MAXIMUM value (#388) | Masahiro Wakame | 2016-06-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #384 from gid0/master | Erez Zukerman | 2016-06-06 | 4 | -1293/+1285 |
|\ \ | | | | | | | Merge ErgoDox bepo layout changes. | ||||
| * | | Spellchecking. | Olivier | 2016-06-06 | 1 | -1/+1 |
| | | | |||||
| * | | Add some more function keys (vol up / down, mute, undo, cut, copy, paste). | Olivier | 2016-06-06 | 4 | -12/+12 |
| | | | |||||
| * | | Add basic README file. | Olivier | 2016-06-05 | 1 | -0/+34 |
| | | | |||||
| * | | Move keys and especially TAB more like on a TypeMatrix 2020 keyboard. Add a ↵ | Olivier | 2016-06-04 | 3 | -46/+46 |
| | | | | | | | | | | | | left SHIFT key. | ||||
| * | | Merged the function and navigation layers. Give access to it with both ↵ | Olivier | 2016-06-04 | 3 | -1210/+1162 |
| | | | | | | | | | | | | thumbs. Now you can up / down / page up / page down with only one hand ! | ||||
| * | | Update prebuilt firmware with code from latest pull. | Olivier | 2016-06-02 | 1 | -1196/+1202 |
| | | | |||||
* | | | Update HAND_WIRE.md | Jack Humbert | 2016-06-06 | 1 | -1/+1 |
| | | | |||||
* | | | Fix hand wiring guide (#387) | Eric Tang | 2016-06-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * Fix broken link * Fix incoherent sentence | ||||
* | | | Adds Python script to util directory for easier discoverability | Erez Zukerman | 2016-06-06 | 2 | -0/+713 |
| | | | |||||
* | | | Tiny typo (#386) | TuxForLife | 2016-06-06 | 1 | -1/+1 |
| | | | |||||
* | | | adds planck keymap readme | Jack Humbert | 2016-06-05 | 1 | -0/+22 |
| | | | |||||
* | | | updates the hand-wiring guide | Jack Humbert | 2016-06-05 | 1 | -1/+1 |
| | | | |||||
* | | | corrects vagrant script path from @b46f343 | Jack Humbert | 2016-06-04 | 1 | -1/+1 |
| | | | |||||
* | | | updates vagrant script path | Jack Humbert | 2016-06-04 | 1 | -1/+1 |
| | | | |||||
* | | | makes vagrant usable again | Jack Humbert | 2016-06-04 | 2 | -1/+1 |
| | | | |||||
* | | | cleans up folder structure | Jack Humbert | 2016-06-04 | 151 | -12799/+12 |
| | | | | | | | | | | | | | | | | | | * consolidates docs * deletes converter/ * updates .md references (most) | ||||
* | | | Add missing elevate.exe file (#377) | Noah Andrews | 2016-06-03 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | * Stops explorer.exe from being started with admin privilieges * added missing elevate.exe file | ||||
* | | | Improve string sending (#376) | Eric Tang | 2016-06-03 | 2 | -52/+104 |
|/ / | |||||
* | | adds travis badge | Jack Humbert | 2016-06-02 | 1 | -0/+1 |
| | | |||||
* | | Add a Travis recipe. (#374) | Daniel Svensson | 2016-06-02 | 1 | -0/+37 |
| | | |||||
* | | Stops explorer.exe from being started with admin privilieges (#373) | Noah Andrews | 2016-06-02 | 5 | -46/+88 |
| | | |||||
* | | new line/tab in send_string | Jack Humbert | 2016-06-01 | 2 | -3/+2 |
| | | |||||
* | | adds send_string functionality (string macros) | Jack Humbert | 2016-06-01 | 2 | -0/+56 |
| | | |||||
* | | Submitting ArrowPad, A QMK-based 21/24 key keypad (#372) | IBNobody | 2016-06-01 | 12 | -0/+1308 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Created arrow pad, a QMK based numpad designed for heavy text editing * Enabled backlighting, numlock indicator, and forced nkro for arrowpad * WIP Arrowpad 21 * WIP Arrowpad 21 * Combined Arrow Pad 21 and 24 * Combined Arrow Pad 21 and 24 * Removed 21 folder | ||||
* | | removes stray paren | Jack Humbert | 2016-06-01 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #297 from gid0/master | Erez Zukerman | 2016-06-01 | 3 | -0/+1546 |
|\ \ | | | | | | | Add an ErgoDox bépo layout. | ||||
| * | | Update firmware with latest QMK code. | Olivier | 2016-04-30 | 1 | -975/+975 |
| | | | |||||
| * | | Merge https://github.com/jackhumbert/qmk_firmware | Olivier | 2016-04-30 | 127 | -11022/+22421 |
| |\ \ | |||||
| * | | | Add a macro for Ctrl+Alt+Fx. | Olivier | 2016-04-30 | 2 | -1189/+1202 |
| | | | | |||||
| * | | | Use aliases where available. No firmware change. | Olivier | 2016-04-17 | 1 | -6/+6 |
| | | | | |||||
| * | | | Commit firmware up-to-date with latest upstream qmk_firmware changes. | Olivier | 2016-04-17 | 1 | -972/+996 |
| | | | | |||||
| * | | | Merge https://github.com/jackhumbert/qmk_firmware | Olivier | 2016-04-17 | 53 | -1845/+4157 |
| |\ \ \ | |||||
| * | | | | Add underscore "_" character in the qwerty compatibility layer. | Olivier | 2016-04-17 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | Even more compatibility with QWERTY systems : added most useful characters ↵ | Olivier | 2016-04-16 | 2 | -1131/+1180 |
| | | | | | | | | | | | | | | | | | | | | needing AltGr on a bepo layout. This compatibility layer is still not perfect, but now usable to type with a bepo-like layout on a qwerty system. | ||||
| * | | | | More compatibility with QWERTY systems. | Olivier | 2016-04-16 | 2 | -1133/+1181 |
| | | | | | |||||
| * | | | | Simple layer to allow the keyboard to act like a bepo keyboard when plugged ↵ | Olivier | 2016-04-16 | 2 | -1128/+1177 |
| | | | | | | | | | | | | | | | | | | | | on a qwerty system. Doesn't work with modifiers for now. | ||||
| * | | | | Add mouse navigation keys on a new layer. | Olivier | 2016-04-16 | 2 | -1086/+1134 |
| | | | | | |||||
| * | | | | More concise, no functional change. | Olivier | 2016-04-16 | 1 | -1/+1 |
| | | | | |