Bladeren bron

Internally fixing typo (ASTERIX to ASTERISK

(Requires a kll update to work correctly)
simple
Jacob Alexander 9 jaren geleden
bovenliggende
commit
7a7b73ca4a
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2
    2
      Macro/PartialMap/usb_hid.h

+ 2
- 2
Macro/PartialMap/usb_hid.h Bestand weergeven

/* Copyright (C) 2011-2014 by Jacob Alexander
/* Copyright (C) 2011-2015 by Jacob Alexander
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal * of this software and associated documentation files (the "Software"), to deal
#define KEY_UP 0x52 #define KEY_UP 0x52
#define KEY_NUM_LOCK 0x53 #define KEY_NUM_LOCK 0x53
#define KEYPAD_SLASH 0x54 #define KEYPAD_SLASH 0x54
#define KEYPAD_ASTERIX 0x55
#define KEYPAD_ASTERISK 0x55
#define KEYPAD_MINUS 0x56 #define KEYPAD_MINUS 0x56
#define KEYPAD_PLUS 0x57 #define KEYPAD_PLUS 0x57
#define KEYPAD_ENTER 0x58 #define KEYPAD_ENTER 0x58