From e807211ffaed1f404912252879d86a3ae1b10b8c Mon Sep 17 00:00:00 2001 From: Jun Wako Date: Sat, 27 Jan 2024 22:55:06 +0900 Subject: [PATCH] Add support for M0110 International layout --- editor/common/keymap_editor.css | 2 + editor/index.html | 4 +- editor/unimap/config.js | 12 +++ editor/unimap/layout-m0110_usb_intl.html | 111 +++++++++++++++++++++++ 4 files changed, 127 insertions(+), 2 deletions(-) create mode 100644 editor/unimap/layout-m0110_usb_intl.html diff --git a/editor/common/keymap_editor.css b/editor/common/keymap_editor.css index bd022a7df1..f79226a604 100644 --- a/editor/common/keymap_editor.css +++ b/editor/common/keymap_editor.css @@ -63,6 +63,8 @@ textarea { * +---------------------------+ * margin:0 + border:0 + padding:24 = 24px */ +.btn050 { width:2px } /* 26 - 24 */ +.btn075 { width:15px } /* 39 - 24 */ .btn100 { width:28px } /* 52 - 24 */ .btn125 { width:41px } /* 65 - 24 */ .btn150 { width:54px } /* 78 - 24 */ diff --git a/editor/index.html b/editor/index.html index 8975481536..a3857e2f92 100644 --- a/editor/index.html +++ b/editor/index.html @@ -45,8 +45,8 @@

Online Keymap Editor for TMK products

  • M0110-USB Converter [ info | code | buy ]
  • IBM4704-USB Converter [ info | code | buy ]