2026-03-31_HHKB-setting

somthing you should know before decide to purchase a HHKB keyboard

dip setting

flowchart LR
    %% 定义开关状态的视觉样式
    classDef ON fill:#2ecc71,stroke:#27ae60,stroke-width:2px,color:#fff,font-weight:bold
    classDef OFF fill:#bdc3c7,stroke:#95a5a6,stroke-width:2px,color:#7f8c8d

    %% 辅助说明图例
    subgraph example [ ]
    Legend_ON[ON]:::ON
    Legend_OFF[OFF]:::OFF
    end

    subgraph HHKB_DIP [HHKB DIP]
        direction LR
        %% 定义 6 个开关及其初始状态
        SW1[1]:::OFF --- SW2[2]:::ON --- SW3[3]:::OFF --- SW4[4]:::OFF --- SW5[5]:::ON --- SW6[6]:::OFF
    end
    linkStyle 0,1,2,3,4 stroke-width:0px;


    %% 容器样式
    style HHKB_DIP fill:#f4f4f4,stroke:#333,stroke-width:3px