15 lines
477 B
TypeScript
15 lines
477 B
TypeScript
export * from './key-action';
|
|
export * from './macro-action';
|
|
export * from './hardware-configuration';
|
|
export * from './key-modifiers';
|
|
export * from './keymap';
|
|
export * from './layer';
|
|
export * from './secondary-role-action';
|
|
export * from './macro';
|
|
export * from './module';
|
|
export * from './module-configuration';
|
|
export * from './user-configuration';
|
|
|
|
export const SCANCODES = require('./scancodes.json');
|
|
export const SECONDARY_ROLES = require('./secondaryRole.json');
|