diff options
author | Ryan <fauxpark@gmail.com> | 2023-09-24 12:32:20 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-24 03:32:20 +0100 |
commit | 6424dadd3785d83ebbe17861ed9f9b495b8ba6ae (patch) | |
tree | ccdf39072e5ab1203af46f3128db435a1ab1229a /keyboards/woodkeys/meira/keymaps/takmiya | |
parent | 9c340077f630ef464758687e67e415e85376dad1 (diff) |
Remove custom ISSI lighting code (#22073)
* Remove CU75 custom lighting
* Remove LFK78 custom lighting
* Remove LFK87 custom lighting
* Remove LFKPad custom lighting
* Remove Mini1800 custom lighting
* Remove SMK65 custom lighting
* Remove LFK65-HS custom lighting
* Remove LFKeyboards custom lighting
* Remove Meira custom lighting
Diffstat (limited to 'keyboards/woodkeys/meira/keymaps/takmiya')
-rw-r--r-- | keyboards/woodkeys/meira/keymaps/takmiya/keymap.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/woodkeys/meira/keymaps/takmiya/keymap.c b/keyboards/woodkeys/meira/keymaps/takmiya/keymap.c index 8e3c41c332..cf1b2b8ce6 100644 --- a/keyboards/woodkeys/meira/keymaps/takmiya/keymap.c +++ b/keyboards/woodkeys/meira/keymaps/takmiya/keymap.c @@ -14,7 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include QMK_KEYBOARD_H -#include "lighting.h" #ifdef RGBLIGHT_ENABLE //Following line allows macro to read current RGB settings @@ -189,15 +188,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { } return false; break; - case BL_TOGG: -#ifdef ISSI_ENABLE - if (record->event.pressed) { - print("Enabling backlight\n"); - issi_init(); - } -#endif - return false; - break; case BL_STEP: if (record->event.pressed) { print("Stepping backlight\n"); |