From f9fb97707f6fc5809c7ef1270db986f7f0684900 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 2 Mar 2020 14:21:54 +0900 Subject: [PATCH] ibmpc_usb: Change keymap for application key --- converter/ibmpc_usb/unimap_plain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converter/ibmpc_usb/unimap_plain.c b/converter/ibmpc_usb/unimap_plain.c index 2a38f8cf..78723b23 100644 --- a/converter/ibmpc_usb/unimap_plain.c +++ b/converter/ibmpc_usb/unimap_plain.c @@ -17,7 +17,7 @@ along with this program. If not, see . #include "unimap_trans.h" -#define AC_FN0 ACTION_LAYER_MOMENTARY(1) +#define AC_FN0 ACTION_LAYER_TAP_KEY(1, KC_APPLICATION) #ifdef KEYMAP_SECTION_ENABLE const action_t actionmaps[][UNIMAP_ROWS][UNIMAP_COLS] __attribute__ ((section (".keymap.keymaps"))) = { -- 2.46.2