aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-09-06Use keyboard config for nkro (#7)Gravatar IBNobody
* removing nkro references - wip * changed NKRO to be defined by keymap_config
2016-09-06Merge pull request #6 from IBNobody/fix_magic_key_binding_NKROGravatar IBNobody
Set keyboard_nkro (used by TMK) w/ MAGIC_HOST_NKRO
2016-09-06Set keyboard_nkro (used by TMK) w/ MAGIC_HOST_NKROGravatar IBNobody
If NKRO is enabled, also set keyboard_nkro with MAGIC_HOST_NKRO and MAGIC_UNHOST_NKRO.
2016-09-06Merge pull request #5 from IBNobody/make_nkro_report_32_bytesGravatar IBNobody
Change NKRO size fron 16 bytes to 32 bytes.
2016-09-06Change NKRO size fron 16 bytes to 32 bytes.Gravatar IBNobody
2016-09-06Merge remote-tracking branch 'refs/remotes/jackhumbert/master'Gravatar IBNobody
2016-09-06Merge pull request #728 from fitzsim/yoruianGravatar Erez Zukerman
Add new ErgoDox EZ keymap, YORUIAN
2016-09-06Fix ergodox_yoruian XKB namingGravatar Thomas Fitzsimmons
2016-09-05Add new ErgoDox EZ keymap, YORUIANGravatar Thomas Fitzsimmons
2016-09-05Merge pull request #686 from coderkun/coderkun_neo2Gravatar Erez Zukerman
Merge Ergodox keymap “coderkun_neo2”
2016-09-05Merge pull request #678 from algernon/ergodox-ez/algernonGravatar Erez Zukerman
ergodox: Update algernon's keymap to v1.6
2016-09-05Merge pull request #724 from sgoodwin/masterGravatar Jack Humbert
Add my keymap.
2016-09-05Merge pull request #722 from fredizzimo/fix_always_linkingGravatar Jack Humbert
Fix the ldflags.txt and obj.txt checks
2016-09-05Merge pull request #719 from IBNobody/masterGravatar Jack Humbert
Updated docs to show more info on backlight breathing.
2016-09-05Merge pull request #716 from MajorKoos/masterGravatar Jack Humbert
Add support for JD40 MKII PCB
2016-09-05Merge pull request #711 from hot-leaf-juice/masterGravatar Jack Humbert
Updated callum's keymap
2016-09-05Merge pull request #710 from algernon/h/tap-dance/keyup-seq-start-fixGravatar Jack Humbert
tap-dance: Do not start a sequence on keyup
2016-09-05Add my keymap.Gravatar Samuel Ryan Goodwin
2016-09-04Fix the ldflags.txt and obj.txt checksGravatar 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-04Merge pull request #4 from IBNobody/update_atomic_planck_pvc_keymapsGravatar IBNobody
Added diagonal mice macros, breathing ala Atomic
2016-09-04Added diagonal mice macros, breathing ala AtomicGravatar IBNobody
2016-09-03Moved breathing backlighting section in readme.mdGravatar IBNobody
2016-09-03Updated doc to contain breathing information.Gravatar IBNobody
2016-09-03Updated readme to have better backlight breathing info.Gravatar IBNobody
2016-09-03Merge remote-tracking branch 'refs/remotes/jackhumbert/master'Gravatar IBNobody
2016-09-02Add rules.mk fileGravatar Major Koos
2016-09-02Add support for JD40 MKII PCBGravatar Major Koos
RGB Included.
2016-09-02fixed incorrect key combination for locking screen on macOSGravatar Callum Oakley
2016-09-01changed some of the wording in the readmeGravatar Callum Oakley
2016-09-01changed order of modifiers after experimentation, updated readmeGravatar Callum Oakley
2016-09-01Merge remote-tracking branch 'upstream/master'Gravatar Callum Oakley
2016-09-01tap-dance: Do not start a sequence on keyupGravatar 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-31Merge pull request #707 from algernon/f/unicode/get-modeGravatar Jack Humbert
process_unicode: Add get_unicode_input_mode()
2016-08-31process_unicode: Add get_unicode_input_mode()Gravatar 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-30Merge pull request #705 from VoodaGod/bone2planckGravatar Jack Humbert
Bone2planck update
2016-08-30Merge branch 'master'Gravatar Jason Janse van Rensburg
Conflicts: keyboards/planck/keymaps/bone2planck/keymap.c
2016-08-29Merge pull request #703 from jhenahan/feature/jhenahan-keymapGravatar Jack Humbert
jhenahan Planck layout
2016-08-29Merge pull request #700 from algernon/h/ucis/enable-fixGravatar Jack Humbert
build_keyboard.mk: Restore UCIS_ENABLE support
2016-08-29Update READMEGravatar Jack Henahan
2016-08-29jhenahan layoutGravatar Jack Henahan
2016-08-29build_keyboard.mk: Restore UCIS_ENABLE supportGravatar Gergely Nagy
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-28Merge remote-tracking branch 'refs/remotes/jackhumbert/master'Gravatar IBNobody
2016-08-27Merge pull request #697 from fredizzimo/fix_gh_token_problemGravatar Jack Humbert
Fix the .travis.yml so that GH_TOKEN works properly
2016-08-27Merge pull request #696 from fredizzimo/community_boardsGravatar Jack Humbert
Update list of community keyboards
2016-08-28Fix the .travis.yml so that GH_TOKEN works properlyGravatar Fred Sundvik
2016-08-28Update list of community keyboardsGravatar Fred Sundvik
2016-08-27Merge pull request #689 from jeebak/tv44-jeebakGravatar Jack Humbert
Port jeebak's Planck/JD45 keymap to TV44
2016-08-27Merge pull request #684 from tomb0y/kc60_workman_deadGravatar Jack Humbert
Correct typo in kc60 workman-dead keymap
2016-08-27Merge pull request #695 from fredizzimo/dfu-util_instructionsGravatar Jack Humbert
Add dfu-util to the instructions
2016-08-27Merge pull request #693 from fredizzimo/infinity60Gravatar Jack Humbert
Rename infinity_chibios to infinity60, and add readme