Explorar el Código

Fix m0110 keymaps

gh-pages
Jun Wako hace 9 años
padre
commit
c3b978a9eb
Se han modificado 2 ficheros con 7 adiciones y 1 borrados
  1. 1
    1
      editor/m0110/keymap_editor.js
  2. 6
    0
      editor/m0110/m0110.js

+ 1
- 1
editor/m0110/keymap_editor.js Ver fichero

@@ -43,7 +43,7 @@ $(function() {
$(".layer").click(function(ev, ui) {
var layer = parseInt($(this).attr('id').match(/layer-(\d+)/)[1]);
editing_layer = layer;
load_keymap_on_keyboard(layer, keymaps[layer] || no_map());
load_keymap_on_keyboard(layer, keymaps[layer]);
});



+ 6
- 0
editor/m0110/m0110.js Ver fichero

@@ -148,6 +148,12 @@ keymaps = [
[0x00,0x00,0x55,0x00,0x00,0x00,0x57,0x00,],
[0x2E,0x00,0x00,0x00,0x00,0x54,0x00,0x00,],
],
no_map(),
no_map(),
no_map(),
no_map(),
no_map(),
no_map(),
];

/* Fn actions(32*2) */

Cargando…
Cancelar
Guardar