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/grahampheath | |
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/grahampheath')
-rw-r--r-- | keyboards/woodkeys/meira/keymaps/grahampheath/keymap.c | 9 | ||||
-rw-r--r-- | keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk | 2 |
2 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/woodkeys/meira/keymaps/grahampheath/keymap.c b/keyboards/woodkeys/meira/keymaps/grahampheath/keymap.c index 8057bcf2b4..c95a3183b1 100644 --- a/keyboards/woodkeys/meira/keymaps/grahampheath/keymap.c +++ b/keyboards/woodkeys/meira/keymaps/grahampheath/keymap.c @@ -268,15 +268,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"); diff --git a/keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk b/keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk index 1c61fe1c12..c4e55a1a65 100644 --- a/keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk +++ b/keyboards/woodkeys/meira/keymaps/grahampheath/rules.mk @@ -1,5 +1,3 @@ AUDIO_ENABLE = yes # Audio output on port C6 LTO_ENABLE = yes # -4-7k MOUSEKEY_ENABLE = no # Mouse keys(-47kb) -ISSI_ENABLE = no -BACKLIGHT_ENABLE = no
\ No newline at end of file |