]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Fix Sony NEWS connector pinout and keymap.
authortmk <nobody@nowhere>
Wed, 14 Nov 2012 06:01:31 +0000 (15:01 +0900)
committertmk <nobody@nowhere>
Wed, 14 Nov 2012 06:01:31 +0000 (15:01 +0900)
converter/news_usb/keymap.c
converter/news_usb/matrix.c

index 6f30d59c18b9813b368b6830db6f5d615a82ab88..058f2914bd8f6884f4f57ee72042bd25f0046f53 100644 (file)
@@ -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
     ),
 };
 
index bf363e7d9b98627c07fb4020368c5b138794ace7..f4e7281fbd5c4935c8289689e009c8832b4c5651 100644 (file)
@@ -23,6 +23,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #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