From 5901f5911b7642822b05c53a5a1d6b6549e15199 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Fri, 30 Oct 2015 00:49:11 -0400 Subject: atomic files --- keyboard/atomic/atomic.c | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 keyboard/atomic/atomic.c (limited to 'keyboard/atomic/atomic.c') diff --git a/keyboard/atomic/atomic.c b/keyboard/atomic/atomic.c new file mode 100644 index 0000000000..fa66266a4c --- /dev/null +++ b/keyboard/atomic/atomic.c @@ -0,0 +1,40 @@ +#include "atomic.h" + +__attribute__ ((weak)) +void * matrix_init_user(void) { + // leave these blank +}; + +__attribute__ ((weak)) +void * matrix_scan_user(void) { + // leave these blank +}; + +void * matrix_init_kb(void) { + // put your keyboard start-up code here + // runs once when the firmware starts up + + MCUCR |= (1<