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 sjb/all-keyboard
* master: (46 commits) [Doc] Improve converter references (qmk#21801) [Keyboard] Add dnworks 997pt3 (qmk#22466) Add leonardo build target for leonardo + usb2.0 shield based projects (qmk#22243) [Keyboard] Add Eden (qmk#22467) Update stale.yml Update stale.yml (qmk#22473) Bs equals (qmk#21690) Fix typos: key-modifer→key-modifier and interacton→interaction (qmk#22464) add `68_ansi` Community Layout to nebula68b (qmk#22433) [Keyboard] Fixes to make snes_macropad play nicer with qmk configurator (qmk#22432) studiokestra/line_tkl: correct layout data (qmk#22455) add 5087 keyboard (qmk#20557) Add `qmk license-check` developer-level CLI command. (qmk#22075) [Keyboard] Add MariOrion v2.5 (qmk#22273) Add Ploopy Madromys mouse (qmk#21989) [Keyboard] Add alpaca/wfeclipse (qmk#22230) Update gregandcin/teaqueen (qmk#22402) Add SNES Macropad keyboard (qmk#22377) Update layer state of Lily58 from 'Default' to 'Base' (qmk#22397) Fix indicator LED definition for Sofle RGB. (qmk#22408) ...
- Loading branch information
Showing
235 changed files
with
11,862 additions
and
335 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
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,20 @@ | ||
/* | ||
Copyright 2023 Stefan Sundin "4pplet" <mail@4pplet.com> | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 2 of the License, or | ||
(at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
#pragma once | ||
|
||
#define WS2812_EXTERNAL_PULLUP | ||
|
Oops, something went wrong.