diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-06-23 23:14:21 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-06-23 23:14:21 -0400 |
commit | b68b722325e1f0f68387e161365fa8e31c79b7b2 (patch) | |
tree | 5564db127c39b51922ab48a722cd1d8acb0faad0 /quantum/quantum.c | |
parent | 13bb6b4b7fdd2b3e419d0f89c93fb980b00eeb9b (diff) |
updates ez's matrix to spec
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 3f2edfc92c..9c0f9691ff 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -1,12 +1,6 @@ #include "quantum.h" __attribute__ ((weak)) -void matrix_init_kb(void) {} - -__attribute__ ((weak)) -void matrix_scan_kb(void) {} - -__attribute__ ((weak)) bool process_action_kb(keyrecord_t *record) { return true; } |