From 3333c841cfd0df12d0d4d83d1ea4d1ba1ccd1246 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Mon, 8 Sep 2025 09:44:42 -0700 Subject: [PATCH] Rename rgb_matrix_kb.inc to rgb_matrix_module.inc Community modules were updated to look for `rgb_matrix_module.inc` in 1.1.0, so we don't need to manually enable the custom kb option --- oryx/{rgb_matrix_kb.inc => rgb_matrix_module.inc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename oryx/{rgb_matrix_kb.inc => rgb_matrix_module.inc} (100%) diff --git a/oryx/rgb_matrix_kb.inc b/oryx/rgb_matrix_module.inc similarity index 100% rename from oryx/rgb_matrix_kb.inc rename to oryx/rgb_matrix_module.inc