Skip to content

Commit

Permalink
fix up keycodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alabastard-64 committed Dec 16, 2023
1 parent de64154 commit 44dc1d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 0 additions & 13 deletions data/constants/keycodes/keycodes_0.0.3.hjson
Original file line number Diff line number Diff line change
@@ -1,13 +0,0 @@
{
"ranges": {
"0x52E0/0x000F": {
"define": "QK_POINTING_MODE_MO"
},
"0x52F0/0x000F": {
"define": "QK_POINTING_MODE_TG"
},
"0x5300/0x0002": {
"define": "QK_POINTING_MODE_UTIL"
}
}
}
1 change: 1 addition & 0 deletions quantum/keycodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,7 @@ enum qk_keycode_defines {
#define CONSUMER_KEYCODE_RANGE KC_AUDIO_MUTE ... KC_LAUNCHPAD
#define MOUSE_KEYCODE_RANGE KC_MS_UP ... KC_MS_ACCEL2
#define MODIFIER_KEYCODE_RANGE KC_LEFT_CTRL ... KC_RIGHT_GUI
#define POINTING_MODE_UTIL_KEYCODE_RANGE QK_PM_CYCLE_DEVICES ... QK_PM_DEVICE_LEFT
#define SWAP_HANDS_KEYCODE_RANGE QK_SWAP_HANDS_TOGGLE ... QK_SWAP_HANDS_ONE_SHOT
#define MAGIC_KEYCODE_RANGE QK_MAGIC_SWAP_CONTROL_CAPS_LOCK ... QK_MAGIC_TOGGLE_ESCAPE_CAPS_LOCK
#define MIDI_KEYCODE_RANGE QK_MIDI_ON ... QK_MIDI_PITCH_BEND_UP
Expand Down

0 comments on commit 44dc1d5

Please sign in to comment.