~ruther/qmk_firmware

a74647c1fa6dc19a8aa5a5eed7eb08557c74c993 — Ryan 1 year, 8 months ago c6b979b
Remove old `IS_LED_ON/OFF()` macros (#21878)

1 files changed, 0 insertions(+), 3 deletions(-)

M tmk_core/protocol/host.h
M tmk_core/protocol/host.h => tmk_core/protocol/host.h +0 -3
@@ 23,9 23,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#include "host_driver.h"
#include "led.h"

#define IS_LED_ON(leds, led_name) ((leds) & (1 << (led_name)))
#define IS_LED_OFF(leds, led_name) (~(leds) & (1 << (led_name)))

#ifdef __cplusplus
extern "C" {
#endif

Do not follow this link