Git Product home page Git Product logo

manna-harbour / qmk_firmware Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qmk/qmk_firmware

280.0 280.0 61.0 278.54 MB

See the "forkreadme" branch or the following link for a description of branches maintained in this fork.

Home Page: https://github.com/manna-harbour/qmk_firmware/blob/forkreadme/readme.org

License: GNU General Public License v2.0

Dockerfile 0.01% Makefile 3.17% Shell 0.05% C 93.80% C++ 2.21% JavaScript 0.01% Python 0.68% Assembly 0.02% Nix 0.01% Go 0.01% Roff 0.03% AutoHotkey 0.01% SourcePawn 0.01%

qmk_firmware's Introduction

qmk_firmware's People

Contributors

drashna avatar erovia avatar ezuk avatar fauxpark avatar filterpaper avatar fredizzimo avatar ibnobody avatar jackhumbert avatar mechmerlin avatar mtei avatar nooges avatar noroadsleft avatar peepeetee avatar priyadi avatar qmk-bot avatar sboesebeck avatar shelaf avatar skullydazed avatar stanrc85 avatar tmk avatar tzarc avatar umi-umi avatar vomindoraan avatar xelus22 avatar xscorpion2 avatar xyverz avatar yanfali avatar yashikno avatar yiancar avatar zvecr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qmk_firmware's Issues

Bilateral Combinations

Bilateral Combinations

The last mod-tap hold will be converted to the corresponding mod-tap tap if another key on the same hand is tapped during the hold, unless a key on the other hand is tapped first.

This option can be used to prevent accidental modifier combinations with mod-tap, in particular those caused by rollover on home row mods.

This is a proof of concept implementation. Please note the known issues.

A more correct implementation based on per-keypair tapping term is planned for the future. If successful, the current implementation will be dropped. If not, issues with the current implementation will be addressed and a PR submitted upstream.

Flashing Mods

I am not sure whether this is per design or a bug, but I am experiencing an issue with the bilateral combination setting. Despite it being turned on, the modifier code still seems to register for same-handed combinations. But instead of being sent together with the next key code, it is sent by itself.

Describe the Bug

Example (using colemak):

  1. Press and hold LGUI_T(KC_A) longer than TAPPING_TERM
  2. Press any other left-hand key, for example KC_R

This results in the following sequence of key strokes:

  1. KC_LGUI
  2. KC_A
  3. KC_R

Note that the modifier is not sent together with the next key, instead it is sent by "itself" (triggered upon pressing the 2nd key). Accordingly, this issue does not matter for modifiers which do not do anything by themselves (shift, control), but for Alt and in particular for Gui, it has unintended effects on Windows 10. E.g., the above sequence will result in the windows start menu being opened and "AR" being typed into the search bar.

System Information

  • Keyboard:
    • Revision (if applicable): Katana60 rev2
  • Operating system: Windows 10
  • AVR GCC version: 8.4.0
  • ARM GCC version: 8.3.1 20190703 (release) [gcc-8-branch revision 273027]
  • QMK Firmware version: 0.12.50 (merged with the Oct 26, 2020 version of your bilateral-combinations branch)
  • Any keyboard related software installed?
    • AutoHotKey
    • Karabiner
    • Other: WinCompose v0.9.6 (issue persists when disabling the software)

[Feature Request] bilateral combinations per key setting

A bilateral_combinations_per_key setting for the bilateral combinations option could be a useful feature.

Description

The setting would determine which tab-mods would be affected by the bilateral combinations setting and would work similar to permissive_hold_per_key. The setting would be useful to allow for certain one-handed combinations, while restricting home row mods to opposite hands. E.g., one could enable one-handed short-cuts involving thumb mods, which would be useful when when having one hand on the keyboard and the other one on the mouse

Per-Key Customisation

Extend BILATERAL_COMBINATIONS_HANDS from #17 (comment) to support left / right / any, to allow some keys to be immediately used as mods when combined with keys from either hand, for keys used as mods that can be reached from either hand.

Note same hand combinations are also already supported with a timeout:

If BILATERAL_COMBINATIONS is defined to a value, hold times greater than that value will permit same hand combinations.

[Feature Request] Disable a few mod keys

It would be awesome to be possible to disable a few modifiers from the Bilateral Combinations setup. I want to do Ctrl+C, Ctrl+V or Ctrl+R with the same hand (e.g. LCTL_T(KC_Z) + KC_C) because I'm very used to doing this with the same hand and I always end up with "zc", "zv" since my Ctrl mod is on Z.

Retro Shift

Retro Shift

Auto Shift for Tap Hold via Retro Tapping

Retro Shift combines the Tap Hold logic of Retro Tapping with the configurable keycode range matching of Auto Shift while preserving the ability to hold and release without producing a tap.

This is a proof of concept implementation. Please note the known issues.

Support Irregular Matrices

Describe the Bug

I have merged your branches manna-harbour/miryoku and manna-harbour/bilateral-combinations in my copy of qmk_firmware/master and enabled the BILATERAL_COMBINATIONS feature in config.h. I have noticed that keyboard combinations Ctrl-Backspace and Ctrl-Delete (e.g., delete previous and next work in Notepad) do not work anymore. Without the merge of manna-harbour/bilateral-combinations (but with manna-harbour/miryoku), both work as expected.

System Information

  • Keyboard: Planck
    • Revision (if applicable): 6
  • Operating system: Windows 10
  • AVR GCC version: 5.4.0
  • ARM GCC version: 9.2.1
  • QMK Firmware version: 0.11.56 (with manna-harbour/miryoku and manna-harbour/bilateral-combinations merged in)
  • Any keyboard related software installed?
    • AutoHotKey
    • Karabiner
    • Other:

Additional Context

You can find the branch here: https://github.com/Shredder/qmk_firmware/tree/dev_jz_bilateral_combinations.

Modular Hardware QMK

Modular Hardware QMK

Provides modular hardware support for QMK keymaps. The following capabilities are included:

  • Pointing devices:
    • Devices:
      • PAW3204
      • PIM447
      • PMW3360
      • Raw HID (non-integrated pointing device via daemon on host)
    • Transformation of movement:
      • Acceleration:
        • Linear
        • Polynomial
      • Axes rotation
      • Conversion:
        • Converted to:
          • Scroll
          • Reduced movement
          • Key taps
        • Activated by:
          • Layer
          • Key tap to toggle
          • Key hold
    • Reaction to movement:
      • Layer activation

Enabling support requires only adding a single line to the keymap, and features can be selected at build time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.