diff options
Diffstat (limited to 'docs/feature_encoders.md')
-rw-r--r-- | docs/feature_encoders.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/feature_encoders.md b/docs/feature_encoders.md index 9ac97a9a1..bb2d538e7 100644 --- a/docs/feature_encoders.md +++ b/docs/feature_encoders.md | |||
@@ -6,7 +6,6 @@ Basic encoders are supported by adding this to your `rules.mk`: | |||
6 | 6 | ||
7 | and this to your `config.h`: | 7 | and this to your `config.h`: |
8 | 8 | ||
9 | #define NUMBER_OF_ENCODERS 1 | ||
10 | #define ENCODERS_PAD_A { B12 } | 9 | #define ENCODERS_PAD_A { B12 } |
11 | #define ENCODERS_PAD_B { B13 } | 10 | #define ENCODERS_PAD_B { B13 } |
12 | 11 | ||