diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-24 12:19:34 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-24 12:19:34 -0400 |
commit | 4d79e224384464c8b42c770b3da09b9655d359e7 (patch) | |
tree | 7d14e742352d2237ab19fe49985bbacef47d7e6d /keyboards/atomic/keymaps/pvc/config.h | |
parent | a4bdb0ac0e6d44c9c9a2d8910a5ca5b7fb49fcbf (diff) | |
parent | 40bfc7231e87c883c840967fdbe42a7c711805be (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/atomic/keymaps/pvc/config.h')
-rw-r--r-- | keyboards/atomic/keymaps/pvc/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/atomic/keymaps/pvc/config.h b/keyboards/atomic/keymaps/pvc/config.h index 1473aac34f..70353323b6 100644 --- a/keyboards/atomic/keymaps/pvc/config.h +++ b/keyboards/atomic/keymaps/pvc/config.h @@ -46,6 +46,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7, D3, D2, D1 } #define UNUSED_PINS +#define BACKLIGHT_PIN B7 +#define BACKLIGHT_BREATHING + /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW |