diff options
Diffstat (limited to 'keyboards/bpiphany/pegasushoof/2013/2013.c')
| -rw-r--r-- | keyboards/bpiphany/pegasushoof/2013/2013.c | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/keyboards/bpiphany/pegasushoof/2013/2013.c b/keyboards/bpiphany/pegasushoof/2013/2013.c index 7a489b22a..c9bd01a99 100644 --- a/keyboards/bpiphany/pegasushoof/2013/2013.c +++ b/keyboards/bpiphany/pegasushoof/2013/2013.c | |||
| @@ -23,37 +23,3 @@ extern inline void ph_caps_led_off(void); | |||
| 23 | 23 | ||
| 24 | extern inline void ph_sclk_led_on(void); | 24 | extern inline void ph_sclk_led_on(void); |
| 25 | extern inline void ph_sclk_led_off(void); | 25 | extern inline void ph_sclk_led_off(void); |
| 26 | |||
| 27 | |||
| 28 | __attribute__ ((weak)) | ||
| 29 | void matrix_init_user(void) { | ||
| 30 | }; | ||
| 31 | |||
| 32 | __attribute__ ((weak)) | ||
| 33 | void matrix_scan_user(void) { | ||
| 34 | } | ||
| 35 | |||
| 36 | __attribute__ ((weak)) | ||
| 37 | bool process_action_user(keyrecord_t *record) { | ||
| 38 | return true; | ||
| 39 | } | ||
| 40 | |||
| 41 | __attribute__ ((weak)) | ||
| 42 | void led_set_user(uint8_t usb_led) { | ||
| 43 | } | ||
| 44 | |||
| 45 | void matrix_init_kb(void) { | ||
| 46 | matrix_init_user(); | ||
| 47 | } | ||
| 48 | |||
| 49 | void matrix_scan_kb(void) { | ||
| 50 | matrix_scan_user(); | ||
| 51 | } | ||
| 52 | |||
| 53 | bool process_action_kb(keyrecord_t *record) { | ||
| 54 | return process_action_user(record); | ||
| 55 | } | ||
| 56 | |||
| 57 | void led_set_kb(uint8_t usb_led) { | ||
| 58 | led_set_user(usb_led); | ||
| 59 | } | ||
