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 /keyboards/keebio/quefrency/rev2/config.h | |
parent | 667b29b77c71cb0a0f8b4298900304c08b13e410 (diff) | |
download | qmk_firmware-1a77abfe64f08a0b72f4f328418b4f4dc138ac8d.tar.gz qmk_firmware-1a77abfe64f08a0b72f4f328418b4f4dc138ac8d.zip |
Define backlight pin for Quefrency Rev2 (#8141)
Diffstat (limited to 'keyboards/keebio/quefrency/rev2/config.h')
-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 e50c8142e8..4463eb7396 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/>. /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 5 +#define BACKLIGHT_PIN B5 + /* serial.c configuration for split keyboard */ #define SOFT_SERIAL_PIN D0 |