Ver código fonte

Update firmware of HHKB keymap editor

gh-pages
Jun Wako 9 anos atrás
pai
commit
3a6c20d702
2 arquivos alterados com 1437 adições e 1431 exclusões
  1. 1435
    1429
      editor/hhkb/firmware.js
  2. 2
    2
      editor/hhkb/index.html

+ 1435
- 1429
editor/hhkb/firmware.js
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 2
- 2
editor/hhkb/index.html Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar