Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Returned RAISE and LOWER buttons to their original functions - too many ↵ | Xyverz | 2016-08-18 | 1 | -3/+3 |
| | | | | inopportune ENTER inputs. :-( | ||||
* | Merge branch 'master' of https://github.com/Xyverz/qmk_firmware | Xyverz | 2016-08-17 | 1 | -0/+5 |
|\ | |||||
| * | Update readme.md | Xyverz | 2016-08-17 | 1 | -1/+1 |
| | | |||||
| * | Create readme.md | Xyverz | 2016-08-17 | 1 | -0/+5 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' | Xyverz | 2016-08-17 | 19 | -2/+1044 |
|\ \ | |/ |/| | | | this merge is necessary, | ||||
| * | Merge pull request #645 from algernon/f/tap-dance/buffering | Jack Humbert | 2016-08-17 | 2 | -2/+2 |
| |\ | | | | | | | tap-dance rework | ||||
| | * | tap-dance: Major rework, to make it more reliable | Gergely Nagy | 2016-08-17 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reworks how the tap-dance feature works: instead of one global state, we have a state for each tap-dance key, so we can cancel them when another tap-dance key is in flight. This fixes #527. Since we have a state for each key, we can avoid situation where a keyup would mess with our global state. This fixes #563. And while here, we also make sure to fire events only once, and this fixes #574. There is one breaking change, though: tap-dance debugging support was removed, because dumping the whole state would increase the firmware size too much. Any keymap that made use of this, will have to be updated (but there's no such keymap in the repo). Also, there's a nice trick used in this rework: we need to iterate through tap_dance_actions in a few places, to check for timeouts, and so on. For this, we'd need to know the size of the array. We can't discover that at compile-time, because tap-dance gets compiled separately. We'd like to avoid having to terminate the list with a sentinel value, because that would require updates to all keymaps that use the feature. So, we keep track of the highest tap-dance code seen so far, and iterate until that index. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | ||||
| * | | Merge pull request #640 from toneman77/iso_satan | Jack Humbert | 2016-08-17 | 9 | -0/+364 |
| |\ \ | | | | | | | | | heavily modified spacefn layout for iso boards using the satan PCB | ||||
| | * | | wring keypress for german iso fixed. prettified | Toni | 2016-08-17 | 1 | -6/+6 |
| | | | | |||||
| | * | | no more warning thanks to iFreilicht's tip with undef | Toni | 2016-08-16 | 1 | -0/+1 |
| | | | | |||||
| | * | | in accordance to keymap_makefile_example.mk | Toni | 2016-08-16 | 1 | -12/+12 |
| | | | | |||||
| | * | | minor grammer fixes | Toni | 2016-08-16 | 1 | -2/+2 |
| | | | | |||||
| | * | | big cleanup and minor refactoring. thanks iFreilicht. | Toni | 2016-08-16 | 6 | -163/+77 |
| | | | | |||||
| | * | | grammar | Toni | 2016-08-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | reference to reddit post and Terry Mathews | Toni | 2016-08-15 | 1 | -0/+2 |
| | | | | |||||
| | * | | script now waits for the user to press the button | Toni | 2016-08-15 | 1 | -2/+26 |
| | | | | |||||
| | * | | readme now with picture | Toni | 2016-08-15 | 2 | -0/+2 |
| | | | | |||||
| | * | | more prettyness | Toni | 2016-08-15 | 1 | -2/+2 |
| | | | | |||||
| | * | | Update readme.md | Toni | 2016-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | | typo | ||||
| | * | | Update readme.md | Toni | 2016-08-15 | 1 | -0/+2 |
| | | | | | | | | | | | | attempt to prettify the table | ||||
| | * | | more information. first steps in markdown | Toni | 2016-08-15 | 1 | -1/+15 |
| | | | | |||||
| | * | | readme.md added | Toni | 2016-08-15 | 1 | -0/+16 |
| | | | | |||||
| | * | | removed my personal stuff | Toni | 2016-08-15 | 2 | -4/+3 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'origin/master' into iso_split_rshift | Toni | 2016-08-15 | 44 | -1245/+2917 |
| | |\| | | | | | | | | | | | | | no idea what is merged | ||||
| | * | | increased readability with a defince | Toni | 2016-08-14 | 1 | -14/+18 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'origin/master' into iso_split_rshift | Toni | 2016-08-13 | 284 | -1916/+7209 |
| | |\ \ | | | | | | | | | | | | | | | | update from Upstream | ||||
| | * | | | only aesthetics | Toni | 2016-08-12 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | new variant with the curly braces on tab layer | Toni | 2016-08-07 | 1 | -24/+24 |
| | | | | | |||||
| | * | | | enterfn / enterisctrl on hold added | Toni | 2016-08-05 | 1 | -10/+10 |
| | | | | | |||||
| | * | | | added homerow-ish brackets | Toni | 2016-07-28 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | first try ar adding the parenthesis mess for german iso | Toni | 2016-07-27 | 1 | -7/+8 |
| | | | | | |||||
| | * | | | Merge remote-tracking branch 'origin/master' into iso_split_rshift | Toni | 2016-07-27 | 1 | -2/+2 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | merge with master | ||||
| | * \ \ \ | Merge remote-tracking branch 'origin/master' into iso_split_rshift | Toni | 2016-07-25 | 77 | -329/+6522 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | whatever | ||||
| | * | | | | | converted funtions to QMK aliases | Toni | 2016-07-22 | 1 | -32/+23 |
| | | | | | | | |||||
| | * | | | | | more cosmetic changes (whitespace) | Toni | 2016-07-22 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | purely cosmetic changes | Toni | 2016-07-22 | 1 | -42/+42 |
| | | | | | | | |||||
| | * | | | | | changed ctrl back to enter. "j" interfered with my vimming | Toni | 2016-07-19 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | small cosmetic change | Toni | 2016-07-19 | 1 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | renamed keymap | Toni | 2016-07-18 | 1 | -2/+3 |
| | | | | | | | |||||
| | * | | | | | reduced makefile size. not so much needed due to "inheritance" | Toni | 2016-07-18 | 1 | -51/+0 |
| | | | | | | | |||||
| | * | | | | | new modifier "J" is crtl | Toni | 2016-07-17 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | helper file for me to stay up-to-date with master | Toni | 2016-07-17 | 1 | -0/+4 |
| | | | | | | | |||||
| | * | | | | | changes needed for a ISO satan PCB including a split right-shift key | Toni | 2016-07-17 | 7 | -0/+440 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #638 from premek/master | Jack Humbert | 2016-08-17 | 3 | -0/+260 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Split layout for planck | ||||
| | * | | | | | | Update readme.md | Přemek Vyhnal | 2016-08-16 | 1 | -0/+1 |
| | | | | | | | | |||||
| | * | | | | | | premek split layout | premek | 2016-08-16 | 1 | -1/+2 |
| | | | | | | | | |||||
| | * | | | | | | premek split layout | premek | 2016-08-16 | 3 | -0/+258 |
| | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Added my custom Planck layout called Circuit. | Matt | 2016-08-15 | 5 | -0/+418 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | * Layout has image and readme, as well as documentation in the code. | ||||
* | | | | | | Adding KC_BSPC to the LT() macro for LOWER resulted in a backspace stroke ↵ | Xyverz | 2016-08-15 | 2 | -59/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | being sent if the LOWER key was used too quickly. Switching back to original LOWER macro, but keeping the new RAISE macro. | ||||
* | | | | | | Adding u/treasuredfrog's hack to use LT() with the RAISE and LOWER macros. | Xyverz | 2016-08-15 | 1 | -6/+6 |
| | | | | | |