summaryrefslogtreecommitdiff
path: root/keyboards/dm9records
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-17 08:13:41 +1100
committerGitHub <noreply@github.com>2023-02-17 08:13:41 +1100
commit7fad94ba2d5092abe451d0bbc95caaa37fec95bc (patch)
tree412cb8505e0452c5104aa490a9305b0e36e6c804 /keyboards/dm9records
parent86ab1c13315db9db5bfd2328bdf7aeb2e858343b (diff)
Remove unused RGBLight defines from config.h (#19859)
Diffstat (limited to 'keyboards/dm9records')
-rw-r--r--keyboards/dm9records/plaid/config.h10
-rw-r--r--keyboards/dm9records/tartan/config.h10
2 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/dm9records/plaid/config.h b/keyboards/dm9records/plaid/config.h
index 510eec241c..9801c73e2c 100644
--- a/keyboards/dm9records/plaid/config.h
+++ b/keyboards/dm9records/plaid/config.h
@@ -40,16 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
40 40
41#define USB_MAX_POWER_CONSUMPTION 100 41#define USB_MAX_POWER_CONSUMPTION 100
42 42
43// #define RGB_DI_PIN E2
44// #ifdef RGB_DI_PIN
45// #define RGBLED_NUM 16
46// #define RGBLIGHT_HUE_STEP 8
47// #define RGBLIGHT_SAT_STEP 8
48// #define RGBLIGHT_VAL_STEP 8
49// #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
50// #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
51// #endif
52
53/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 43/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
54#define LOCKING_SUPPORT_ENABLE 44#define LOCKING_SUPPORT_ENABLE
55/* Locking resynchronize hack */ 45/* Locking resynchronize hack */
diff --git a/keyboards/dm9records/tartan/config.h b/keyboards/dm9records/tartan/config.h
index 5c412e4b1e..69d2d7bec9 100644
--- a/keyboards/dm9records/tartan/config.h
+++ b/keyboards/dm9records/tartan/config.h
@@ -38,16 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
38/* COL2ROW, ROW2COL*/ 38/* COL2ROW, ROW2COL*/
39#define DIODE_DIRECTION COL2ROW 39#define DIODE_DIRECTION COL2ROW
40 40
41// #define RGB_DI_PIN E2
42// #ifdef RGB_DI_PIN
43// #define RGBLED_NUM 16
44// #define RGBLIGHT_HUE_STEP 8
45// #define RGBLIGHT_SAT_STEP 8
46// #define RGBLIGHT_VAL_STEP 8
47// #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */
48// #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */
49// #endif
50
51/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 41/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
52#define LOCKING_SUPPORT_ENABLE 42#define LOCKING_SUPPORT_ENABLE
53/* Locking resynchronize hack */ 43/* Locking resynchronize hack */