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) | |
| download | qmk_firmware-b68b722325e1f0f68387e161365fa8e31c79b7b2.tar.gz qmk_firmware-b68b722325e1f0f68387e161365fa8e31c79b7b2.zip | |
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 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 | } |
