Skip to content

Commit

Permalink
adb_usb: Fix Power key mapping for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Feb 8, 2021
1 parent 06d354c commit a93677c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converter/adb_usb/unimap_plain.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#define AC_FN0 ACTION_LAYER_TAP_KEY(1, KC_GRV)
#define AC_FN1 ACTION_LAYER_TAP_KEY(2, KC_BSLS)
#define AC_PKEY ACTION_MODS_TAP_KEY(MOD_NONE, KC_POWER)
#define AC_PKEY ACTION_MODS_TAP_KEY(MOD_NONE, KC_PWR)

#ifdef KEYMAP_SECTION_ENABLE
const action_t actionmaps[][UNIMAP_ROWS][UNIMAP_COLS] __attribute__ ((section (".keymap.keymaps"))) = {
Expand Down

0 comments on commit a93677c

Please sign in to comment.