Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-08 | Merge pull request #736 from tong92/master | Jack Humbert | |
add tong92 keymap | |||
2016-09-08 | Merge pull request #735 from romanzolotarev/patch-1 | Jack Humbert | |
Fix typo | |||
2016-09-08 | Merge pull request #733 from cbbrowne/master | Jack Humbert | |
Various recent enhancements to my keyboard map | |||
2016-09-08 | Merge pull request #730 from IBNobody/master | Jack Humbert | |
Change NKRO Report Size = 32, User Print | |||
2016-09-08 | add tong92 keymap | tong92 | |
2016-09-08 | Fix typo | Roman Zolotarev | |
2016-09-07 | Added User Print - A "light" console out option (#8) | IBNobody | |
User print disables the normal print messages in the body of QMK/TMK code and is meant as a lightweight alternative to NOPRINT. Use it when you only want to do a spot of debugging but lack flash resources for allowing all of the codebase to print (and store their wasteful strings). | |||
2016-09-07 | Borrowed joint Shift/Enter idea from sgoodwin mapping | cbbrowne | |
2016-09-07 | Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware | cbbrowne | |
2016-09-06 | Use keyboard config for nkro (#7) | IBNobody | |
* removing nkro references - wip * changed NKRO to be defined by keymap_config | |||
2016-09-06 | Merge pull request #732 from romanzolotarev/master | Erez Zukerman | |
Change CTL_T(KC_ESC) to KC_LCTRL and update readme | |||
2016-09-06 | Merge pull request #729 from joarau/master | Erez Zukerman | |
norwegian programmer-friendly layout | |||
2016-09-07 | Change CTL_T(KC_ESC) to KC_LCTRL and update readme | Roman Zolotarev | |
2016-09-06 | Merge pull request #6 from IBNobody/fix_magic_key_binding_NKRO | IBNobody | |
Set keyboard_nkro (used by TMK) w/ MAGIC_HOST_NKRO | |||
2016-09-06 | Set keyboard_nkro (used by TMK) w/ MAGIC_HOST_NKRO | IBNobody | |
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 | IBNobody | |
Change NKRO size fron 16 bytes to 32 bytes. | |||
2016-09-06 | Change NKRO size fron 16 bytes to 32 bytes. | IBNobody | |
2016-09-06 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | |
2016-09-06 | norwegian programmer-friendly layout | joar | |
2016-09-06 | Merge pull request #728 from fitzsim/yoruian | Erez Zukerman | |
Add new ErgoDox EZ keymap, YORUIAN | |||
2016-09-06 | Fix ergodox_yoruian XKB naming | Thomas Fitzsimmons | |
2016-09-05 | Add new ErgoDox EZ keymap, YORUIAN | Thomas Fitzsimmons | |
2016-09-05 | Merge pull request #686 from coderkun/coderkun_neo2 | Erez Zukerman | |
Merge Ergodox keymap “coderkun_neo2” | |||
2016-09-05 | Merge pull request #678 from algernon/ergodox-ez/algernon | Erez Zukerman | |
ergodox: Update algernon's keymap to v1.6 | |||
2016-09-05 | Merge pull request #724 from sgoodwin/master | Jack Humbert | |
Add my keymap. | |||
2016-09-05 | Merge pull request #722 from fredizzimo/fix_always_linking | Jack Humbert | |
Fix the ldflags.txt and obj.txt checks | |||
2016-09-05 | Merge pull request #719 from IBNobody/master | Jack Humbert | |
Updated docs to show more info on backlight breathing. | |||
2016-09-05 | Merge pull request #716 from MajorKoos/master | Jack Humbert | |
Add support for JD40 MKII PCB | |||
2016-09-05 | Merge pull request #711 from hot-leaf-juice/master | Jack Humbert | |
Updated callum's keymap | |||
2016-09-05 | Merge pull request #710 from algernon/h/tap-dance/keyup-seq-start-fix | Jack Humbert | |
tap-dance: Do not start a sequence on keyup | |||
2016-09-05 | Add my keymap. | Samuel Ryan Goodwin | |
2016-09-04 | Fix the ldflags.txt and obj.txt checks | Fred Sundvik | |
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 | IBNobody | |
Added diagonal mice macros, breathing ala Atomic | |||
2016-09-04 | Added diagonal mice macros, breathing ala Atomic | IBNobody | |
2016-09-03 | Moved breathing backlighting section in readme.md | IBNobody | |
2016-09-03 | Updated doc to contain breathing information. | IBNobody | |
2016-09-03 | Updated readme to have better backlight breathing info. | IBNobody | |
2016-09-03 | Merge remote-tracking branch 'refs/remotes/jackhumbert/master' | IBNobody | |
2016-09-02 | Add rules.mk file | Major Koos | |
2016-09-02 | Add support for JD40 MKII PCB | Major Koos | |
RGB Included. | |||
2016-09-02 | fixed incorrect key combination for locking screen on macOS | Callum Oakley | |
2016-09-01 | changed some of the wording in the readme | Callum Oakley | |
2016-09-01 | changed order of modifiers after experimentation, updated readme | Callum Oakley | |
2016-09-01 | Merge remote-tracking branch 'upstream/master' | Callum Oakley | |
2016-09-01 | tap-dance: Do not start a sequence on keyup | Gergely Nagy | |
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 | Jack Humbert | |
process_unicode: Add get_unicode_input_mode() | |||
2016-08-31 | process_unicode: Add get_unicode_input_mode() | Gergely Nagy | |
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 | Jack Humbert | |
Bone2planck update | |||
2016-08-30 | Merge branch 'master' | Jason Janse van Rensburg | |
Conflicts: keyboards/planck/keymaps/bone2planck/keymap.c | |||
2016-08-29 | Merge pull request #703 from jhenahan/feature/jhenahan-keymap | Jack Humbert | |
jhenahan Planck layout |