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.
 
 

22 lines
865 B

-- An empty Multibow Keybow layout. Useful for "switching off" the keyboard,
require "snippets/multibow"
--[[
The Keybow layout is as follows when in landscape orientation, with the USB
cable going off "northwards":
┋┋
┌────┐ ┌────┐ ┌────┐ ┌────┐
│ 11 │ │ 8 │ │ 5 │ │ 2 │
└────┘ └────┘ └────┘ └────┘
┌────┐ ┌────┐ ┌────┐ ┌────┐
│ 10 │ │ 7 │ │ 4 │ │ 1 │
└────┘ └────┘ └────┘ └────┘
┌────┐ ┌────┐ ┌────┐ ┌────┐
│ 9 │ │ 6 │ │ 3 │ │ 0 │
└────┘ └────┘ └────┘ └────┘
]]--
mb.register_keymap({}, "empty")