diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-17 08:13:41 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 08:13:41 +1100 |
commit | 7fad94ba2d5092abe451d0bbc95caaa37fec95bc (patch) | |
tree | 412cb8505e0452c5104aa490a9305b0e36e6c804 /keyboards/bthlabs | |
parent | 86ab1c13315db9db5bfd2328bdf7aeb2e858343b (diff) |
Remove unused RGBLight defines from config.h (#19859)
Diffstat (limited to 'keyboards/bthlabs')
-rw-r--r-- | keyboards/bthlabs/geekpad/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/bthlabs/geekpad/config.h b/keyboards/bthlabs/geekpad/config.h index 52f4fb3844..fe11479903 100644 --- a/keyboards/bthlabs/geekpad/config.h +++ b/keyboards/bthlabs/geekpad/config.h @@ -38,14 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -// #define RGB_DI_PIN E2 -// #ifdef RGB_DI_PIN -// #define RGBLED_NUM 16 -// #define RGBLIGHT_HUE_STEP 8 -// #define RGBLIGHT_SAT_STEP 8 -// #define RGBLIGHT_VAL_STEP 8 -// #endif - /* * Feature disable options * These options are also useful to firmware size reduction. |