Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-06 | Merge pull request #732 from romanzolotarev/master | ||
Change CTL_T(KC_ESC) to KC_LCTRL and update readme | |||
2016-09-06 | Merge pull request #729 from joarau/master | ||
norwegian programmer-friendly layout | |||
2016-09-07 | Change CTL_T(KC_ESC) to KC_LCTRL and update readme | ||
2016-09-06 | Merge pull request #6 from IBNobody/fix_magic_key_binding_NKRO | ||
Set keyboard_nkro (used by TMK) w/ MAGIC_HOST_NKRO | |||
2016-09-06 | Set keyboard_nkro (used by TMK) w/ MAGIC_HOST_NKRO | ||
If NKRO is enabled, also set keyboard_nkro with MAGIC_HOST_NKRO and MAGIC_UNHOST_NKRO. | |||
2016-09-06 | Merge pull request #5 from IBNobody/make_nkro_report_32_bytes | ||
Change NKRO size fron 16 bytes to 32 bytes. | |||
2016-09-06 | Change NKRO size fron 16 bytes to 32 bytes. | ||
2016-09-06 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | ||
2016-09-06 | norwegian programmer-friendly layout | ||
2016-09-06 | Merge pull request #728 from fitzsim/yoruian | ||
Add new ErgoDox EZ keymap, YORUIAN | |||
2016-09-06 | Fix ergodox_yoruian XKB naming | ||
2016-09-05 | Add new ErgoDox EZ keymap, YORUIAN | ||
2016-09-05 | Merge pull request #686 from coderkun/coderkun_neo2 | ||
Merge Ergodox keymap “coderkun_neo2” | |||
2016-09-05 | Merge pull request #678 from algernon/ergodox-ez/algernon | ||
ergodox: Update algernon's keymap to v1.6 | |||
2016-09-05 | Merge pull request #724 from sgoodwin/master | ||
Add my keymap. | |||
2016-09-05 | Merge pull request #722 from fredizzimo/fix_always_linking | ||
Fix the ldflags.txt and obj.txt checks | |||
2016-09-05 | Merge pull request #719 from IBNobody/master | ||
Updated docs to show more info on backlight breathing. | |||
2016-09-05 | Merge pull request #716 from MajorKoos/master | ||
Add support for JD40 MKII PCB | |||
2016-09-05 | Merge pull request #711 from hot-leaf-juice/master | ||
Updated callum's keymap | |||
2016-09-05 | Merge pull request #710 from algernon/h/tap-dance/keyup-seq-start-fix | ||
tap-dance: Do not start a sequence on keyup | |||
2016-09-05 | Add my keymap. | ||
2016-09-04 | Fix the ldflags.txt and obj.txt checks | ||
There was a minor typo, which caused the files to not be generated and therefore the elf files were always linked. | |||
2016-09-04 | Merge pull request #4 from IBNobody/update_atomic_planck_pvc_keymaps | ||
Added diagonal mice macros, breathing ala Atomic | |||
2016-09-04 | Added diagonal mice macros, breathing ala Atomic | ||
2016-09-03 | Moved breathing backlighting section in readme.md | ||
2016-09-03 | Updated doc to contain breathing information. | ||
2016-09-03 | Updated readme to have better backlight breathing info. | ||
2016-09-03 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | ||
2016-09-02 | Add rules.mk file | ||
2016-09-02 | Add support for JD40 MKII PCB | ||
RGB Included. | |||
2016-09-02 | Removing/editing non applicable readme | ||
2016-09-02 | Adding 80 Key Ergodox Support | ||
2016-09-02 | fixed incorrect key combination for locking screen on macOS | ||
2016-09-01 | changed some of the wording in the readme | ||
2016-09-01 | changed order of modifiers after experimentation, updated readme | ||
2016-09-01 | Merge remote-tracking branch 'upstream/master' | ||
2016-09-01 | tap-dance: Do not start a sequence on keyup | ||
There was an odd case, which confused the hell out of tap-dance: suppose you had a number of tap-dance keys, on a layer, and as part of the tap-dance, you turned that layer off - or had it on one-shot to begin with. In this case, the keydown event would trigger the tap-dance key, but the keyup would not. This had two funky consequences: - tap-dance did not correctly register that the dance has ended. - pressing any other tap-dance key would interrupt the previous tap-dance, and potentially input unwanted characters. To fix this, we simply do not start a tap-dance sequence on keyup, only when it is pressed. This way the previous sequence has enough time to time-out and finish properly, and we don't get confused. This fixes algernon/ergodox-layout#107. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-08-31 | Merge pull request #707 from algernon/f/unicode/get-mode | ||
process_unicode: Add get_unicode_input_mode() | |||
2016-08-31 | process_unicode: Add get_unicode_input_mode() | ||
There may be cases where one would like to know the current Unicode input mode, without having to keep track of it themselves. Add a function that does just this. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-08-30 | Merge pull request #705 from VoodaGod/bone2planck | ||
Bone2planck update | |||
2016-08-30 | Merge branch 'master' | ||
Conflicts: keyboards/planck/keymaps/bone2planck/keymap.c | |||
2016-08-29 | Merge pull request #703 from jhenahan/feature/jhenahan-keymap | ||
jhenahan Planck layout | |||
2016-08-29 | Merge pull request #700 from algernon/h/ucis/enable-fix | ||
build_keyboard.mk: Restore UCIS_ENABLE support | |||
2016-08-29 | Merge pull request #3 from jackhumbert/master | ||
Merge from jackhumbert | |||
2016-08-29 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | ||
2016-08-29 | Update README | ||
2016-08-29 | jhenahan layout | ||
2016-08-29 | build_keyboard.mk: Restore UCIS_ENABLE support | ||
During the build system refactor, support for enabling UCIS seems to have been lost. This little patch adds that back, so that keymaps using UCIS can be compiled again. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org> | |||
2016-08-28 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | ||
2016-08-27 | Merge pull request #697 from fredizzimo/fix_gh_token_problem | ||
Fix the .travis.yml so that GH_TOKEN works properly |