diff options
| author | XScorpion2 <rcalt2vt@gmail.com> | 2019-05-05 18:27:02 -0500 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-05-05 16:27:02 -0700 |
| commit | e290dc5ad811e9d121e216fba6fe03666772c3a4 (patch) | |
| tree | 168a662327ec21e7613887d30f0b11687592d067 /users/xulkal | |
| parent | e14732be9f52d2d79f2334384b52d36825539515 (diff) | |
| download | qmk_firmware-e290dc5ad811e9d121e216fba6fe03666772c3a4.tar.gz qmk_firmware-e290dc5ad811e9d121e216fba6fe03666772c3a4.zip | |
Space Cadet: Reducing unnecessary reported keypresses (#5781)
* Reducing unnecessary reported keypresses and minor docs / variable name changes
* Apply suggestions from code review
Co-Authored-By: XScorpion2 <rcalt2vt@gmail.com>
Diffstat (limited to 'users/xulkal')
| -rw-r--r-- | users/xulkal/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/xulkal/config.h b/users/xulkal/config.h index 6ff4ca49d..2899017b0 100644 --- a/users/xulkal/config.h +++ b/users/xulkal/config.h | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | #define LSPO_KEYS KC_LSFT, KC_TRNS, KC_LBRC | 10 | #define LSPO_KEYS KC_LSFT, KC_TRNS, KC_LBRC |
| 11 | #define RSPC_KEYS KC_RSFT, KC_TRNS, KC_RBRC | 11 | #define RSPC_KEYS KC_RSFT, KC_TRNS, KC_RBRC |
| 12 | #define LCPO_KEYS KC_LCTL, KC_TRNS, KC_MINS | 12 | #define LCPO_KEYS KC_LCTL, KC_TRNS, KC_MINS |
| 13 | #define RCPO_KEYS KC_RCTL, KC_TRNS, KC_EQL | 13 | #define RCPC_KEYS KC_RCTL, KC_TRNS, KC_EQL |
| 14 | 14 | ||
| 15 | // No need for the single versions when multi performance isn't a problem =D | 15 | // No need for the single versions when multi performance isn't a problem =D |
| 16 | #define DISABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE | 16 | #define DISABLE_RGB_MATRIX_SOLID_REACTIVE_WIDE |
