diff options
| author | fauxpark <fauxpark@gmail.com> | 2020-02-14 06:36:21 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-13 19:36:21 +0000 |
| commit | 1a77abfe64f08a0b72f4f328418b4f4dc138ac8d (patch) | |
| tree | 35743de8a7ed8880dd0570cdb8667354ca31a66b | |
| parent | 667b29b77c71cb0a0f8b4298900304c08b13e410 (diff) | |
| download | qmk_firmware-1a77abfe64f08a0b72f4f328418b4f4dc138ac8d.tar.gz qmk_firmware-1a77abfe64f08a0b72f4f328418b4f4dc138ac8d.zip | |
Define backlight pin for Quefrency Rev2 (#8141)
| -rw-r--r-- | keyboards/keebio/quefrency/rev2/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/keebio/quefrency/rev2/config.h b/keyboards/keebio/quefrency/rev2/config.h index e50c8142e..4463eb739 100644 --- a/keyboards/keebio/quefrency/rev2/config.h +++ b/keyboards/keebio/quefrency/rev2/config.h | |||
| @@ -46,6 +46,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 46 | /* Set 0 if debouncing isn't needed */ | 46 | /* Set 0 if debouncing isn't needed */ |
| 47 | #define DEBOUNCE 5 | 47 | #define DEBOUNCE 5 |
| 48 | 48 | ||
| 49 | #define BACKLIGHT_PIN B5 | ||
| 50 | |||
| 49 | /* serial.c configuration for split keyboard */ | 51 | /* serial.c configuration for split keyboard */ |
| 50 | #define SOFT_SERIAL_PIN D0 | 52 | #define SOFT_SERIAL_PIN D0 |
| 51 | 53 | ||
