Skip to content

Commit

Permalink
fix(sweep): increase repeat key quick-tap-ms
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Mar 23, 2024
1 parent fb205a9 commit cdc58c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# @JJGadgets ZMK Configuration

## Layer types
**Core**: Main layers used for normal typing usage.
**Util**: Utility layers that are "nice-to-haves", such as macro layers.
**Alt**: Alternate layers to core layers, such as gaming layers.
**Helper**: Layers used to implement functionality, such as layer lock.

## Current Keyboards

### Ferris Sweep
34 keys, nice!nano v2, cradio.keymap

Core: default, num, navi, fn
Util: term & its children
Alt: game
Helper: num_hold, num_lock, lock

![Ferris Sweep layout](./images/cradio.svg)
2 changes: 1 addition & 1 deletion config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
JJ_HT_HOLD(caps, caps_word_hold, bindings = <&kp>, <&mmcw>;)
JJ_HT_HOLD(spc, space_shift, retro-tap; hold-while-undecided; bindings = <&kp>, <&kp>;)
JJ_HT_HOLD(rm, repeat_mod, bindings = <&kp>, <&key_repeat>;)
JJ_HT_HOLD(rl, repeat_layer, quick-tap-ms = <100>; bindings = <&mo>, <&key_repeat>;) // allow hold repeat of repeat key
JJ_HT_HOLD(rl, repeat_layer, quick-tap-ms = <175>; bindings = <&mo>, <&key_repeat>;) // allow hold repeat of repeat key
JJ_HT_HOLD(mto, mod_tap_to_layer, bindings = <&sk>, <&to>;)
JJ_HT_HOLD(mtog, mod_tap_toggle_layer, bindings = <&sk>, <&tog>;)
JJ_HT_HOLD(lt2, layer_tap_2, bindings = <&mo>, <&to>;)
Expand Down

0 comments on commit cdc58c1

Please sign in to comment.