소스 검색

core: Cancel removing IS_ANY() at c98e89f

IS_ANY() is used in usb_usb
master
tmk 7 년 전
부모
커밋
be80ed2ef3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      tmk_core/common/keycode.h

+ 1
- 0
tmk_core/common/keycode.h 파일 보기

@@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.


#define IS_ERROR(code) (KC_ROLL_OVER <= (code) && (code) <= KC_UNDEFINED)
#define IS_ANY(code) (KC_A <= (code) && (code) <= 0xFF)

#ifndef ACTIONMAP_ENABLE
#define IS_KEY(code) (KC_A <= (code) && (code) <= KC_EXSEL)

Loading…
취소
저장