-
-
Notifications
You must be signed in to change notification settings - Fork 40.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align RGBKB keyboards to current standards (#23663)
- Loading branch information
Showing
49 changed files
with
238 additions
and
625 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.
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.
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 |
---|---|---|
|
@@ -9,5 +9,5 @@ | |
|
||
#pragma once | ||
|
||
#include "mun.h" | ||
#include "quantum.h" | ||
#include "touch_encoder.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,8 @@ | ||
# Touch encoder needs | ||
VPATH += keyboards/rgbkb/common | ||
SRC += touch_encoder.c | ||
SRC += common_oled.c | ||
I2C_DRIVER_REQUIRED = yes | ||
|
||
SERIAL_DRIVER = usart | ||
OPT = 3 |
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,31 +1 @@ | ||
# Touch encoder needs | ||
VPATH += keyboards/rgbkb/common | ||
SRC += touch_encoder.c | ||
SRC += common_oled.c | ||
I2C_DRIVER_REQUIRED = yes | ||
|
||
# Build Options | ||
# change yes to no to disable | ||
# | ||
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | ||
MOUSEKEY_ENABLE = no # Mouse keys | ||
EXTRAKEY_ENABLE = yes # Audio control and System control | ||
CONSOLE_ENABLE = no # Console for debug | ||
COMMAND_ENABLE = no # Commands for debug and configuration | ||
NKRO_ENABLE = yes # Enable N-Key Rollover | ||
AUDIO_ENABLE = no # Audio output | ||
|
||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | ||
RGB_MATRIX_ENABLE = yes | ||
|
||
OLED_ENABLE = yes | ||
|
||
ENCODER_ENABLE = yes | ||
|
||
SERIAL_DRIVER = usart | ||
LTO_ENABLE = yes | ||
OPT = 3 | ||
|
||
OPT_DEFS += -DOLED_FONT_H=\"keyboards/rgbkb/common/glcdfont.c\" | ||
|
||
DEFAULT_FOLDER = rgbkb/mun/rev1 |
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,3 @@ | ||
# RGB layout selection | ||
RGB_ENCODERS = yes # For RGB encoders, solder on both WS2811 chips | ||
STAGGERED_LAYOUT = no # If you soldered R1-A12 and R4-A12, enable this. | ||
|
||
# Do not edit past here | ||
include keyboards/$(KEYBOARD)/post_rules.mk |
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,3 @@ | ||
# RGB layout selection | ||
RGB_ENCODERS = yes # For RGB encoders, solder on both WS2811 chips | ||
STAGGERED_LAYOUT = no # If you soldered R1-A12 and R4-A12, enable this. | ||
|
||
# Do not edit past here | ||
include keyboards/$(KEYBOARD)/post_rules.mk |
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,3 @@ | ||
# RGB layout selection | ||
RGB_ENCODERS = yes # For RGB encoders, solder on both WS2811 chips | ||
STAGGERED_LAYOUT = no # If you soldered R1-A12 and R4-A12, enable this. | ||
|
||
# Do not edit past here | ||
include keyboards/$(KEYBOARD)/post_rules.mk |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,22 +1,3 @@ | ||
# Build Options | ||
# change yes to no to disable | ||
# | ||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
MOUSEKEY_ENABLE = no # Mouse keys | ||
EXTRAKEY_ENABLE = yes # Audio control and System control | ||
CONSOLE_ENABLE = no # Console for debug | ||
COMMAND_ENABLE = no # Commands for debug and configuration | ||
NKRO_ENABLE = no # Enable N-Key Rollover | ||
AUDIO_ENABLE = no # Audio output | ||
RGB_MATRIX_ENABLE = yes | ||
ENCODER_ENABLE = yes | ||
OLED_ENABLE = yes | ||
WS2812_DRIVER_REQUIRED = yes | ||
|
||
# RGB layout selection | ||
RGB_ENCODERS = yes # For RGB encoders, solder on both WS2811 chips | ||
STAGGERED_LAYOUT = no # If you soldered R1-A12 and R4-A12, enable this. | ||
|
||
# Default to revision 1 | ||
DEFAULT_FOLDER = rgbkb/pan/rev1 | ||
|
||
WS2812_DRIVER_REQUIRED := yes |
Oops, something went wrong.