Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Move definition to OLED section
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbaptist committed Aug 4, 2023
1 parent 7c952e1 commit 9e5057d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/crkbd/keymaps/rpbaptist/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#define LAYER_STATE_8BIT // 8 layer limit

#define SPLIT_OLED_ENABLE
#define SPLIT_LAYER_STATE_ENABLE
#define SPLIT_ACTIVITY_ENABLE
#define SPLIT_LAYER_STATE_ENABLE

#ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_LED_PROCESS_LIMIT (RGB_MATRIX_LED_COUNT + 4) / 5 // limits the number of LEDs to process in an animation per task run (increases keyboard responsiveness)
Expand Down Expand Up @@ -93,6 +92,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define TAPPING_TOGGLE 2

#ifdef OLED_ENABLE
# define SPLIT_OLED_ENABLE
# define OLED_TIMEOUT 60000 * 10
# define OLED_FONT_H "glcdfont_multi.c"
#endif
Expand Down

0 comments on commit 9e5057d

Please sign in to comment.