summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-06Merge pull request #238 from alexjj/masterErez Zukerman
Submitting my ergodox EZ layout
2016-04-06switched raise and lower layerstak3over
2016-04-05Fixup the cluepad codeskullY
2016-04-05Fix the clueboard2 led codeskullY
2016-04-06Fix issue #221: LGUI(KC_LSFT) does not workDidier Loiseau
- on mod keys, register LGUI, LSFT etc. as normal mods instead of weak mods: - they won't be cleared by layer switching - LSFT(KC_LGUI) will now have the same behavior as LGUI(KC_LSFT)
2016-04-06Removed D(LSFT) is CSA macrosDidier Loiseau
Were causing stuck LSFT weak mods.
2016-04-06Add delay to CSA macros using dead keysDidier Loiseau
With the BÉPO over CSA on Windows, the dead keys stop working after a while, like in http://superuser.com/questions/776558/suddenly-dead-keys-dont-work I suspect this is triggered by too fast typing from macros.
2016-04-06Fix issue #221: LGUI(KC_LSFT) does not workDidier Loiseau
on mod keys, register LGUI, LSFT etc. as normal mods instead of weak mods: - they won't be cleared when pressing another key (#188) - they won't be cleared by layer switching - LSFT(KC_LGUI) will now have the same behavior as LGUI(KC_LSFT)
2016-04-06Fixed compilation issuesDidier Loiseau
2016-04-05updated my keymaptak3over
2016-04-05Modified keymaptak3over
2016-04-05Updated hexAlex Johnstone
2016-04-05:pound: typoAlex Johnstone
2016-04-05:pound: typoAlex Johnstone
2016-04-05Merge pull request #5 from jackhumbert/masterAlex Johnstone
Sync with upstream
2016-04-05updates to noiseJack Humbert
2016-04-05Merge branch 'master' of https://github.com/jackhumbert/tmk_keyboardJack Humbert
2016-04-05add silent notesJack Humbert
2016-04-05Refactor the source layer cache encodingWojciech Siewierski
2016-04-04Update tak3over.ctak3over
2016-04-04Merge branch 'master' of https://github.com/jackhumbert/qmk_firmwareStephan Bösebeck
2016-04-04Merge pull request #2 from jackhumbert/mastertak3over
Update from source
2016-04-04Merge pull request #1 from tak3over/tak3over-patch-1tak3over
Minor documentation error. Raise and Lower.
2016-04-04Minor documentation error. Raise and Lower.tak3over
The Raise and Lower keys were transposed in the comment key map for all layers. Assuming _RS and _LW should be mapped to Raise and Lower respectively. Probably is the same in the other custom keymaps that copied from this default.
2016-04-04Merge pull request #235 from mbarkhau/masterErez Zukerman
add indent to generated keymap
2016-04-03minor updates - new PNGStephan Bösebeck
2016-04-03music mode fileJack Humbert
2016-04-03add indent to generated keymapManuel Barkhau
2016-04-03Links to build guideErez Zukerman
2016-04-03Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware into ↵Wojciech Siewierski
modifier-release-fix
2016-04-03Merge pull request #213 from mbarkhau/masterErez Zukerman
Add manuneo layout
2016-04-03Merge pull request #234 from sboesebeck/masterErez Zukerman
several iterations later
2016-04-02use action function for unicodeManuel Barkhau
2016-04-02Update PREVENT_STUCK_MODIFIERS documentation in READMEWojciech Siewierski
2016-04-02Cleanup after mergeWojciech Siewierski
- remove a superfluous parenthesis - wrap lines longer than 80 characters - add const specifiers where appropriate - remove unnecessary casts
2016-04-02Merge branch 'modifier-release-fix' of ↵Wojciech Siewierski
https://github.com/eltang/qmk_firmware into modifier-release-fix
2016-04-02Update action.celtang
2016-04-02Update action.celtang
2016-04-02Update action.celtang
2016-04-02Update action.celtang
2016-04-02Removed remaining ALT_T and CTL_T keysDidier Loiseau
Having "true" modifiers is more reliable and practical. - moved APP in place of HOME - moved HOME in place of LSFT on left thumb - moved END in place of RSFT on right thumb (Ctrl+End with single hand!) - removed ALT_T from KC_ESC
2016-04-02Use TG() to switch to BÉPO over CSA, and use KC_TRNS in LR_CSADidier Loiseau
Simplifies future changes to modifier and special keys + removed M_TGCSA macro
2016-04-02Replace Play by temporary num layer with left AltDidier Loiseau
- move play on fn+left thumb - move prev/next besides play
2016-04-02BÉPO over CSA: Altgr-shifted layerDidier Loiseau
- all characters available directly in CSA - more explicit names for macros that switch accross CSA layers - use macros to implement the shifts next to the spaces
2016-04-02BÉPO over CSA: GR2A-shifted characters in AltGr layerDidier Loiseau
- define aliases for all GR2A-shifted characters - use the available characters in BÉPO over CSA AltGr layer
2016-04-02BÉPO over CSA: Fixed key repeat for M_NBSPDidier Loiseau
2016-04-02Use CSA_ as prefix for Canadian Multilingual key aliasesDidier Loiseau
CM is already used for Colemak.
2016-04-02BÉPO over CSA: GR2A characters in AltGr layerDidier Loiseau
- define aliases for all GR2A characters (unshifted) - use the available characters in the BÉPO over CSA AltGr layer
2016-04-02BÉPO over CSA: unicode supportDidier Loiseau
- implement easy way to define and send unicode characters on Windows - define 3 characters not available in CSA: - en dash: – - em dash: — - ellipsis: …
2016-04-02BÉPO over CSA: AltGr layerDidier Loiseau
- implemented the most useful characters: - all French characters + € - common programmer characters - other keys implemented as KC_NO to avoid mistyping a character from a lower layer - AltGr+Shift not supported (yet)