Skip to content

Commit a74647c

Browse files
authored
Remove old IS_LED_ON/OFF() macros (#21878)
1 parent c6b979b commit a74647c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tmk_core/protocol/host.h

-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2323
#include "host_driver.h"
2424
#include "led.h"
2525

26-
#define IS_LED_ON(leds, led_name) ((leds) & (1 << (led_name)))
27-
#define IS_LED_OFF(leds, led_name) (~(leds) & (1 << (led_name)))
28-
2926
#ifdef __cplusplus
3027
extern "C" {
3128
#endif

0 commit comments

Comments
 (0)