This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Option + () to 【】", | |
"rules": [ | |
{ | |
"description": "Option + 8 to 【", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "8", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Exchange up arrow to question for O51Go", | |
"rules": [ | |
{ | |
"description": "Shift+↑でquestionを入力", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "up_arrow", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kbd = Keyboard.new | |
kbd.init_pins( | |
[ 9, 10, 11, 12, 14 ], # row0, row1,... respectively | |
[ 5, 4, 2, 3 ] # col0, col1,... respectively | |
) | |
kbd.add_layer :default, %i[ | |
KC_NO KC_RABK NEXT KC_L | |
KC_NO KC_LABK KC_END KC_RIGHT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Ctrl+TAB to CapsLock for hhkb", | |
"rules": [ | |
{ | |
"description": "Ctrl+TABでCapsLockを入力", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "tab", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Exchange underscore to question for hhkb", | |
"rules": [ | |
{ | |
"description": "Shift+アンダースコアでquestionを入力", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "international1", |