aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/prime_exl/prime_exl.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/prime_exl/prime_exl.c')
-rw-r--r--keyboards/handwired/prime_exl/prime_exl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/handwired/prime_exl/prime_exl.c b/keyboards/handwired/prime_exl/prime_exl.c
index d088f6ad1..bae606ffb 100644
--- a/keyboards/handwired/prime_exl/prime_exl.c
+++ b/keyboards/handwired/prime_exl/prime_exl.c
@@ -14,7 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16#include "prime_exl.h" 16#include "prime_exl.h"
17 17/*
18void matrix_init_kb(void) { 18void matrix_init_kb(void) {
19 // put your keyboard start-up code here 19 // put your keyboard start-up code here
20 // runs once when the firmware starts up 20 // runs once when the firmware starts up
@@ -41,3 +41,4 @@ void led_set_kb(uint8_t usb_led) {
41 41
42 led_set_user(usb_led); 42 led_set_user(usb_led);
43} 43}
44*/ \ No newline at end of file