Author Topic: typewriter keyboard tmk keymap issues  (Read 1182 times)

0 Members and 1 Guest are viewing this topic.

Offline gompa

  • Thread Starter
  • Posts: 1
    • h-bomb
typewriter keyboard tmk keymap issues
« on: Sun, 11 March 2018, 07:18:59 »
hey iam "new" here (do some occasional  lurking) and iam trying to get a old type writer keyboard working (i have no idea what typewriter its from)
it has a 8x8 matrix.
i tryed to figure out the tmk keymap but iam at a loss,  i checked some other boards in the git repo but cant seem to figure it out.
i have included a zip of the gh60 dir (trying to build this )
and a exel file of the column row pinout ( both start at 0)
i build with make KEYMAP=plain


i think the problem is they are not really columns and rows, for example column 2 has the keys : 4 o u e t q =+ enter
but it could just as well be me messing up the keymap
i changed my keymap like i thought it should be but now most keys are just random

my current keymap is :
 /* Col pin configuration
 * col: 0   1   2   3   4   5   6   7 
 * pin: B4, B5, F0, F1, F4, F5, F6, F7 

   /* Row pin configuration
   * row: 0   1   2   3   4   5   6   7
   * pin: D2, D3, D1, D0, D4, C6, D7, E6

edit: more info
edit: even more info


edit: started building qmk  defined the confings and all matrix positions where right but the keymap was wrong, apparently there was stuff in my eeprom, after cleaning it with a arduino schetch writing 255 to the whole eeprom  everything started working
« Last Edit: Tue, 13 March 2018, 08:55:03 by gompa »