diff options
| -rw-r--r-- | converter/ps2_usb/Makefile | 4 | ||||
| -rw-r--r-- | converter/ps2_usb/keymap_spacefn.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/converter/ps2_usb/Makefile b/converter/ps2_usb/Makefile index 04bf28a00..db0912ebd 100644 --- a/converter/ps2_usb/Makefile +++ b/converter/ps2_usb/Makefile | |||
| @@ -84,9 +84,9 @@ NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA | |||
| 84 | 84 | ||
| 85 | # PS/2 Options | 85 | # PS/2 Options |
| 86 | # | 86 | # |
| 87 | #PS2_USE_USART = yes # uses hardware USART engine for PS/2 signal receive(recomened) | 87 | PS2_USE_USART = yes # uses hardware USART engine for PS/2 signal receive(recomened) |
| 88 | #PS2_USE_INT = yes # uses external interrupt for falling edge of PS/2 clock pin | 88 | #PS2_USE_INT = yes # uses external interrupt for falling edge of PS/2 clock pin |
| 89 | PS2_USE_BUSYWAIT = yes # uses primitive reference code | 89 | #PS2_USE_BUSYWAIT = yes # uses primitive reference code |
| 90 | 90 | ||
| 91 | 91 | ||
| 92 | # Optimize size but this may cause error "relocation truncated to fit" | 92 | # Optimize size but this may cause error "relocation truncated to fit" |
diff --git a/converter/ps2_usb/keymap_spacefn.c b/converter/ps2_usb/keymap_spacefn.c index 6b06bae25..7f537bfeb 100644 --- a/converter/ps2_usb/keymap_spacefn.c +++ b/converter/ps2_usb/keymap_spacefn.c | |||
| @@ -24,7 +24,7 @@ const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 24 | */ | 24 | */ |
| 25 | KEYMAP( | 25 | KEYMAP( |
| 26 | ESC, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, PSCR,SLCK,BRK, | 26 | ESC, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, PSCR,SLCK,BRK, |
| 27 | GRV, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, INS, HOME,PGUP, NLCK,PSLS,PAST,PMNS, | 27 | ESC, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, INS, HOME,PGUP, NLCK,PSLS,PAST,PMNS, |
| 28 | TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, DEL, END, PGDN, P7, P8, P9, | 28 | TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, DEL, END, PGDN, P7, P8, P9, |
| 29 | CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT, P4, P5, P6, PPLS, | 29 | CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT, P4, P5, P6, PPLS, |
| 30 | LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT, UP, P1, P2, P3, | 30 | LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT, UP, P1, P2, P3, |
