diff options
Diffstat (limited to 'keyboards/handwired/onekey/keymaps/adc/keymap.c')
-rw-r--r-- | keyboards/handwired/onekey/keymaps/adc/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/handwired/onekey/keymaps/adc/keymap.c b/keyboards/handwired/onekey/keymaps/adc/keymap.c index c5294bbc3..6626894fa 100644 --- a/keyboards/handwired/onekey/keymaps/adc/keymap.c +++ b/keyboards/handwired/onekey/keymaps/adc/keymap.c | |||
@@ -2,10 +2,6 @@ | |||
2 | #include "analog.h" | 2 | #include "analog.h" |
3 | #include <stdio.h> | 3 | #include <stdio.h> |
4 | 4 | ||
5 | #ifndef ADC_PIN | ||
6 | # define ADC_PIN A0 | ||
7 | #endif | ||
8 | |||
9 | enum custom_keycodes { | 5 | enum custom_keycodes { |
10 | ADC_SAMPLE = SAFE_RANGE, | 6 | ADC_SAMPLE = SAFE_RANGE, |
11 | }; | 7 | }; |