diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-02-16 11:18:13 +1100 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-15 16:18:13 -0800 |
| commit | e04e55c8720cf8fdd3d31ce07b4723042775a67d (patch) | |
| tree | 648b3a6d1d1339d7da82a3b8261b30ecc26e6eea /users/bocaj | |
| parent | 83de3dff013f56cbdb66a1cc422f0e8d6bb7aebb (diff) | |
| download | qmk_firmware-e04e55c8720cf8fdd3d31ce07b4723042775a67d.tar.gz qmk_firmware-e04e55c8720cf8fdd3d31ce07b4723042775a67d.zip | |
Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140)
Diffstat (limited to 'users/bocaj')
| -rw-r--r-- | users/bocaj/process_records.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/users/bocaj/process_records.h b/users/bocaj/process_records.h index 248df13e1..5c55df35e 100644 --- a/users/bocaj/process_records.h +++ b/users/bocaj/process_records.h | |||
| @@ -44,8 +44,6 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record); | |||
| 44 | #define KC_ADJS TT(_ADJUST) | 44 | #define KC_ADJS TT(_ADJUST) |
| 45 | #define KC_NUMS TT(_LOWER) | 45 | #define KC_NUMS TT(_LOWER) |
| 46 | #define KC_GAME TT(_DIABLO) | 46 | #define KC_GAME TT(_DIABLO) |
| 47 | #define XXXXXXX KC_NO | ||
| 48 | #define _______ KC_TRNS | ||
| 49 | 47 | ||
| 50 | // Other Keycodes | 48 | // Other Keycodes |
| 51 | #define KC_RST RESET | 49 | #define KC_RST RESET |
