Skip to content

Commit

Permalink
feat(hid): Add apple globe keycode
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed Sep 20, 2023
1 parent 28ce23d commit bb37358
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/include/dt-bindings/zmk/keys.h
Original file line number Diff line number Diff line change
Expand Up @@ -1439,3 +1439,6 @@
#define C_KEYBOARD_INPUT_ASSIST_CANCEL \
(ZMK_HID_USAGE(HID_USAGE_CONSUMER, HID_USAGE_CONSUMER_KEYBOARD_INPUT_ASSIST_CANCEL))
#define C_KBIA_CANCEL (C_KEYBOARD_INPUT_ASSIST_CANCEL)

/* Apple Globe key */
#define C_KEYBOARD_LAYOUT_SELECT (ZMK_HID_USAGE(HID_USAGE_CONSUMER, 0x029D))

0 comments on commit bb37358

Please sign in to comment.