Skip to content

Commit

Permalink
Add "Android" to list of possible OS values
Browse files Browse the repository at this point in the history
  • Loading branch information
precondition committed Nov 11, 2024
1 parent 8262975 commit 94ec872
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions db_fields_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ The operating system(s) used by the keymap author, sorted in descending order of
- ["Windows"]
- ["MacOS", "Windows"]
- ["Linux"]
- ["Windows", "Android"]

## stagger (categorical)
The keyboard stagger for which the keymap is designed around. The effort grid can change from one stagger to another and so will an optimized keymap.
Expand Down
2 changes: 1 addition & 1 deletion how_to_submit_a_keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ keymapImage:
keymapUrl:
languages: # [English, Spanish, ...]
layerCount:
OS: # [Windows, MacOS, Linux]
OS: # [Windows, MacOS, Linux, Android]
stagger: # row or columnar or ortholinear
summary: # Short summary of max. 60 words
title:
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/partials/sidebar.njk
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@

<fieldset class="flex flex-col">
<legend>OS</legend>
{% for OS in ["Windows", "MacOS", "Linux"] %}
{% for OS in ["Windows", "MacOS", "Linux", "Android"] %}
<label class="inline-flex items-center mt-3">
<input type="checkbox" name="OS" value="{{ OS }}"
onclick="updatePostGrid(this)" class="keymap-filter form-checkbox h-5 w-5 text-gray-600">
Expand Down

0 comments on commit 94ec872

Please sign in to comment.