From c347e732be6b50500c1651b3fb8c0753b0c9c40d Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 20 Oct 2022 22:20:07 +1100 Subject: Remove legacy EEPROM clear keycodes (#18782) * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core --- keyboards/moonlander/moonlander.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/moonlander/moonlander.c') diff --git a/keyboards/moonlander/moonlander.c b/keyboards/moonlander/moonlander.c index 80e1d04772..8bde17b79e 100644 --- a/keyboards/moonlander/moonlander.c +++ b/keyboards/moonlander/moonlander.c @@ -321,7 +321,7 @@ bool music_mask_kb(uint16_t keycode) { case QK_MOD_TAP ... QK_MOD_TAP_MAX: case AU_ON ... MUV_DE: case QK_BOOT: - case EEP_RST: + case QK_CLEAR_EEPROM: return false; default: return music_mask_user(keycode); -- cgit v1.2.3