diff options
author | fauxpark <fauxpark@gmail.com> | 2020-01-02 17:45:41 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 17:45:41 +1100 |
commit | 2557bc8e6f6e61352fa5875646d861126c42a3b0 (patch) | |
tree | 40ef2cb1a51c31a2eaa9d43414a7e88c83181dd2 /keyboards/ft/mars80/keymaps/default | |
parent | b83e3ae556239b4aa6f2c4db20535c536692eb3b (diff) | |
download | firmware-2557bc8e6f6e61352fa5875646d861126c42a3b0.tar.gz firmware-2557bc8e6f6e61352fa5875646d861126c42a3b0.tar.bz2 firmware-2557bc8e6f6e61352fa5875646d861126c42a3b0.zip |
Remove custom matrix from PS2AVRGB boards (#7396)
* Remove custom matrix from PS2AVRGB boards
* Add custom backlight.c to SRC for bminiex, for now
* Add missing DIODE_DIRECTIONs
Diffstat (limited to 'keyboards/ft/mars80/keymaps/default')
-rw-r--r-- | keyboards/ft/mars80/keymaps/default/keymap.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/ft/mars80/keymaps/default/keymap.c b/keyboards/ft/mars80/keymaps/default/keymap.c index ba7ef83d9..010102d72 100644 --- a/keyboards/ft/mars80/keymaps/default/keymap.c +++ b/keyboards/ft/mars80/keymaps/default/keymap.c @@ -61,15 +61,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { } return true; } - -void matrix_init_user(void) { - -} - -void matrix_scan_user(void) { - -} - -void led_set_user(uint8_t usb_led) { - -} |