]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fixed kbd8x compile issues (#3409)
authorHannes Egler <hannes.egler@gmail.com>
Sun, 15 Jul 2018 18:21:26 +0000 (20:21 +0200)
committerDrashna Jaelre <drashna@live.com>
Sun, 15 Jul 2018 18:21:26 +0000 (11:21 -0700)
Fixed compile errors on some machines

keyboards/kbd8x/kbd8x.c

index af7ab7a07f57197784ef446cb4ba24a102f62d5f..97c2e74e3a69ab6eba7ff1c7a6c9b5bce6873044 100644 (file)
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+
 #include "kbd8x.h"
 
+extern inline void caps_led_off(void);
+extern inline void caps_led_on(void);
+extern inline void num_led_off(void);
+extern inline void num_led_on(void);
+extern inline void scroll_led_off(void);
+extern inline void scroll_led_on(void);
+
 void matrix_init_kb(void) {
        // put your keyboard start-up code here
        // runs once when the firmware starts up