-
-
Notifications
You must be signed in to change notification settings - Fork 40.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Helix/pico move to split_common (#16418)
- Loading branch information
Showing
18 changed files
with
165 additions
and
913 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
/* | ||
Copyright 2012 Jun Wako <[email protected]> | ||
Copyright 2015 Jack Humbert | ||
Copyright 2018 MakotoKurauchi | ||
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 | ||
|
@@ -42,12 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |
// #define MASTER_RIGHT | ||
// #define EE_HANDS | ||
|
||
// Helix keyboard OLED support | ||
// see ./rules.mk: OLED_ENABLE=yes or no | ||
#ifdef OLED_ENABLE | ||
#define SSD1306OLED | ||
#endif | ||
|
||
/* key matrix size */ | ||
// Rows are doubled-up | ||
#define MATRIX_ROWS 8 | ||
|
@@ -114,8 +109,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |
|
||
#if defined(RGBLIGHT_ENABLE) && !defined(IOS_DEVICE_ENABLE) | ||
// USB_MAX_POWER_CONSUMPTION value for Helix keyboard | ||
// 120 RGBoff, OLEDoff | ||
// 120 OLED | ||
// 120 RGBoff | ||
// 330 RGB 6 | ||
// 300 RGB 32 | ||
// 310 OLED & RGB 32 | ||
|
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
Oops, something went wrong.