From 6f253b924ea98dd6d62bbec8e37ed18144519420 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 14 Nov 2012 15:01:31 +0900 Subject: [PATCH] Fix Sony NEWS connector pinout and keymap. --- converter/news_usb/keymap.c | 4 ++-- converter/news_usb/matrix.c | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/converter/news_usb/keymap.c b/converter/news_usb/keymap.c index 6f30d59c..058f2914 100644 --- a/converter/news_usb/keymap.c +++ b/converter/news_usb/keymap.c @@ -102,9 +102,9 @@ static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { PWR, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, PAST,PSLS,PPLS, ESC, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSLS,BSPC, HELP, P7, P8, P9, PMNS, TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,DEL, INS, P4, P5, P6, PCMM, - CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT,GRV, ENT, CLR, P1, P2, P3, PENT, + LCTL,A, S, D, F, G, H, J, K, L, SCLN,QUOT,GRV, ENT, CLR, P1, P2, P3, PENT, LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH,RO, RSFT, PGUP, P0, PDOT,UP, - LCTL,LGUI,LALT, SPC, ERAS, RALT,RGUI,RCTL, PGDN, TAB, LEFT,DOWN,RGHT + LALT,CAPS,LALT, SPC, ERAS, RALT,RGUI,RCTL, PGDN, TAB, LEFT,DOWN,RGHT ), }; diff --git a/converter/news_usb/matrix.c b/converter/news_usb/matrix.c index bf363e7d..f4e7281f 100644 --- a/converter/news_usb/matrix.c +++ b/converter/news_usb/matrix.c @@ -23,6 +23,7 @@ along with this program. If not, see . #include "util.h" #include "news.h" #include "matrix.h" +#include "debug.h" /* @@ -63,6 +64,9 @@ uint8_t matrix_cols(void) void matrix_init(void) { + print_enable = true; + debug_enable = true; + debug_matrix = true; news_init(); // initialize matrix state: all keys off -- 2.39.3