diff options
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 3f2edfc92..9c0f9691f 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -1,12 +1,6 @@ | |||
| 1 | #include "quantum.h" | 1 | #include "quantum.h" |
| 2 | 2 | ||
| 3 | __attribute__ ((weak)) | 3 | __attribute__ ((weak)) |
| 4 | void matrix_init_kb(void) {} | ||
| 5 | |||
| 6 | __attribute__ ((weak)) | ||
| 7 | void matrix_scan_kb(void) {} | ||
| 8 | |||
| 9 | __attribute__ ((weak)) | ||
| 10 | bool process_action_kb(keyrecord_t *record) { | 4 | bool process_action_kb(keyrecord_t *record) { |
| 11 | return true; | 5 | return true; |
| 12 | } | 6 | } |
