aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Update readme.mdFelix Uhl2016-08-141-1/+1
| | | | | | |
| | * | | | | Fixed links to keymap sourcesFelix Uhl2016-08-141-14/+13
| | | | | | |
| | * | | | | Added all original S60-X keymapsFelix Uhl2016-08-1428-150/+1579
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All keymaps that were included in VinnyCordeiro's repository were ported to QMK. Main Readme was copied over from VC's repo, slightly altered. Main Makefile was updated to reflect VC's original configuration. Small changes in felix keymap.
| | * | | | | Small changesFelix Uhl2016-08-112-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabled Bootmagic and ISO layouts on felix keymap Added unused pins
| | * | | | | Minor changes to keymapsFelix Uhl2016-08-113-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarified extra keys Made ISO-keys non-dead in default layout Added non-US backslash on felix layout
| | * | | | | Added S60-X to keyboards with two layouts.Felix Uhl2016-08-1111-0/+589
| | | | | | |
| * | | | | | Merge pull request #650 from Xyverz/masterJack Humbert2016-08-185-88/+157
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | Minor changes to keymaps and other files
| | * | | | | One last change to the readme.Xyverz2016-08-181-3/+1
| | | | | | |
| | * | | | | One last formatting changeXyverz2016-08-181-1/+1
| | | | | | |
| | * | | | | more formatting changesXyverz2016-08-181-90/+90
| | | | | | |
| | * | | | | Hopefully this fixes the layout diagrams.Xyverz2016-08-181-91/+91
| | | | | | |
| | * | | | | Added a readme, tidied up comments in the keymap.Xyverz2016-08-182-29/+147
| | | | | | |
| | * | | | | Returned RAISE and LOWER buttons to their original functions - too many ↵Xyverz2016-08-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | inopportune ENTER inputs. :-(
| | * | | | | Merge branch 'master' of https://github.com/Xyverz/qmk_firmwareXyverz2016-08-171-0/+5
| | |\ \ \ \ \
| | | * | | | | Update readme.mdXyverz2016-08-171-1/+1
| | | | | | | |
| | | * | | | | Create readme.mdXyverz2016-08-171-0/+5
| | | | | | | |
| | * | | | | | Merge remote-tracking branch 'upstream/master'Xyverz2016-08-1719-2/+1044
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | / / / | | | | |/ / / | | | |/| | | this merge is necessary,
| | * | | | | Adding KC_BSPC to the LT() macro for LOWER resulted in a backspace stroke ↵Xyverz2016-08-152-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.Xyverz2016-08-151-6/+6
| | | | | | |
| | * | | | | Merge remote-tracking branch 'upstream/master'Xyverz2016-08-1421-0/+686
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Setup the bottom-row modifiers to be mac-like in their arrangement.Xyverz2016-08-141-3/+3
| | | | | | |
| * | | | | | planck/circuit: Update after the latest tap-dance changeGergely Nagy2016-08-181-1/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #653. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* | | | | | smyll typo fixedToni2016-08-181-1/+1
| | | | | |
* | | | | | amj60 variant of the readmeToni2016-08-181-0/+30
| | | | | |
* | | | | | first attempt at documentation for the amj60 boardToni2016-08-181-0/+57
| | | | | |
* | | | | | uniform whitespaceToni2016-08-181-45/+45
| | | | | |
* | | | | | initial commit for the AMJ60 PCBToni2016-08-188-0/+563
|/ / / / /
* | | | | Merge pull request #645 from algernon/f/tap-dance/bufferingJack Humbert2016-08-172-2/+2
|\ \ \ \ \ | | | | | | | | | | | | tap-dance rework
| * | | | | tap-dance: Major rework, to make it more reliableGergely Nagy2016-08-172-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_satanJack Humbert2016-08-179-0/+364
|\ \ \ \ \ | | | | | | | | | | | | heavily modified spacefn layout for iso boards using the satan PCB
| * | | | | wring keypress for german iso fixed. prettifiedToni2016-08-171-6/+6
| | | | | |
| * | | | | no more warning thanks to iFreilicht's tip with undefToni2016-08-161-0/+1
| | | | | |
| * | | | | in accordance to keymap_makefile_example.mkToni2016-08-161-12/+12
| | | | | |
| * | | | | minor grammer fixesToni2016-08-161-2/+2
| | | | | |
| * | | | | big cleanup and minor refactoring. thanks iFreilicht.Toni2016-08-166-163/+77
| | | | | |
| * | | | | grammarToni2016-08-151-1/+1
| | | | | |
| * | | | | reference to reddit post and Terry MathewsToni2016-08-151-0/+2
| | | | | |
| * | | | | script now waits for the user to press the buttonToni2016-08-151-2/+26
| | | | | |
| * | | | | readme now with pictureToni2016-08-152-0/+2
| | | | | |
| * | | | | more prettynessToni2016-08-151-2/+2
| | | | | |
| * | | | | Update readme.mdToni2016-08-151-1/+1
| | | | | | | | | | | | | | | | | | typo
| * | | | | Update readme.mdToni2016-08-151-0/+2
| | | | | | | | | | | | | | | | | | attempt to prettify the table
| * | | | | more information. first steps in markdownToni2016-08-151-1/+15
| | | | | |
| * | | | | readme.md addedToni2016-08-151-0/+16
| | | | | |
| * | | | | removed my personal stuffToni2016-08-152-4/+3
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/master' into iso_split_rshiftToni2016-08-1544-1245/+2917
| |\| | | | | | | | | | | | | | | | | | | | | | no idea what is merged
| * | | | | increased readability with a definceToni2016-08-141-14/+18
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/master' into iso_split_rshiftToni2016-08-13284-1916/+7209
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | update from Upstream
| * | | | | only aestheticsToni2016-08-121-4/+4
| | | | | |
| * | | | | new variant with the curly braces on tab layerToni2016-08-071-24/+24
| | | | | |