]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/host.c
Do some cleanup for the API
[qmk_firmware.git] / tmk_core / common / host.c
index 11a05c2ddd74bba6f1af7db8e6550939f463a44b..e12b6221656f53173e13e3a4f2a14465b863470b 100644 (file)
@@ -22,11 +22,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "util.h"
 #include "debug.h"
 
-
-#ifdef NKRO_ENABLE
-bool keyboard_nkro = true;
-#endif
-
 static host_driver_t *driver;
 static uint16_t last_system_report = 0;
 static uint16_t last_consumer_report = 0;