Browse Source

Update firmware of HHKB keymap editor

gh-pages
Jun Wako 9 years ago
parent
commit
3a6c20d702
2 changed files with 1437 additions and 1431 deletions
  1. 1435
    1429
      editor/hhkb/firmware.js
  2. 2
    2
      editor/hhkb/index.html

+ 1435
- 1429
editor/hhkb/firmware.js
File diff suppressed because it is too large
View File


+ 2
- 2
editor/hhkb/index.html View File

@@ -28,8 +28,8 @@

$(function() {
// Title
document.title = "TMK Keymap Editor for " + KEYBOARD_ID;
$("#page-title").text("TMK Keymap Editor for " + KEYBOARD_ID);
document.title = "TMK Keymap Editor for " + KEYBOARD_DESC;
$("#page-title").text("TMK Keymap Editor for " + KEYBOARD_DESC);

/*
* load keymap from URL hash

Loading…
Cancel
Save