aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-01-29registering a weak_mods when using register_code16Gravatar SjB
Scenario: Locking the KC_LSHIFT, and then using a tap dance key that registers a S(KC_9) will unregister the KC_LSHIFT. The tap dance or any keycode that is registered should not have the side effect of cancelling a locked moditifier. We should be using a similar logic as the TMK codes in tmk_core/comman/action.c:158.
2017-01-23speeding up (un)register_code16Gravatar SjB
In register_code16 and unregister_code16 we call register_code and unregister_code twice, once for the mods and once for the keycode. The (un)register_code have many check to see that keycode we have sent however because we know that we are sending it a mods key, why not just skip all of it and call (un)register_mods instead. This will skip alot of checks and should speedup the loop a little.
2017-01-23turn off rgb_midi in ezGravatar Jack Humbert
2017-01-23Merge pull request #1026 from TerryMathews/masterGravatar Jack Humbert
Let's Split: More code cleanup
2017-01-22More code cleanupGravatar TerryMathews
Missed a few commented out vestigal defines in revx/config.h that had been moved to keymap/serial and i2c.
2017-01-22Merge pull request #1018 from hot-leaf-juice/masterGravatar Jack Humbert
simplified my keymap
2017-01-22More keyboard map tweaking (#1019)Gravatar Christopher Browne
* Add HOME/END keys as upper/lower on arrow-up/down * Reduce .hex file size by turning off unneeded options * Put digit keypad onto left hand upon RAISE; this will sometimes be preferable to double-hits of right hand
2017-01-22Merge pull request #1020 from remigius42/masterGravatar Jack Humbert
Swiss German layout for Ergodox EZ & Infinity
2017-01-22Merge pull request #1022 from lucwastiaux/masterGravatar Jack Humbert
Improvements to Dvorak Programmer Ergodox keymap
2017-01-22Merge pull request #1021 from luizribeiro/ps2avrGBGravatar Jack Humbert
Support for ps2avrGB / winkeyless.kr boards
2017-01-22Merge pull request #1023 from TerryMathews/masterGravatar Jack Humbert
Corrects Let's Split code
2017-01-22Missed commenting out notes at end of lineGravatar TerryMathews
2017-01-22Fixed keymap matrix on rev2Gravatar TerryMathews
* Fixed keymap matrix in rev2 so that left half and right half match when in same orientation.
2017-01-22Created lines to uncomment keyboards built upside downGravatar TerryMathews
* Reverses column order to fix left-to-right key order that occurs if PCB assembled upside down.
2017-01-22Refactor code to eliminate duplicate definesGravatar TerryMathews
* Moved duplicated defines out of inappropriate source files (matrix pins in keymap subdirectory) * Eliminated default keymap directory * Hardcoded serial keymap to use serial defines and EE_CONFIG * Hardcoded i2c keymap to use i2c defines
2017-01-22Upgrade AVR 8-bit Toolchain to 3.5.4 on TravisGravatar Luiz Ribeiro
2017-01-22SG Ergodox layout: Updated layout documentationGravatar Andreas Schmidt
- Swiss German Ergodox layout: Updated layout documentation based on previous layout changes.
2017-01-22SG Ergodox layout: Fixed ENTER key mappingGravatar Andreas Schmidt
- Swiss German Ergodox layout: Additional ENTER key was mapped to wrong layer and keyboard half.
2017-01-22SG Ergodox layout: Minor code formatting changesGravatar Andreas Schmidt
- Swiss German Ergodox layout: Removed unnecessary spaces.
2017-01-22SG Ergodox layout: Add ENTER to left keyboardGravatar Andreas Schmidt
- Swiss German Ergodox layout: Added ENTER key to left keyboard half on media layer such that the enter key is available on both halves to be able to flash both halves without an additional keyboard.
2017-01-22SG Ergodox layout: Add <br/> macro to media layerGravatar Andreas Schmidt
- Added <br/> macro to media layer of Swiss German layout for Ergodox
2017-01-22document BRACKETS and SHELL_LAYERGravatar lucwastiaux
2017-01-21Added a copyright header to the default keymap... ¯\_(ツ)_/¯Gravatar Luiz Ribeiro
2017-01-21Slightly saner default keymap for ps2avrGB and removed some unused codeGravatar Luiz Ribeiro
2017-01-21Simplified and polished a bit the code changes on tmk_coreGravatar Luiz Ribeiro
2017-01-21Renamed JSON source of Ergodox Swiss GermanGravatar Andreas Schmidt
- Renamed the JSON source files for the layout description of the Ergodox Swiss German keymap
2017-01-21Correct layout description of ergodox swissgermanGravatar Andreas Schmidt
- Added missing HTML macros to media layer.
2017-01-21Removed Ergodox EZ & Infinity specific keymapsGravatar Andreas Schmidt
- Removed the keymaps for Swiss German spefic for Ergodox EZ and Infinity after previously merging them.
2017-01-21Merged keymap for Ergodox EZ & InfinityGravatar Andreas Schmidt
- Merged keymap for Ergodox EZ & Infinity into one single keymap using pre-processor macros.
2017-01-21Simplification and code polish on ps2avrGB directoryGravatar Luiz Ribeiro
2017-01-21Got ps2avrGB to work with the V-USB protocolGravatar Luiz Ribeiro
2017-01-21make shell layer more compatible with default layerGravatar lucwastiaux
2017-01-21Add Swiss German layout for Ergodox InfinityGravatar Andreas Schmidt
- 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 EZGravatar Andreas Schmidt
- 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 layerGravatar lucwastiaux
2017-01-20simplifyGravatar Callum Oakley
2017-01-19introduce shell_layerGravatar lucwastiaux
2017-01-18Merge pull request #1016 from arthurnn/patch-1Gravatar Jack Humbert
this is the atreus doc
2017-01-18this is the atreus docGravatar Arthur Nogueira Neves
2017-01-17Merge pull request #1013 from mitchlloyd/mitch-keymap-updateGravatar Jack Humbert
Update mitch layout for new keymaps
2017-01-17Update mitch layout for new keymapsGravatar Mitch Lloyd
2017-01-17put shell nav under tab, introduce an OSL for the brackets layerGravatar lucwastiaux
2017-01-15Merge pull request #987 from belak/belak/whitefox-initial-supportGravatar Jack Humbert
Initial whitefox support
2017-01-15Merge pull request #996 from milestogo/masterGravatar Jack Humbert
kinesis keyboard with subdirectories for different hardware - matches pull #911
2017-01-15Merge pull request #999 from deadcyclo/masterGravatar Jack Humbert
Adds layer images to the deadcyclo layout readme
2017-01-15Merge pull request #1003 from mneme/masterGravatar Jack Humbert
Layout "Mneme" for Atreus62
2017-01-15Merge pull request #1005 from kd0kkv/patch-1Gravatar Jack Humbert
Update keymap.c
2017-01-15Merge pull request #1006 from Vifon/masterGravatar Jack Humbert
Update the vifon keymap
2017-01-15Merge pull request #1007 from bryan4887/bryanGravatar Jack Humbert
Added Bryan's keymap
2017-01-15Merge pull request #1009 from getclacking/masterGravatar Jack Humbert
Typo fix