diff options
| author | Parker Coates <parker.coates@gmail.com> | 2020-05-20 19:11:52 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-20 23:11:52 +0100 |
| commit | 8e1f706ac6aed03875ae9c6c00444778654b0380 (patch) | |
| tree | 481c7870331ae979d2c2dad54b708fda91fc14bf | |
| parent | b0c780ed32712d2eb38c69a2b9465a00b861381e (diff) | |
| download | qmk_firmware-8e1f706ac6aed03875ae9c6c00444778654b0380.tar.gz qmk_firmware-8e1f706ac6aed03875ae9c6c00444778654b0380.zip | |
Enable backlight breathing support for the TADA68 (#9145)
The factory TMK firmware for the TADA68 supports backlight breathing,
so I was surprised when the BL_BRTG key I set up in the online QMK
configurator didn't work.
As far as I can tell, this was just a simple omission.
| -rwxr-xr-x | keyboards/tada68/config.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/tada68/config.h b/keyboards/tada68/config.h index 41eacbd86..41618e9d2 100755 --- a/keyboards/tada68/config.h +++ b/keyboards/tada68/config.h | |||
| @@ -37,8 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 37 | #define MATRIX_COL_PINS {F0,F1,E6,C7,C6,B7,D4,B1,B0,B5,B4,D7,D6,B3,F4} | 37 | #define MATRIX_COL_PINS {F0,F1,E6,C7,C6,B7,D4,B1,B0,B5,B4,D7,D6,B3,F4} |
| 38 | #define UNUSED_PINS | 38 | #define UNUSED_PINS |
| 39 | 39 | ||
| 40 | #define BACKLIGHT_PIN B6 | ||
| 41 | |||
| 42 | /* COL2ROW or ROW2COL */ | 40 | /* COL2ROW or ROW2COL */ |
| 43 | #define DIODE_DIRECTION COL2ROW | 41 | #define DIODE_DIRECTION COL2ROW |
| 44 | 42 | ||
| @@ -53,8 +51,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | /* Locking resynchronize hack */ | 51 | /* Locking resynchronize hack */ |
| 54 | #define LOCKING_RESYNC_ENABLE | 52 | #define LOCKING_RESYNC_ENABLE |
| 55 | 53 | ||
| 56 | /* Backlight configuration | 54 | /* Backlight configuration */ |
| 57 | */ | 55 | #define BACKLIGHT_PIN B6 |
| 56 | #define BACKLIGHT_BREATHING | ||
| 58 | #define BACKLIGHT_LEVELS 4 | 57 | #define BACKLIGHT_LEVELS 4 |
| 59 | 58 | ||
| 60 | /* | 59 | /* |
