Explorar el Código

Remove unwanted white space

old_master
Jun Wako hace 9 años
padre
commit
af556d39d2
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      common/keycode.h

+ 3
- 3
common/keycode.h Ver fichero

along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */


/*
/*
* Keycodes based on HID Usage Keyboard/Keypad Page(0x07) plus special codes * Keycodes based on HID Usage Keyboard/Keypad Page(0x07) plus special codes
* http://www.usb.org/developers/devclass_docs/Hut1_12.pdf * http://www.usb.org/developers/devclass_docs/Hut1_12.pdf
*/ */
KC_RALT, KC_RALT,
KC_RGUI, KC_RGUI,


/* NOTE: 0xE8-FF are used for internal special purpose */
/* NOTE: 0xE8-FF are used for internal special purpose */
}; };


/* Special keycodes */ /* Special keycodes */
KC_WWW_FORWARD, KC_WWW_FORWARD,
KC_WWW_STOP, KC_WWW_STOP,
KC_WWW_REFRESH, KC_WWW_REFRESH,
KC_WWW_FAVORITES,
KC_WWW_FAVORITES,
KC_MEDIA_FAST_FORWARD, KC_MEDIA_FAST_FORWARD,
KC_MEDIA_REWIND, /* 0xBC */ KC_MEDIA_REWIND, /* 0xBC */