Parcourir la source

core: Cancel removing IS_ANY() at c98e89f

IS_ANY() is used in usb_usb
master
tmk il y a 7 ans
Parent
révision
be80ed2ef3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      tmk_core/common/keycode.h

+ 1
- 0
tmk_core/common/keycode.h Voir le fichier

@@ -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)

Chargement…
Annuler
Enregistrer