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 remote-tracking branch 'qmk/develop' into develop
* qmk/develop: (100 commits) [Keyboard] Fix compilation issues for teleport numpad (qmk#15110) [Keyboard] Add Paroxysm keyboard to Cradio (qmk#15097) [Keyboard] Update mb44.h (qmk#15092) [Keyboard] Stream cheap via fixes/updates (qmk#14325) [Keyboard] PK64RGB Keyboard Addition (qmk#14627) [Keyboard] Element Hotswap PCB (qmk#15082) [Keyboard] Teleport numpad (qmk#14905) Updates to drashna keymap and minor updates to tractyl manuform (qmk#15101) Update noroadsleft userspace and keymaps (2021-11-09) (qmk#15099) Mechlovin Pisces Refactor (qmk#15080) idb 60 Layout Macro Refactor (qmk#15079) [Keyboard] Add new keyboard "Heavy Left" (qmk#15052) Fixup broken build after qmk#15040 (qmk#15073) [Keyboard] Add VIA to Gud70 (qmk#15071) [Keyboard] Fix compilation issues for superuser tkl (qmk#15070) [Keyboard] Add Ziggurat keyboard (qmk#15008) Update updated KPrepublic boards to be prepared for the update (qmk#15040) [Keymap] add keymap for xd60 (qmk#15053) [Keymap] Revamp the ergodox french_hacker layout (qmk#15064) kprepublic/bm65rgb/rev1: Fix info.json (qmk#15066) ...
- Loading branch information
Showing
2,119 changed files
with
23,050 additions
and
11,142 deletions.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// Copyright %(YEAR)s %(YOUR_NAME)s (@%(USER_NAME)s) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#include "%(KEYBOARD)s.h" |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// Copyright %(YEAR)s %(YOUR_NAME)s (@%(USER_NAME)s) | ||
// SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
#pragma once | ||
|
||
#include "quantum.h" | ||
|
||
/* This is a shortcut to help you visually see your layout. | ||
* | ||
* The first section contains all of the arguments representing the physical | ||
* layout of the board and position of the keys. | ||
* | ||
* The second converts the arguments into a two-dimensional array which | ||
* represents the switch matrix. | ||
*/ | ||
#define LAYOUT( \ | ||
k00, k01, k02, \ | ||
k10, k12 \ | ||
) { \ | ||
{ k00, k01, k02 }, \ | ||
{ k10, KC_NO, k12 } \ | ||
} |
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 +1 @@ | ||
# The default keymap for %KEYBOARD% | ||
# The default keymap for %(KEYBOARD)s |
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.