core: Add short name for keycode KP_00 and KP_000

This commit is contained in:
tmk 2019-11-12 15:37:23 +09:00
parent 54fd3340bf
commit 698c957cad
2 changed files with 4 additions and 0 deletions

View file

@ -364,6 +364,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define AC_P8 ACTION_KEY(KC_KP_8)
#define AC_P9 ACTION_KEY(KC_KP_9)
#define AC_P0 ACTION_KEY(KC_KP_0)
#define AC_P00 ACTION_KEY(KC_KP_00)
#define AC_P000 ACTION_KEY(KC_KP_000)
#define AC_PDOT ACTION_KEY(KC_KP_DOT)
#define AC_PCMM ACTION_KEY(KC_KP_COMMA)
#define AC_PSLS ACTION_KEY(KC_KP_SLASH)

View file

@ -116,6 +116,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define KC_P8 KC_KP_8
#define KC_P9 KC_KP_9
#define KC_P0 KC_KP_0
#define KC_P00 KC_KP_00
#define KC_P000 KC_KP_000
#define KC_PDOT KC_KP_DOT
#define KC_PCMM KC_KP_COMMA
#define KC_PSLS KC_KP_SLASH