diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-06-24 05:14:21 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-06-24 05:14:21 +0200 |
commit | b68b722325e1f0f68387e161365fa8e31c79b7b2 (patch) | |
tree | 5564db127c39b51922ab48a722cd1d8acb0faad0 /quantum | |
parent | 13bb6b4b7fdd2b3e419d0f89c93fb980b00eeb9b (diff) | |
download | qmk_firmware-b68b722325e1f0f68387e161365fa8e31c79b7b2.tar.gz qmk_firmware-b68b722325e1f0f68387e161365fa8e31c79b7b2.tar.xz |
updates ez's matrix to spec
Diffstat (limited to 'quantum')
-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 @@ #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; } |