UNPKG

das-cli

Version:

Simple CLI for the Das-keyboard (native) driver without all the ReST fluff

8 lines (7 loc) 456 B
module.exports = { all: (v, k) => true, alpha: ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'], functions: ['f1', 'f2', 'f3', 'f4', 'f5', 'f6', 'f7', 'f8', 'f9', 'f10', 'f11', 'f12'], numbers: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'], numPad: ['numpad0', 'numpad1', 'numpad2', 'numpad3', 'numpad4', 'numpad5', 'numpad6', 'numpad7', 'numpad8', 'numpad9'], };