| Age | Commit message (Collapse) | Author |
|
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.
|
|
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.
|
|
|
|
Let's Split: More code cleanup
|
|
Missed a few commented out vestigal defines in revx/config.h that had
been moved to keymap/serial and i2c.
|
|
simplified my keymap
|
|
* 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
|
|
Swiss German layout for Ergodox EZ & Infinity
|
|
Improvements to Dvorak Programmer Ergodox keymap
|
|
Support for ps2avrGB / winkeyless.kr boards
|
|
Corrects Let's Split code
|
|
|
|
* Fixed keymap matrix in rev2 so that left half and right half match
when in same orientation.
|
|
* Reverses column order to fix left-to-right key order that occurs if
PCB assembled upside down.
|
|
* 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
|
|
|
|
- Swiss German Ergodox layout:
Updated layout documentation based on previous
layout changes.
|
|
- Swiss German Ergodox layout:
Additional ENTER key was mapped to wrong layer
and keyboard half.
|
|
- Swiss German Ergodox layout:
Removed unnecessary spaces.
|
|
- 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.
|
|
- Added <br/> macro to media layer of Swiss German layout
for Ergodox
|
|
|
|
|
|
|
|
|
|
- Renamed the JSON source files for the layout description of
the Ergodox Swiss German keymap
|
|
- Added missing HTML macros to media layer.
|
|
- Removed the keymaps for Swiss German spefic for Ergodox EZ
and Infinity after previously merging them.
|
|
- Merged keymap for Ergodox EZ & Infinity into one single
keymap using pre-processor macros.
|
|
|
|
|
|
|
|
- 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.
|
|
- 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.
|
|
|
|
|
|
|
|
this is the atreus doc
|
|
|
|
Update mitch layout for new keymaps
|
|
|
|
|
|
Initial whitefox support
|
|
kinesis keyboard with subdirectories for different hardware - matches pull #911
|
|
Adds layer images to the deadcyclo layout readme
|
|
Layout "Mneme" for Atreus62
|
|
Update keymap.c
|
|
Update the vifon keymap
|
|
Added Bryan's keymap
|
|
Typo fix
|