summaryrefslogtreecommitdiff
path: root/docs/src/data/operating-systems.js
blob: 0631766de556678cc4ccf409b8040493b897f5cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
 * Copyright (c) 2020 The ZMK Contributors
 *
 * SPDX-License-Identifier: CC-BY-NC-SA-4.0
 */

export default [
  {
    key: "windows",
    className: "windows",
    heading: "W",
    title: "Windows",
  },
  {
    key: "linux",
    className: "linux",
    heading: "L",
    title: "Linux",
  },
  {
    key: "android",
    className: "android",
    heading: "A",
    title: "Android",
  },
  {
    key: "macos",
    className: "macos",
    heading: "m",
    title: "macOS",
  },
  {
    key: "ios",
    className: "ios",
    heading: "i",
    title: "iOS",
  },
];