Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into master-new
Browse files Browse the repository at this point in the history
* upstream/master: (161 commits)
  Small code improvements, fix KVM switch issues with GMMK Pro on andrebrait's keymap (qmk#15943)
  Fixup build. (qmk#15931)
  Remove `keyboard_folder` instances from `info.json` files (qmk#15932)
  update the Chinese translation based on the latest English version (qmk#14924)
  [Keyboard] fix odin rgb light error (qmk#15914)
  Add LAYOUTS entry to rules.mk (qmk#15900)
  Revert "update keyboard_aliases.json (qmk#15649)" (qmk#15903)
  update keyboard_aliases.json (qmk#15649)
  Fix dactyl manuform 6x6 LAYOUT_6x6_5_thumb rendering (qmk#15891)
  [Keyboard] Fix compilation issues for mechlovin hex4b (qmk#15885)
  [Bug] Remove config.h include in dynamic_keymap.c (qmk#15886)
  [Keyboard] Add Rosaline (qmk#15595)
  [Keyboard] Add Devil68 Pro (qmk#15820)
  [Keyboard] Fix encoder bug zoom65 and zoom65_litte (qmk#15876)
  [Keymap] added keymap conor with rgb layers (qmk#15234)
  [Keyboard] Add Keychron_q1 rev_0101 and Keychron q2 series (qmk#15025)
  Make note of upper limit for `UC()` (qmk#15870)
  Remove network drive mapping comment for WSL (qmk#15871)
  [keyboard] Adding Atlas_65 (qmk#15839)
  [Keymap] ericgebhart keymap and userspace updates (qmk#15727)
  ...
  • Loading branch information
akatrevorjay committed Dec 26, 2022
2 parents ffa9109 + 6156e6d commit 01f0f90
Show file tree
Hide file tree
Showing 1,276 changed files with 57,504 additions and 13,013 deletions.
113 changes: 57 additions & 56 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,69 +2,70 @@
* text=auto

# sources
*.c text
*.cc text
*.cxx text
*.cpp text
*.c++ text
*.hpp text
*.h text
*.h++ text
*.hh text
*.bat text
*.coffee text
*.css text
*.htm text
*.html text
*.inc text
*.ini text
*.js text
*.jsx text
*.json text
*.less text
*.php text
*.pl text
*.py text
*.rb text
*.sass text
*.scm text
*.scss text
*.sh text
*.sql text
*.styl text
*.ts text
*.xml text
*.xhtml text
*.c text eol=lf
*.cc text eol=lf
*.cxx text eol=lf
*.cpp text eol=lf
*.c++ text eol=lf
*.hpp text eol=lf
*.h text eol=lf
*.h++ text eol=lf
*.hh text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.coffee text eol=lf
*.css text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.inc text eol=lf
*.ini text eol=crlf
*.js text eol=lf
*.jsx text eol=lf
*.json text eol=lf
*.less text eol=lf
*.php text eol=lf
*.pl text eol=lf
*.py text eol=lf
*.rb text eol=lf
*.sass text eol=lf
*.scm text eol=lf
*.scss text eol=lf
*.sh text eol=lf
*.sql text eol=lf
*.styl text eol=lf
*.ts text eol=lf
*.xml text eol=lf
*.xhtml text eol=lf

# make files (need to always use lf for compatibility with Windows 10 bash)
Makefile eol=lf
*.mk eol=lf
*.mk eol=lf

# make files (need to always use lf for compatibility with Windows 10 bash)
*.sh eol=lf

# documentation
*.markdown text
*.md text
*.mdwn text
*.mdown text
*.mkd text
*.mkdn text
*.mdtxt text
*.mdtext text
*.txt text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
INSTALL text
license text
LICENSE text
NEWS text
readme text
*README* text
TODO text
*.markdown text eol=lf
*.md text eol=lf
*.mdwn text eol=lf
*.mdown text eol=lf
*.mkd text eol=lf
*.mkdn text eol=lf
*.mdtxt text eol=lf
*.mdtext text eol=lf
*.txt text eol=lf
AUTHORS text eol=lf
CHANGELOG text eol=lf
CHANGES text eol=lf
CONTRIBUTING text eol=lf
COPYING text eol=lf
INSTALL text eol=lf
license text eol=lf
LICENSE text eol=lf
NEWS text eol=lf
readme text eol=lf
*README* text eol=lf
TODO text eol=lf

GRAPHICS
*.ai binary
Expand All @@ -82,7 +83,7 @@ GRAPHICS
*.png binary
*.psb binary
*.psd binary
*.svg text
*.svg text eol=lf
*.svgz binary
*.tif binary
*.tiff binary
Expand Down
46 changes: 0 additions & 46 deletions book.json

This file was deleted.

3 changes: 3 additions & 0 deletions data/mappings/keyboard_aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@
'mechlovin/hannah65/mechlovin9': {
target: 'mechlovin/mechlovin9/rev1'
},
'mechlovin/hex4b': {
target: 'mechlovin/hex4b/rev1'
},
'melgeek/z70ultra': {
target: 'melgeek/z70ultra/rev1'
},
Expand Down
5 changes: 0 additions & 5 deletions docs/_langs.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
- Translations
- [:uk: English](/)
- [:cn: 简体中文](/zh-cn/)
- [:es: Español](/es/)
- [:fr: Français](/fr-fr/)
- [:israel: עברית](/he-il/)
- [:brazil: Português](/pt-br/)
- [:ru: Русский](/ru-ru/)
- [:jp: 日本語](/ja/)
2 changes: 1 addition & 1 deletion docs/configurator_step_by_step.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Keycode Entry is accomplished in one of 3 ways:

## Step 5: Save Your Keymap for Future Changes

When you're satisfied with your keymap or just want to work on it later, press the `Export Keymap` button. It will save your keymap to your computer. You can then load this .json file in the future by pressing the `Import Keymap` button.
When you're satisfied with your keymap or just want to work on it later, press the `Download this QMK Keymap JSON File` button. It will save your keymap to your computer. You can then load this .json file in the future by pressing the `Upload a QMK Keymap JSON File` button.

!> **CAUTION:** This is not the same type of .json file used for kbfirmware.com or any other tool. If you try to use this for those tools, or the .json from those tools with QMK Configurator, you will encounter problems.

Expand Down
4 changes: 2 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Before opening a pull request, you can preview your changes if you have set up t

or if you only have Python 3 installed:

python3 -m http.server 8936
python3 -m http.server 8936 --directory docs

and navigating to `http://localhost:8936/`.

Expand Down Expand Up @@ -165,4 +165,4 @@ To maintain a clear vision of how things are laid out in QMK we try to plan out

# What Does the Code of Conduct Mean for Me?

Our [Code of Conduct](https://github.com/qmk/qmk_firmware/blob/master/CODE_OF_CONDUCT.md) means that you are responsible for treating everyone on the project with respect and courtesy regardless of their identity. If you are the victim of any inappropriate behavior or comments as described in our Code of Conduct, we are here for you and will do the best to ensure that the abuser is reprimanded appropriately, per our code.
Our [Code of Conduct](https://qmk.fm/coc/) means that you are responsible for treating everyone on the project with respect and courtesy regardless of their identity. If you are the victim of any inappropriate behavior or comments as described in our Code of Conduct, we are here for you and will do the best to ensure that the abuser is reprimanded appropriately, per our code.
32 changes: 0 additions & 32 deletions docs/de/README.md

This file was deleted.

122 changes: 0 additions & 122 deletions docs/de/_summary.md

This file was deleted.

Loading

0 comments on commit 01f0f90

Please sign in to comment.