summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-01-21make shell layer more compatible with default layerlucwastiaux1-15/+16
2017-01-21Add Swiss German layout for Ergodox InfinityAndreas Schmidt6-0/+1112
- Add Swiss German layout for Ergodox Infinity based on default layout for Ergodox EZ. - Minor changes in the event loop to prevent flashing display background lights.
2017-01-21Add Swiss German layout for Ergodox EZAndreas Schmidt6-0/+1121
- Add Swiss German layout for Ergodox EZ based on default layout for Ergodox EZ. - Minor changes in the event loop to prevent flashing of leds.
2017-01-21couple of changes to the shell layerlucwastiaux1-4/+4
2017-01-20simplifyCallum Oakley2-44/+19
2017-01-19introduce shell_layerlucwastiaux1-3/+31
2017-01-19Merge pull request #1016 from arthurnn/patch-1Jack Humbert1-1/+1
this is the atreus doc
2017-01-19this is the atreus docArthur Nogueira Neves1-1/+1
2017-01-18added mods status bit to visualizer.SjB3-3/+66
Since we can't read the real_mods and oneshot_mods static variable directly within the update_user_visualizer_state function (Threading and serial link). We are know storing the mods states in the visualizer_keyboard_status_t structure. We can now display the status of the modifier keys on the LCD display.
2017-01-17Merge pull request #1013 from mitchlloyd/mitch-keymap-updateJack Humbert5-49/+103
Update mitch layout for new keymaps
2017-01-17Update mitch layout for new keymapsMitch Lloyd5-49/+103
2017-01-17put shell nav under tab, introduce an OSL for the brackets layerlucwastiaux1-4/+5
2017-01-16oneshot timeout would only timeout after an event.SjB1-7/+7
After setting a ONESHOT_TIMEOUT value, the oneshot layer state would not expire without an event being triggered (key pressed). The reason was that in the process_record function we would return priort to execute the process_action function if it detected a NOEVENT cycle. The process_action contained the codes to timeout the oneshot layer state. The codes to clear the oneshot layer state have been move just in front of where we check for the NOEVENT cycle in the process_record function.
2017-01-15Merge pull request #987 from belak/belak/whitefox-initial-supportJack Humbert15-1/+1460
Initial whitefox support
2017-01-15Merge pull request #996 from milestogo/masterJack Humbert37-303/+765
kinesis keyboard with subdirectories for different hardware - matches pull #911
2017-01-15Merge pull request #999 from deadcyclo/masterJack Humbert5-0/+26
Adds layer images to the deadcyclo layout readme
2017-01-15Merge pull request #1003 from mneme/masterJack Humbert8-0/+519
Layout "Mneme" for Atreus62
2017-01-15Merge pull request #1005 from kd0kkv/patch-1Jack Humbert1-1/+1
Update keymap.c
2017-01-15Merge pull request #1006 from Vifon/masterJack Humbert3-6/+8
Update the vifon keymap
2017-01-15Merge pull request #1007 from bryan4887/bryanJack Humbert1-0/+226
Added Bryan's keymap
2017-01-15Merge pull request #1009 from getclacking/masterJack Humbert1-1/+1
Typo fix
2017-01-15Typo fixJason Milkins1-1/+1
2017-01-14Added Bryan's keymapBryan Hernandez1-0/+226
2017-01-14Merge pull request #1004 from jackhumbert/hf/scmdErez Zukerman1-0/+4
Adds SCMD and SCMD_T
2017-01-13Update quantum_keycodes.hJack Humbert1-2/+2
2017-01-13Update the vifon keymapWojciech Siewierski3-6/+8
2017-01-13Update keymap.ckd0kkv1-1/+1
Fixed the default querty layout to have a B button and just one F
2017-01-12Update makefile.David Olsson2-5/+4
Readme.
2017-01-12- Change docs to match keymap.David Olsson3-21/+50
- Switched around modifiers on the function layer to match muscle memory. - Added support for application switching.
2017-01-12A shot at aliasingErez Zukerman1-0/+2
2017-01-12Adds SCMD and SCMD_TErez Zukerman1-0/+2
2017-01-12Remove comments and change to correct KN_PLUS instead of KC_PLUS.David Olsson1-4/+4
2017-01-11Link fix in readme.David Olsson1-2/+2
2017-01-11Readme + minor change to make it match reality.David Olsson5-14/+60
2017-01-11Atreus62 first semi-final draftDavid Olsson5-0/+445
2017-01-10Fixed incorrect layer image in deadcyclo readmeBrendan Johan Lee1-1/+1
2017-01-10Merge remote-tracking branch 'upstream/master'Brendan Johan Lee24-35/+2265
2017-01-10Added layer images to deadcyclo layout readmeBrendan Johan Lee5-0/+26
2017-01-10Wait for two ticks rather than 1Kaleb Elwert1-1/+1
2017-01-09Fix mismatched indentationKaleb Elwert1-1/+1
2017-01-09Update clock frequencies to match the infinity ergodoxKaleb Elwert1-15/+4
2017-01-09Increase tick frequency for responsivenessKaleb Elwert2-2/+2
Based off of PR #866 which did the same thing for the infinity60
2017-01-09Remove KC_ prefix from KEYMAP macro to match other keyboardsKaleb Elwert3-35/+35
2017-01-09removing old programmer layout, in favor of milestogomilestogo4-276/+0
2017-01-09trying to clean up duplicate docsmilestogo8-1001/+0
2017-01-09kinesis remapmilestogo45-266/+2005
2017-01-09Merge pull request #994 from priyadi/unicode_mods_fixJack Humbert1-8/+33
Unregister all mods before inputting Unicode, and reregister afterwards
2017-01-09Merge pull request #993 from priyadi/greek_layerJack Humbert2-5/+193
Greek alphabet layer
2017-01-09Merge pull request #990 from replicaJunction/masterJack Humbert12-22/+536
Update replicaJunction keymap
2017-01-08Unregister all mods before inputting Unicode, and reregister afterwardsPriyadi Iman Nurcahyo1-8/+33