]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - usb_keycodes.h
Change MCU to atmega328p in hhkb/Makeilfe.vusb.
[max/tmk_keyboard.git] / usb_keycodes.h
index 6cc98682ba3d61832ea6706d7a7f2273d8c25f5a..9b6cce1532959ee11228549ef072fba50853fa05 100644 (file)
@@ -51,7 +51,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define KB_PGDN KB_PGDOWN
 #define KB_PSCR KB_PSCREEN
 #define KB_SLCK KB_SCKLOCK
-#define KB_BRK  KB_BREAK
+#define KB_PAUS KB_PAUSE
+#define KB_BRK  KB_PAUSE
 #define KB_NLCK KB_NUMLOCK
 #define KB_SPC  KB_SPACE
 #define KB_MINS KB_MINUS
@@ -67,6 +68,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define KB_APP  KB_APPLICATION
 #define KB_NUHS KB_NONUS_HASH
 #define KB_NUBS KB_NONUS_BSLASH
+#define KB_ERAS KB_ALT_ERASE,
+#define KB_CLR  KB_CLEAR
 /* for Japanese */
 #define KB_ZKHK KB_GRAVE
 #define KB_RO   KB_INT1
@@ -86,6 +89,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define KB_P9   KB_KP_9
 #define KB_P0   KB_KP_0
 #define KB_PDOT KB_KP_DOT
+#define KB_PCMM KB_KP_COMMA
 #define KB_PSLS KB_KP_SLASH
 #define KB_PAST KB_KP_ASTERISK
 #define KB_PMNS KB_KP_MINUS
@@ -259,7 +263,7 @@ enum keycodes {
     KB_F12,
     KB_PSCREEN,
     KB_SCKLOCK,
-    KB_BREAK,
+    KB_PAUSE,
     KB_INSERT,
     KB_HOME,
     KB_PGUP,