Turns a Keybow into a macro keyboard with multiple, on-the-fly switchable layouts – so you don't need to swap mSD cards.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

30 lines
511 B

package.path = "./sdcard/?.lua;./mock/?.lua;" .. package.path
require "mockkeybow"
print()
print("**** key 00...")
handle_key_00(true)
handle_key_00(false)
print()
print("**** key 03...")
handle_key_03(true)
handle_key_03(false)
print()
print("**** key 11...")
handle_key_11(true)
handle_key_11(false)
print("**** key 00...")
handle_key_00(true)
handle_key_00(false)
print()
print("**** key 11...")
handle_key_11(true)
handle_key_11(false)
print("**** key 00...")
handle_key_00(true)
handle_key_00(false)