-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add features back to BM40, improve symbol layers and KLE representation
- Loading branch information
1 parent
deea1cd
commit 3a71b5b
Showing
28 changed files
with
297 additions
and
319 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,13 +1,8 @@ | ||
SRC += features/leader.c | ||
SRC += features/sentence_case.c | ||
SRC += features/dynamic_macro.c | ||
SRC += features/swapper.c | ||
|
||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | ||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | ||
WS2812_DRIVER = vendor | ||
ENCODER_MAP_ENABLE = yes | ||
MOUSEKEY_ENABLE = yes | ||
OLED_DRIVER = SSD1306 | ||
DYNAMIC_MACRO_ENABLE = yes | ||
LEADER_ENABLE = yes | ||
DYNAMIC_MACRO_ENABLE = yes |
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,8 +1,4 @@ | ||
SRC += features/leader.c | ||
SRC += features/sentence_case.c | ||
SRC += features/dynamic_macro.c | ||
SRC += features/swapper.c | ||
|
||
DYNAMIC_MACRO_ENABLE = yes | ||
LEADER_ENABLE = yes | ||
WS2812_DRIVER = vendor |
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,8 +1,4 @@ | ||
SRC += features/leader.c | ||
SRC += features/sentence_case.c | ||
SRC += features/dynamic_macro.c | ||
SRC += features/swapper.c | ||
|
||
DYNAMIC_MACRO_ENABLE = yes | ||
LEADER_ENABLE = yes | ||
WS2812_DRIVER = vendor |
5 changes: 1 addition & 4 deletions
5
src/qmk/keyboards/kprepublic/bm40hsrgb/keymaps/rafaelromao/config.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 |
---|---|---|
@@ -1,7 +1,4 @@ | ||
#pragma once | ||
|
||
// Configure RGB | ||
#define RGBLIGHT_HUE_STEP 20 | ||
|
||
// Remove Non-Essential features to save memory | ||
#define SAVE_MEMORY | ||
#define RGBLIGHT_HUE_STEP 20 |
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
1 change: 0 additions & 1 deletion
1
src/qmk/keyboards/kprepublic/bm40hsrgb/keymaps/rafaelromao/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,3 +1,2 @@ | ||
DYNAMIC_MACRO_ENABLE = no | ||
LEADER_ENABLE = no | ||
RGB_MATRIX_ENABLE = no |
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.