ibmpc_usb: Change keymap for application key

This commit is contained in:
tmk 2020-03-02 14:21:54 +09:00
parent f8685ce694
commit f9fb97707f

View file

@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#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"))) = {