summaryrefslogtreecommitdiff
path: root/keyboards/signum/3_0/elitec/keymaps/default/readme.md
diff options
context:
space:
mode:
authorJan Christoph Ebersbach <jceb@e-jc.de>2019-04-30 06:35:34 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-29 21:35:34 -0700
commit4c2453aa1b71d269f67a25c89848965f9a6d2925 (patch)
tree0a21ffbc57d9405c5dfcaf269bee686155c3bc32 /keyboards/signum/3_0/elitec/keymaps/default/readme.md
parentc745d9b82e3f2047feb97a7a8937f27c6e989fd7 (diff)
[Keyboard] Signum3.0 remove sortedcontainers (#5679)
* Remove dependency on sortedcontainers * Sort dictionary on output
Diffstat (limited to 'keyboards/signum/3_0/elitec/keymaps/default/readme.md')
-rw-r--r--keyboards/signum/3_0/elitec/keymaps/default/readme.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/signum/3_0/elitec/keymaps/default/readme.md b/keyboards/signum/3_0/elitec/keymaps/default/readme.md
index efd43a9bf9..54db18cd31 100644
--- a/keyboards/signum/3_0/elitec/keymaps/default/readme.md
+++ b/keyboards/signum/3_0/elitec/keymaps/default/readme.md
@@ -11,10 +11,6 @@ starting point to create your own layouts for the Signum 3.0 with
# Customization
-- Install `python3` and [Sorted Containers
- Library](http://www.grantjenks.com/docs/sortedcontainers/), `pip
- install sortedcontainers`.
-
- Customize `layout.py` to your liking.
- Attention 1: keycodes are either translated into symbols and
function calls via the `translate()` function in `generate_km.py`