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 'upstream/master'
* upstream/master: (34 commits) Update keycodes_0.0.1_basic.hjson (qmk#20129) [Doc] Add example to keyboard housekeeping and some minor fixes (qmk#19968) [Keyboard] Add Atlantis PS17 (qmk#19952) add tiger80 iso layout support (qmk#19975) [Keyboard] Add hineybush/h87_g2 (qmk#20053) add new board: splaytoraid (qmk#20052) [Keyboard] New Keyboard - Sugar Glider (qmk#19933) Let's use workflows to parallelise the builds. (qmk#20120) [Keyboard] Add KP60 (qmk#20096) Update newbs_getting_started to include instructions for apple silicon (qmk#19579) RF R1 8-9Xu PCB (qmk#20048) Document Autocorrect callback functions (qmk#20115) Move Ferris Sweep to data-driven (qmk#20111) [keyboard] Prevent LED flicker when connecting AnnePro 2 (qmk#19709) Allow for CI builds to run for 23 hours, instead of 6. (part deux) (qmk#20095) Allow for CI builds to run for 23 hours, instead of 6. (qmk#20094) Add Chimera65 Hotswap keyboard (qmk#20038) [Keyboard] Add k83 (qmk#19896) Ketch LGUI/LALT key transposed on Minivan layout (qmk#20025) [Keyboard] Change pierce vendor ID (qmk#20088) ...
- Loading branch information
Showing
207 changed files
with
9,557 additions
and
418 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
Empty file.
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 2023 Conor Burns (@Conor-Burns) | ||
/* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
|
||
#pragma once | ||
|
||
#define RGB_DI_PIN D0 | ||
|
||
#define RGB_MATRIX_LED_COUNT 18 | ||
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 | ||
#define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_BREATHING | ||
#define RGB_MATRIX_DEFAULT_HUE 152 | ||
#define RGB_MATRIX_DEFAULT_SAT 232 | ||
#define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS | ||
#define RGB_MATRIX_DEFAULT_SPD 50 | ||
|
||
#define ENABLE_RGB_MATRIX_BREATHING | ||
#define ENABLE_RGB_MATRIX_SOLID_COLOR | ||
#define ENABLE_RGB_MATRIX_BAND_SAT | ||
#define ENABLE_RGB_MATRIX_BAND_SPIRAL_VAL | ||
#define ENABLE_RGB_MATRIX_CYCLE_ALL | ||
#define ENABLE_RGB_MATRIX_RAINDROPS | ||
#define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT |
Oops, something went wrong.