Skip to content

Instantly share code, notes, and snippets.

@sekigon-gonnoc
Last active September 28, 2019 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sekigon-gonnoc/5d27d1ce1719a9c71c6d65780fa88186 to your computer and use it in GitHub Desktop.
Save sekigon-gonnoc/5d27d1ce1719a9c71c6d65780fa88186 to your computer and use it in GitHub Desktop.
{"config":
{
"version":2,
"device_info":{"vid":"0xFEED","pid":"0x0000",
"name":"otaku_split","manufacture":"takashiski","description":"A custom keyboard"},
"matrix":{"rows":10,"cols":8,"device_rows":5, "device_cols":8,
"debounce":1,"is_left_hand":1,"diode_direction":0,
"row_pins":[8, 9, 10, 11, 12],
"col_pins":[20, 19, 18, 17, 16, 15, 14, 13],
"layout":[1, 2, 3, 4, 5, 6, 7, 41, 42, 43, 44, 45, 46, 47, 48, 56, 0,
9, 10, 11, 12, 13, 14, 15, 49, 50, 51, 52, 53, 54, 55, 64, 0,
17, 18, 19, 20, 21, 22, 57, 58, 59, 60, 61, 62, 63, 0,
25, 26, 27, 28, 29, 30, 65, 66, 67, 68, 69, 70, 71, 72, 0,
33, 34, 35, 36, 37, 38, 39, 73, 74, 75, 76, 77, 78, 79, 80]},
"mode":"SPLIT_MASTER","startup":1,
"peripheral":{"max_interval":60,"min_interval":30,"slave_latency":7},
"central":{"max_interval":60,"min_interval":30,"slave_latency":0},
"led":{"pin":255, "num":0},
"keymap":{"locale":"US","use_ascii":0}
}}
{"config":
{
"version":2,
"device_info":{"vid":"0xFEED","pid":"0x0000",
"name":"otaku_split","manufacture":"takashiski","description":"A custom keyboard"},
"matrix":{"rows":10,"cols":8,"device_rows":5, "device_cols":8,
"debounce":1,"is_left_hand":0,"diode_direction":0,
"row_pins":[12, 11, 10, 9, 8],
"col_pins":[13, 14, 15, 16, 17, 18, 19, 20],
"layout":[1, 2, 3, 4, 5, 6, 7, 41, 42, 43, 44, 45, 46, 47, 48, 56, 0,
9, 10, 11, 12, 13, 14, 15, 49, 50, 51, 52, 53, 54, 55, 64, 0,
17, 18, 19, 20, 21, 22, 57, 58, 59, 60, 61, 62, 63, 0,
25, 26, 27, 28, 29, 30, 65, 66, 67, 68, 69, 70, 71, 72, 0,
33, 34, 35, 36, 37, 38, 39, 73, 74, 75, 76, 77, 78, 79, 80]},
"mode":"SPLIT_SLAVE","startup":1,
"peripheral":{"max_interval":60,"min_interval":30,"slave_latency":7},
"central":{"max_interval":60,"min_interval":30,"slave_latency":0},
"led":{"pin":255, "num":0},
"keymap":{"locale":"US","use_ascii":0}
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment