diff options
| author | Gam3cat <31171909+Gam3cat@users.noreply.github.com> | 2019-07-05 04:56:57 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-07-05 04:56:57 -0700 |
| commit | 509a34fbabeb57d57c35ddfd0243ebee3f0618a8 (patch) | |
| tree | b5dd9eeeedd058d65812938aa427569216a5e366 /keyboards/m10a | |
| parent | cbf76a129007d14f69fca761144c6b5fd377b150 (diff) | |
| download | qmk_firmware-509a34fbabeb57d57c35ddfd0243ebee3f0618a8.tar.gz qmk_firmware-509a34fbabeb57d57c35ddfd0243ebee3f0618a8.zip | |
[Keymap] Fixing keymap DYNAMIC_MACRO_RANGE keycode enumeration (#6248)
Diffstat (limited to 'keyboards/m10a')
| -rw-r--r-- | keyboards/m10a/keymaps/gam3cat/keymap.c | 6 | ||||
| -rw-r--r-- | keyboards/m10a/keymaps/gam3cat/rules.mk | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/m10a/keymaps/gam3cat/keymap.c b/keyboards/m10a/keymaps/gam3cat/keymap.c index 8ee35d50a..2d79007fe 100644 --- a/keyboards/m10a/keymaps/gam3cat/keymap.c +++ b/keyboards/m10a/keymaps/gam3cat/keymap.c | |||
| @@ -17,10 +17,10 @@ enum layers { | |||
| 17 | }; | 17 | }; |
| 18 | 18 | ||
| 19 | enum custom_keycodes { | 19 | enum custom_keycodes { |
| 20 | DYNAMIC_MACRO_RANGE = SAFE_RANGE, | 20 | QMK_REV = SAFE_RANGE, |
| 21 | QMK_REV, | ||
| 22 | KC_WEB, | 21 | KC_WEB, |
| 23 | KC_WCLS | 22 | KC_WCLS, |
| 23 | DYNAMIC_MACRO_RANGE | ||
| 24 | }; | 24 | }; |
| 25 | 25 | ||
| 26 | extern backlight_config_t backlight_config; | 26 | extern backlight_config_t backlight_config; |
diff --git a/keyboards/m10a/keymaps/gam3cat/rules.mk b/keyboards/m10a/keymaps/gam3cat/rules.mk index b09c2904f..00515a31e 100644 --- a/keyboards/m10a/keymaps/gam3cat/rules.mk +++ b/keyboards/m10a/keymaps/gam3cat/rules.mk | |||
| @@ -22,4 +22,3 @@ FAUXCLICKY_ENABLE = no # Uses buzzer to emulate clicky switches. By defaul | |||
| 22 | API_SYSEX_ENABLE = no # This enables using the Quantum SYSEX API to send strings(+5390) | 22 | API_SYSEX_ENABLE = no # This enables using the Quantum SYSEX API to send strings(+5390) |
| 23 | KEY_LOCK_ENABLE = no # This enables key lock(+260) | 23 | KEY_LOCK_ENABLE = no # This enables key lock(+260) |
| 24 | SPLIT_KEYBOARD = no # This enables split keyboard support and includes all necessary files located at quantum/split_common | 24 | SPLIT_KEYBOARD = no # This enables split keyboard support and includes all necessary files located at quantum/split_common |
| 25 | |||
