From b7274343913eb3e019f0dc08fa8f7774165e787d Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 29 Jan 2023 02:42:44 +1100 Subject: Remove commented out backlight config & stray "backlight levels" (#19703) --- users/ishtob/config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'users/ishtob') diff --git a/users/ishtob/config.h b/users/ishtob/config.h index af4f1ac5cd..1a178bd532 100755 --- a/users/ishtob/config.h +++ b/users/ishtob/config.h @@ -14,7 +14,6 @@ #endif //#define LEADER_TIMEOUT 300 -//#define BACKLIGHT_BREATHING //#define PERMISSIVE_HOLD //audio clicky -- cgit v1.2.3 From 043d8e1140e09327b72ed3bd55f369e1faf1a334 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 30 Jan 2023 03:44:16 +1100 Subject: Remove deprecated Quantum keycodes (#19712) --- users/ishtob/ishtob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/ishtob') diff --git a/users/ishtob/ishtob.h b/users/ishtob/ishtob.h index 29d6f250c4..4d8e9eb4ed 100644 --- a/users/ishtob/ishtob.h +++ b/users/ishtob/ishtob.h @@ -225,7 +225,7 @@ NOTE: These are all the same length. If you do a search/replace #define _________________ADJUST_L1_________________ RGB_MOD, RGB_HUI, RGB_SAI, RGB_VAI, RGB_TOG -#define _________________ADJUST_L2_________________ MU_TOG , CK_TOGG, AU_ON, AU_OFF, AG_NORM +#define _________________ADJUST_L2_________________ MU_TOGG, CK_TOGG, AU_ON, AU_OFF, AG_NORM #define _________________ADJUST_L3_________________ RGB_RMOD,RGB_HUD,RGB_SAD, RGB_VAD, KC_RGB_T #define _________________ADJUST_R1_________________ KC_SEC1, KC_SEC2, KC_SEC3, KC_SEC4, KC_SEC5 -- cgit v1.2.3 From f6dd8dea2e493dc549a60fee99de871c4088d09a Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Tue, 31 Jan 2023 06:03:30 +1100 Subject: Remove usages of config_common.h from config.h files. (#19714) --- users/ishtob/config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'users/ishtob') diff --git a/users/ishtob/config.h b/users/ishtob/config.h index 1a178bd532..98a3a5537e 100755 --- a/users/ishtob/config.h +++ b/users/ishtob/config.h @@ -1,7 +1,6 @@ #ifndef CONFIG_USER_H #define CONFIG_USER_H -#include "config_common.h" #ifdef AUDIO_ENABLE #define STARTUP_SONG SONG(PLANCK_SOUND) -- cgit v1.2.3