QMK.js
    Preparing search index...

    Type Alias Layout

    type Layout = {
        key_count: number;
        layout: Key[];
    }
    Index

    Properties

    Properties

    key_count: number
    layout: Key[]