]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/gh60/gh60.c
Backlight abstraction and other changes (#439)
[qmk_firmware.git] / keyboards / gh60 / gh60.c
index 6da4d8ee3e1d291d62f998f365d289fc94771f35..255d87de996274d1574fd8d757d5ecc9c8eb25dd 100644 (file)
@@ -1,47 +1,4 @@
 #include "gh60.h"\r
-#include "led.h"\r
-\r
-__attribute__ ((weak))\r
-void matrix_init_user(void) {\r
-       // leave this function blank - it can be defined in a keymap file\r
-};\r
-\r
-__attribute__ ((weak))\r
-void matrix_scan_user(void) {\r
-       // leave this function blank - it can be defined in a keymap file\r
-}\r
-\r
-__attribute__ ((weak))\r
-bool process_action_user(keyrecord_t *record) {\r
-       // leave this function blank - it can be defined in a keymap file\r
-       return true;\r
-}\r
-\r
-__attribute__ ((weak))\r
-void led_set_user(uint8_t usb_led) {\r
-       // leave this function blank - it can be defined in a keymap file\r
-}\r
-\r
-void matrix_init_kb(void) {\r
-       // put your keyboard start-up code here\r
-       // runs once when the firmware starts up\r
-\r
-       matrix_init_user();\r
-}\r
-\r
-void matrix_scan_kb(void) {\r
-       // put your looping keyboard code here\r
-       // runs every cycle (a lot)\r
-\r
-       matrix_scan_user();\r
-}\r
-\r
-bool process_action_kb(keyrecord_t *record) {\r
-       // put your per-action keyboard code here\r
-       // runs for every action, just before processing by the firmware\r
-\r
-       return process_action_user(record);\r
-}\r
 \r
 void led_set_kb(uint8_t usb_led) {\r
        // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here\r