forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into grahampheath-iris
* master: (1136 commits) editing fn layer and minimizing the Caps layer (qmk#6850) Expose zh-cn docs, delete bad zh docs, add docs for adding translations (qmk#6855) [Keyboard] Add Wraith keyboard (qmk#6810) Port drivers.txt changes from the Toolbox (qmk#6786) [Keyboard] Signum 3 0 enable kinetic speed (qmk#6740) [Keyboard][Fix] budget96 RGB light-switches (qmk#6840) [Keymap] update hecomi/kakunpc keymap (qmk#6839) [Keymap] Adds Egstad Preonic Profile (qmk#6837) [Keymap] Updating crkbd RGB keymap implementation & ninjonas userspace updates (qmk#6834) [Keymap] correct keebs keymap for wonderland (qmk#6838) [Keyboard] support tkl_iso community layout (qmk#6778) correct default keymap for wonderland (qmk#6835) [Keyboard] update angel17 (qmk#6831) ARM split - Add support for dfu-util EE_HANDS flashing (qmk#6543) [Keymap] Personal xd75 keymap "Odyssey" (qmk#6830) [Keyboard] cKeys theDora: Configurator fix (qmk#6828) [Keymap] Use 75_ansi and community layout for xd84 (qmk#6821) Minor link fix in Clueboard README (qmk#6823) [Keymap] Port personal keymap to 60_tsangan_hhkb (qmk#6820) [Keyboard] Reviung39: Configurator layout support (qmk#6819) ... # Conflicts: # lib/lufa
- Loading branch information
Showing
7,342 changed files
with
260,579 additions
and
490,323 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
// Suggested extensions | ||
{ | ||
"recommendations": [ | ||
"EditorConfig.EditorConfig" | ||
"EditorConfig.EditorConfig", | ||
"xaver.clang-format", | ||
"ms-vscode.cpptools", | ||
"bierner.github-markdown-preview", | ||
"donjayamanne.git-extension-pack", | ||
"CoenraadS.bracket-pair-colorizer-2" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,7 @@ | ||
FROM debian:9 | ||
|
||
RUN apt-get update && apt-get install --no-install-recommends -y \ | ||
avr-libc \ | ||
avrdude \ | ||
binutils-arm-none-eabi \ | ||
binutils-avr \ | ||
build-essential \ | ||
dfu-programmer \ | ||
dfu-util \ | ||
gcc \ | ||
gcc-arm-none-eabi \ | ||
gcc-avr \ | ||
git \ | ||
libnewlib-arm-none-eabi \ | ||
software-properties-common \ | ||
unzip \ | ||
wget \ | ||
zip \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
ENV KEYBOARD=ergodox_ez | ||
ENV KEYMAP=default | ||
FROM qmkfm/base_container | ||
|
||
VOLUME /qmk_firmware | ||
WORKDIR /qmk_firmware | ||
COPY . . | ||
|
||
CMD make $KEYBOARD:$KEYMAP | ||
CMD make all:default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.