diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2018-07-22 15:56:14 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-22 15:56:14 +0200 |
commit | ed99581161b35b383ee9e1f5c070574524e9ea36 (patch) | |
tree | f0a8cb293512fac2e64b4ab413a47d3ae031da60 /quantum/split_common | |
parent | 83d33caf63fc2270de576c2163f39ace400bc328 (diff) | |
download | qmk_firmware-ed99581161b35b383ee9e1f5c070574524e9ea36.tar.gz qmk_firmware-ed99581161b35b383ee9e1f5c070574524e9ea36.tar.xz |
Convert Iris to use SPLIT_KEYBOARD (#3458)
* convert iris to split-common
* Fix build error
Diffstat (limited to 'quantum/split_common')
-rw-r--r-- | quantum/split_common/matrix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/split_common/matrix.c b/quantum/split_common/matrix.c index 5e5475f44..0a79e4256 100644 --- a/quantum/split_common/matrix.c +++ b/quantum/split_common/matrix.c @@ -37,6 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #endif #ifdef BACKLIGHT_ENABLE # include "backlight.h" + extern backlight_config_t backlight_config; #endif #if defined(USE_I2C) || defined(EH) |