diff options
author | Jun Wako <wakojun@gmail.com> | 2014-12-26 13:27:06 +0900 |
---|---|---|
committer | Jun Wako <wakojun@gmail.com> | 2014-12-26 13:27:06 +0900 |
commit | af556d39d2f5a1ee30c34ee65ecd5d1b7a519bdc (patch) | |
tree | 1f29fabac7a26e2aef2b35eff99ad01faac5b89c /common | |
parent | 5a8dbc63ea29eb454ad5f36de5c6c33172230f88 (diff) | |
download | qmk_firmware-af556d39d2f5a1ee30c34ee65ecd5d1b7a519bdc.tar.gz qmk_firmware-af556d39d2f5a1ee30c34ee65ecd5d1b7a519bdc.zip |
Remove unwanted white space
Diffstat (limited to 'common')
-rw-r--r-- | common/keycode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/keycode.h b/common/keycode.h index 074e0f68f..ac4ef00db 100644 --- a/common/keycode.h +++ b/common/keycode.h | |||
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License | |||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | /* | 18 | /* |
19 | * Keycodes based on HID Usage Keyboard/Keypad Page(0x07) plus special codes | 19 | * Keycodes based on HID Usage Keyboard/Keypad Page(0x07) plus special codes |
20 | * http://www.usb.org/developers/devclass_docs/Hut1_12.pdf | 20 | * http://www.usb.org/developers/devclass_docs/Hut1_12.pdf |
21 | */ | 21 | */ |
@@ -392,7 +392,7 @@ enum hid_keyboard_keypad_usage { | |||
392 | KC_RALT, | 392 | KC_RALT, |
393 | KC_RGUI, | 393 | KC_RGUI, |
394 | 394 | ||
395 | /* NOTE: 0xE8-FF are used for internal special purpose */ | 395 | /* NOTE: 0xE8-FF are used for internal special purpose */ |
396 | }; | 396 | }; |
397 | 397 | ||
398 | /* Special keycodes */ | 398 | /* Special keycodes */ |
@@ -422,7 +422,7 @@ enum internal_special_keycodes { | |||
422 | KC_WWW_FORWARD, | 422 | KC_WWW_FORWARD, |
423 | KC_WWW_STOP, | 423 | KC_WWW_STOP, |
424 | KC_WWW_REFRESH, | 424 | KC_WWW_REFRESH, |
425 | KC_WWW_FAVORITES, | 425 | KC_WWW_FAVORITES, |
426 | KC_MEDIA_FAST_FORWARD, | 426 | KC_MEDIA_FAST_FORWARD, |
427 | KC_MEDIA_REWIND, /* 0xBC */ | 427 | KC_MEDIA_REWIND, /* 0xBC */ |
428 | 428 | ||