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.
 
 

24 lines
396 B

require "keybow"
function keybow.set_pixel(pix, r, g, b)
-- print("set_pixel", pix, r, g, b)
end
function keybow.auto_lights(onoff)
-- print("auto_lights", onoff)
end
function keybow.clear_lights()
-- print("clear_lights")
end
function keybow.tap_key(key)
print("tap_key", key)
end
function keybow.set_modifier(mod, key)
print("set_modifier", mod, key)
end
require "keys"
setup()