summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-07-29Change _delay_ms to wait_ms in algernon keymapFred Sundvik1-1216/+1217
2016-07-29Move some of the Ergodox config settings to sharedFred Sundvik3-37/+37
2016-07-29Add empty led control functions to Infinity ErgodoxFred Sundvik2-0/+96
So that most keymaps compiles and links
2016-07-29Most ergodox keymaps compiles on InfinityFred Sundvik21-32/+46
There are linker errors due to missing led funcitonality though
2016-07-29All Ez keymaps compilesFred Sundvik58-58/+70
2016-07-29Initial structure for Ergodox as subprojectsFred Sundvik219-23/+58
Only the EZ default keymaps compiles at the moment though.
2016-07-29Merge pull request #584 from algernon/ergodox-ez/algernonErez Zukerman4-28/+687
ergodox_ez: Upgrade my keymap to v1.4
2016-07-29Merge pull request #583 from coderkun/coderkun_neo2Erez Zukerman2-7/+15
Ergodox EZ: update keymap “coderkun_neo2”
2016-07-29Merge pull request #580 from MatsLanGoH/patch-1Erez Zukerman1-1/+1
Fixed a typo
2016-07-29ergodox_ez: Upgrade my keymap to v1.4Gergely Nagy4-28/+687
* When toggling the key logging on or off, the LEDs will do a little dance. * The keylogger is now optional, but enabled by default. Use `KEYLOGGER_ENABLE=no` on the `make` command line to disable it. * The `TAB`/`ARRW` key was turned into a tap-dance key, allowing one to toggle the **ARROW** layer on by double-tapping, and as such, avoid the need to hold the key. * The `-`/`_` key was turned into a tap-dance key too. * There is now a way to travel time with the keyboard, toggle the feature on by hitting `LEAD t`. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-07-29disable sleep LEDcoderkun1-1/+2
2016-07-29complete labels for modifiers in keymap schemacoderkun1-2/+2
2016-07-29use Ergodox EZ’s third LED for “scroll lock”coderkun1-2/+9
2016-07-29fix grave (GRV) and acute (ACUT) accentscoderkun1-2/+2
2016-07-29Fixed a typoMatthias1-1/+1
Fixed a typo in line 738 'void martix_init' to 'void matrix_init'
2016-07-28Merge pull request #578 from 0xdec/masterJack Humbert4-0/+234
0xdec Preonic keymap
2016-07-28Merge pull request #577 from hot-leaf-juice/masterJack Humbert3-0/+211
Pull request to include my keymap if you want it!
2016-07-28Merge pull request #573 from algernon/f/make-all-stop-on-errorJack Humbert1-2/+2
tmk_core/rules.mk: Make PRINT_ERROR* stop on error
2016-07-28Create 0xdec Preonic keymapJordi Orlando4-0/+234
An ergonomically optimized Colemak keymap for the grid-layout Preonic
2016-07-28Merge pull request #572 from algernon/f/tap-dance-debugJack Humbert2-0/+16
tap-dance: Add some debugging support
2016-07-28Merge pull request #570 from sethbc/fix_bone2planck_buildJack Humbert1-10/+8
Fix bone2planck build
2016-07-28Merge pull request #569 from sethbc/fix_stanleylai_warningsJack Humbert1-10/+5
kill warnings filling up travis buildlog
2016-07-28Merge pull request #568 from sethbc/fix-colemak-osx-pc-noJack Humbert1-1/+1
update NO_AMP to NO_AMPR
2016-07-28Merge pull request #566 from SmackleFunky/masterJack Humbert1-2/+2
Allow toggling out of plover layer
2016-07-28Merge pull request #559 from Talljoe/fix-compiler-warningJack Humbert1-1/+1
Fix compiler warning when PREVENT_STUCK_MODIFIERS is enabled.
2016-07-28Merge pull request #564 from mazinbokhari/masterJack Humbert2-0/+0
Move to keyboards
2016-07-28Added readme.md for custom layout.Callum Oakley1-0/+48
2016-07-27Added custom keymap.Callum Oakley2-0/+163
Added custom keymap.
2016-07-27tap-dance: Add some debugging supportGergely Nagy2-0/+16
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-07-27tmk_core/rules.mk: Make PRINT_ERROR* stop on errorGergely Nagy1-2/+2
Instead of `&& false`, explicitly `exit 1` to make the rules using these macros fail. This fixes #571, and likely breaks Travis badly. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-07-27remove unnecessary includesSeth Chandler1-2/+0
2016-07-27fix numerous errors in bone2planck keymapSeth Chandler1-10/+10
2016-07-27kill warnings filling up travis buildlogSeth Chandler1-10/+5
2016-07-27update NO_AMP to NO_AMPRSeth Chandler1-1/+1
2016-07-27Allow toggling out of plover layerSmackleFunky1-2/+2
2016-07-27Move to keyboardsMazin Bokhari2-0/+0
2016-07-27Merge pull request #562 from michaelklos/docErez Zukerman1-1/+26
Added Tap Dance Example
2016-07-27Merge pull request #533 from mazinbokhari/masterErez Zukerman2-0/+350
Add my layout optimized for working in emacs, vim, command line, etc.
2016-07-27Added Tap Dance ExampleMichael Klos1-1/+26
Added (simple) Tap Dance example implementation steps.
2016-07-26disable midi by defaultJack Humbert1-2/+2
2016-07-26Delete default.pngerlo muvman1-0/+0
2016-07-26Delete default_highres.pngerlo muvman1-0/+0
2016-07-26Update readme.mderlo muvman1-18/+18
2016-07-26Update readme.mderlo muvman1-18/+18
2016-07-26Update readme.mderlo muvman1-6/+0
2016-07-25Merge pull request #558 from lindhe/masterJack Humbert2-2/+2
Fix misspelled command in Norwegian helper
2016-07-25Change Nordic ampersand code to match the EnglishAndreas Lindhé1-1/+1
Changed from "NO_AMP" to "NO_AMPR" since the KC one is "KC_AMPR"
2016-07-25Fix misspelled command in Norwegian helperAndreas Lindhé1-1/+1
2016-07-25Fixes midi functionalityJack Humbert5-17/+17
2016-07-25Merge pull request #554 from robertdale/music-recording-documentationJack Humbert1-0/+11
Added music recording/playing doc