Skip to content

Commit

Permalink
Fix broken README links
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaiya committed Mar 26, 2022
1 parent 9097368 commit 88edf1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ you are looking for something a bit more stable you may be interested the
- Speed (a hand tuned input loop written in C that takes <<1ms)
- Simplicity (a [config format](#sample-config) that is intuitive)
- Consistency (modifiers that [play nicely with layers](docs/keyd.scdoc#Layers) by default)
- Modularity (a UNIXy core extensible through the use of an [IPC](keyd.scdoc#IPC) mechanism)
- Modularity (a UNIXy core extensible through the use of an [IPC](https://github.com/rvaiya/keyd/blob/90973686723522c2e44d8e90bb3508a6da625a20/docs/keyd.scdoc#L391) mechanism)

# Features

Expand All @@ -31,7 +31,7 @@ as well as some which are unique to keyd.

Some of the more interesting ones include:

- Layers (with support for [hybrid modifiers](keyd.md#Layers)).
- Layers (with support for [hybrid modifiers](https://github.com/rvaiya/keyd/blob/6dc2d5c4ea76802fd192b143bdd53b1787fd6deb/docs/keyd.scdoc#L128)).
- Key overloading (different behaviour on tap/hold).
- Keyboard specific configuration.
- Instantaneous remapping (no more flashing :)).
Expand Down

0 comments on commit 88edf1b

Please sign in to comment.