summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/rpbaptist
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/keymaps/rpbaptist')
-rw-r--r--keyboards/crkbd/keymaps/rpbaptist/config.h122
-rw-r--r--keyboards/crkbd/keymaps/rpbaptist/glcdfont_multi.c36
-rw-r--r--keyboards/crkbd/keymaps/rpbaptist/keymap.c212
-rw-r--r--keyboards/crkbd/keymaps/rpbaptist/oled.c112
-rw-r--r--keyboards/crkbd/keymaps/rpbaptist/oled.h8
-rw-r--r--keyboards/crkbd/keymaps/rpbaptist/readme.md82
-rw-r--r--keyboards/crkbd/keymaps/rpbaptist/rgb.c350
-rw-r--r--keyboards/crkbd/keymaps/rpbaptist/rgb.h28
-rw-r--r--keyboards/crkbd/keymaps/rpbaptist/rpbaptist.h73
-rw-r--r--keyboards/crkbd/keymaps/rpbaptist/rules.mk64
10 files changed, 0 insertions, 1087 deletions
diff --git a/keyboards/crkbd/keymaps/rpbaptist/config.h b/keyboards/crkbd/keymaps/rpbaptist/config.h
deleted file mode 100644
index 82064abb57..0000000000
--- a/keyboards/crkbd/keymaps/rpbaptist/config.h
+++ /dev/null
@@ -1,122 +0,0 @@
-/*
-This is the c configuration file for the keymap
-
-Copyright 2012 Jun Wako <wakojun@gmail.com>
-Copyright 2015 Jack Humbert
-
-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
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-
-/* Select hand configuration */
-#define EE_HANDS
-
-#define NO_ACTION_ONESHOT
-#define NO_USB_STARTUP_CHECK
-
-#define LAYER_STATE_8BIT // 8 layer limit
-
-#define SPLIT_ACTIVITY_ENABLE
-#define SPLIT_LAYER_STATE_ENABLE
-
-#ifdef RGB_MATRIX_ENABLE
-
-// Undefine r2g effects
-# undef ENABLE_RGB_MATRIX_ALPHAS_MODS
-# undef ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN
-# undef ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
-# undef ENABLE_RGB_MATRIX_BAND_SAT
-# undef ENABLE_RGB_MATRIX_BAND_VAL
-# undef ENABLE_RGB_MATRIX_BAND_SPIRAL_SAT
-# undef ENABLE_RGB_MATRIX_BAND_SPIRAL_VAL
-# undef ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
-# undef ENABLE_RGB_MATRIX_CYCLE_SPIRAL
-# undef ENABLE_RGB_MATRIX_RAINDROPS
-# undef ENABLE_RGB_MATRIX_HUE_BREATHING
-# undef ENABLE_RGB_MATRIX_PIXEL_FRACTAL
-# undef ENABLE_RGB_MATRIX_SOLID_REACTIVE
-# undef ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS
-# undef ENABLE_RGB_MATRIX_SPLASH
-# undef ENABLE_RGB_MATRIX_SOLID_SPLASH
-
-# define SPLIT_TRANSACTION_IDS_USER USER_CONFIG_SYNC
-
-# 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)
-# define IDLE_TIMEOUT 60000 * 4
-# define GAMING_IDLE_TIMEOUT 10000
-# define RGB_MATRIX_TYPING_ACTIVE RGB_MATRIX_SOLID_REACTIVE_SIMPLE
-# define RGB_MATRIX_TYPING_PASSIVE RGB_MATRIX_CYCLE_ALL
-# define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
-# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 135
-
-# define RGB_MATRIX_HUE_STEP 6
-# define RGB_MATRIX_SAT_STEP 8
-# define RGB_MATRIX_VAL_STEP 10
-# define RGB_MATRIX_SPD_STEP 10
-
-# define ENABLE_RGB_MATRIX_BREATHING
-# define ENABLE_RGB_MATRIX_CYCLE_ALL
-# define ENABLE_RGB_MATRIX_CYCLE_LEFT_RIGHT
-# define ENABLE_RGB_MATRIX_RAINBOW_PINWHEELS
-
-# define RGB_MATRIX_FRAMEBUFFER_EFFECTS
-# define ENABLE_RGB_MATRIX_TYPING_HEATMAP
-
-# define RGB_MATRIX_KEYPRESSES // reacts to keypresses
-
-# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
-# define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS
-
-# define RGB_MATRIX_ANIMATION_SPEED_FAST UINT8_MAX / 2
-# define RGB_MATRIX_ANIMATION_SPEED_MEDIUM UINT8_MAX / 4
-# define RGB_MATRIX_ANIMATION_SPEED_SLOW UINT8_MAX / 8
-# define RGB_MATRIX_ANIMATION_SPEED_SLOWER UINT8_MAX / 24
-
-# if defined(THEME_GODSPEED)
-# define THEME_HSV 132, 255, 125
-# elif defined(THEME_GODSPEED_ARES)
-# define THEME_HSV HSV_ORANGE
-# elif defined(THEME_LASER)
-# undef RGB_MATRIX_TYPING_ACTIVE
-# undef RGB_MATRIX_TYPING_PASSIVE
-# define THEME_HSV HSV_PURPLE
-# define RGB_MATRIX_TYPING_ACTIVE RGB_MATRIX_SOLID_REACTIVE_SIMPLE
-# define RGB_MATRIX_TYPING_PASSIVE RGB_MATRIX_CYCLE_LEFT_RIGHT
-# elif defined(THEME_MILKSHAKE)
-# undef RGB_MATRIX_TYPING_ACTIVE
-# undef RGB_MATRIX_TYPING_PASSIVE
-# define THEME_HSV 30, 255, 218
-# define RGB_MATRIX_TYPING_ACTIVE RGB_MATRIX_TYPING_HEATMAP
-# define RGB_MATRIX_TYPING_PASSIVE RGB_MATRIX_CYCLE_LEFT_RIGHT
-# else
-# define THEME_HSV 123, 255, 125 // default to PULSE
-# endif
-#endif
-
-#define TAPPING_TERM 140
-#define PERMISSIVE_HOLD
-#define TAPPING_TERM_PER_KEY
-
-#define TAP_CODE_DELAY 10
-#define TAPPING_TOGGLE 2
-
-#ifdef OLED_ENABLE
-# define SPLIT_OLED_ENABLE
-# define OLED_TIMEOUT 60000 * 10
-# define OLED_FONT_H "glcdfont_multi.c"
-#endif
-
-#undef PRODUCT
-#define PRODUCT "Corne Keyboard"
diff --git a/keyboards/crkbd/keymaps/rpbaptist/glcdfont_multi.c b/keyboards/crkbd/keymaps/rpbaptist/glcdfont_multi.c
deleted file mode 100644
index 28d228190c..0000000000
--- a/keyboards/crkbd/keymaps/rpbaptist/glcdfont_multi.c
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright 2023 Your Name (@rpbaptist)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#include "progmem.h"
-
-// Helidox 8x6 font with QMK Firmware Logo
-// Online editor: https://joric.github.io/qle/
-
-const unsigned char font[] PROGMEM = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3E, 0x5B, 0x4F, 0x5B, 0x3E, 0x00, 0x3E, 0x6B, 0x4F, 0x6B, 0x3E, 0x00, 0x1C, 0x3E, 0x7C, 0x3E, 0x1C, 0x00, 0x18, 0x3C, 0x7E, 0x3C, 0x18, 0x00, 0x1C, 0x57, 0x7D, 0x57, 0x1C, 0x00, 0x1C, 0x5E, 0x7F, 0x5E, 0x1C, 0x00, 0x00, 0x18, 0x3C, 0x18, 0x00, 0x00, 0xFF, 0xE7, 0xC3, 0xE7, 0xFF, 0x00, 0x00, 0x18, 0x24, 0x18, 0x00, 0x00, 0xFF, 0xE7, 0xDB, 0xE7, 0xFF, 0x00, 0x30, 0x48, 0x3A, 0x06, 0x0E, 0x00, 0x26, 0x29, 0x79, 0x29, 0x26, 0x00, 0x40, 0x7F, 0x05, 0x05, 0x07, 0x00, 0x40, 0x7F, 0x05, 0x25, 0x3F, 0x00, 0x5A, 0x3C, 0xE7, 0x3C, 0x5A, 0x00, 0x7F, 0x3E, 0x1C, 0x1C, 0x08, 0x00, 0x08, 0x1C, 0x1C, 0x3E, 0x7F, 0x00, 0x14, 0x22, 0x7F, 0x22, 0x14, 0x00, 0x5F, 0x5F, 0x00, 0x5F, 0x5F, 0x00, 0x06, 0x09, 0x7F, 0x01, 0x7F, 0x00, 0x00, 0x66, 0x89, 0x95, 0x6A, 0x00, 0x60, 0x60, 0x60, 0x60, 0x60, 0x00, 0x94, 0xA2, 0xFF, 0xA2, 0x94, 0x00, 0x08, 0x04, 0x7E, 0x04, 0x08, 0x00,
- 0x10, 0x20, 0x7E, 0x20, 0x10, 0x00, 0x08, 0x08, 0x2A, 0x1C, 0x08, 0x00, 0x08, 0x1C, 0x2A, 0x08, 0x08, 0x00, 0x1E, 0x10, 0x10, 0x10, 0x10, 0x00, 0x0C, 0x1E, 0x0C, 0x1E, 0x0C, 0x00, 0x30, 0x38, 0x3E, 0x38, 0x30, 0x00, 0x06, 0x0E, 0x3E, 0x0E, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5F, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x07, 0x00, 0x00, 0x14, 0x7F, 0x14, 0x7F, 0x14, 0x00, 0x24, 0x2A, 0x7F, 0x2A, 0x12, 0x00, 0x23, 0x13, 0x08, 0x64, 0x62, 0x00, 0x36, 0x49, 0x56, 0x20, 0x50, 0x00, 0x00, 0x08, 0x07, 0x03, 0x00, 0x00, 0x00, 0x1C, 0x22, 0x41, 0x00, 0x00, 0x00, 0x41, 0x22, 0x1C, 0x00, 0x00, 0x2A, 0x1C, 0x7F, 0x1C, 0x2A, 0x00, 0x08, 0x08, 0x3E, 0x08, 0x08, 0x00, 0x00, 0x80, 0x70, 0x30, 0x00, 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x60, 0x60, 0x00, 0x00, 0x20, 0x10, 0x08, 0x04, 0x02, 0x00, 0x3E, 0x51, 0x49, 0x45, 0x3E, 0x00, 0x00, 0x42, 0x7F, 0x40, 0x00, 0x00,
- 0x72, 0x49, 0x49, 0x49, 0x46, 0x00, 0x21, 0x41, 0x49, 0x4D, 0x33, 0x00, 0x18, 0x14, 0x12, 0x7F, 0x10, 0x00, 0x27, 0x45, 0x45, 0x45, 0x39, 0x00, 0x3C, 0x4A, 0x49, 0x49, 0x31, 0x00, 0x41, 0x21, 0x11, 0x09, 0x07, 0x00, 0x36, 0x49, 0x49, 0x49, 0x36, 0x00, 0x46, 0x49, 0x49, 0x29, 0x1E, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x40, 0x34, 0x00, 0x00, 0x00, 0x00, 0x08, 0x14, 0x22, 0x41, 0x00, 0x14, 0x14, 0x14, 0x14, 0x14, 0x00, 0x00, 0x41, 0x22, 0x14, 0x08, 0x00, 0x02, 0x01, 0x59, 0x09, 0x06, 0x00, 0x3E, 0x41, 0x5D, 0x59, 0x4E, 0x00, 0x7C, 0x12, 0x11, 0x12, 0x7C, 0x00, 0x7F, 0x49, 0x49, 0x49, 0x36, 0x00, 0x3E, 0x41, 0x41, 0x41, 0x22, 0x00, 0x7F, 0x41, 0x41, 0x41, 0x3E, 0x00, 0x7F, 0x49, 0x49, 0x49, 0x41, 0x00, 0x7F, 0x09, 0x09, 0x09, 0x01, 0x00, 0x3E, 0x41, 0x41, 0x51, 0x73, 0x00, 0x7F, 0x08, 0x08, 0x08, 0x7F, 0x00, 0x00, 0x41, 0x7F, 0x41, 0x00, 0x00, 0x20, 0x40, 0x41, 0x3F, 0x01, 0x00,
- 0x7F, 0x08, 0x14, 0x22, 0x41, 0x00, 0x7F, 0x40, 0x40, 0x40, 0x40, 0x00, 0x7F, 0x02, 0x1C, 0x02, 0x7F, 0x00, 0x7F, 0x04, 0x08, 0x10, 0x7F, 0x00, 0x3E, 0x41, 0x41, 0x41, 0x3E, 0x00, 0x7F, 0x09, 0x09, 0x09, 0x06, 0x00, 0x3E, 0x41, 0x51, 0x21, 0x5E, 0x00, 0x7F, 0x09, 0x19, 0x29, 0x46, 0x00, 0x26, 0x49, 0x49, 0x49, 0x32, 0x00, 0x03, 0x01, 0x7F, 0x01, 0x03, 0x00, 0x3F, 0x40, 0x40, 0x40, 0x3F, 0x00, 0x1F, 0x20, 0x40, 0x20, 0x1F, 0x00, 0x3F, 0x40, 0x38, 0x40, 0x3F, 0x00, 0x63, 0x14, 0x08, 0x14, 0x63, 0x00, 0x03, 0x04, 0x78, 0x04, 0x03, 0x00, 0x61, 0x59, 0x49, 0x4D, 0x43, 0x00, 0x00, 0x7F, 0x41, 0x41, 0x41, 0x00, 0x02, 0x04, 0x08, 0x10, 0x20, 0x00, 0x00, 0x41, 0x41, 0x41, 0x7F, 0x00, 0x04, 0x02, 0x01, 0x02, 0x04, 0x00, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, 0x03, 0x07, 0x08, 0x00, 0x00, 0x20, 0x54, 0x54, 0x78, 0x40, 0x00, 0x7F, 0x28, 0x44, 0x44, 0x38, 0x00, 0x38, 0x44, 0x44, 0x44, 0x28, 0x00,
- 0x38, 0x44, 0x44, 0x28, 0x7F, 0x00, 0x38, 0x54, 0x54, 0x54, 0x18, 0x00, 0x00, 0x08, 0x7E, 0x09, 0x02, 0x00, 0x18, 0x24, 0x24, 0x1C, 0x78, 0x00, 0x7F, 0x08, 0x04, 0x04, 0x78, 0x00, 0x00, 0x44, 0x7D, 0x40, 0x00, 0x00, 0x20, 0x40, 0x40, 0x3D, 0x00, 0x00, 0x7F, 0x10, 0x28, 0x44, 0x00, 0x00, 0x00, 0x41, 0x7F, 0x40, 0x00, 0x00, 0x7C, 0x04, 0x78, 0x04, 0x78, 0x00, 0x7C, 0x08, 0x04, 0x04, 0x78, 0x00, 0x38, 0x44, 0x44, 0x44, 0x38, 0x00, 0x7C, 0x18, 0x24, 0x24, 0x18, 0x00, 0x18, 0x24, 0x24, 0x18, 0x7C, 0x00, 0x7C, 0x08, 0x04, 0x04, 0x08, 0x00, 0x48, 0x54, 0x54, 0x54, 0x24, 0x00, 0x04, 0x04, 0x3F, 0x44, 0x24, 0x00, 0x3C, 0x40, 0x40, 0x20, 0x7C, 0x00, 0x1C, 0x20, 0x40, 0x20, 0x1C, 0x00, 0x3C, 0x40, 0x30, 0x40, 0x3C, 0x00, 0x44, 0x28, 0x10, 0x28, 0x44, 0x00, 0x4C, 0x90, 0x90, 0x90, 0x7C, 0x00, 0x44, 0x64, 0x54, 0x4C, 0x44, 0x00, 0x00, 0x08, 0x36, 0x41, 0x00, 0x00, 0x00, 0x00, 0x77, 0x00, 0x00, 0x00,
-#if defined(THEME_GODSPEED) || defined(THEME_GODSPEED_ARES)
- 0x00, 0x41, 0x36, 0x08, 0x00, 0x00, 0x02, 0x01, 0x02, 0x04, 0x02, 0x00, 0x3C, 0x26, 0x23, 0x26, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x38, 0x1C, 0x0C, 0x06, 0x03, 0x03, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x03, 0x03, 0x82, 0x86, 0xCC, 0xF8, 0xF0, 0xF0, 0x38, 0x1C, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x70, 0xF8, 0x0C, 0x04, 0xC6, 0xA2, 0xB3, 0x9F, 0x87, 0x01, 0x01, 0x1F, 0x66, 0x66, 0x44, 0x4C, 0x58, 0x70, 0xE0, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xE0, 0x78, 0x18, 0x8C, 0xC6, 0xE6, 0xE3, 0xE3, 0xC3, 0x83, 0x03, 0x03, 0x73, 0x76, 0x76, 0x0C, 0x18, 0xF8, 0xF0, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xF0, 0xF0, 0xF0, 0xE0, 0xEC,
- 0xEE, 0xF7, 0xF3, 0x70, 0x20, 0x00, 0x7C, 0x7C, 0x7C, 0x7E, 0x00, 0x7E, 0x7E, 0x7E, 0x7F, 0x7F, 0x7F, 0x00, 0x00, 0x80, 0xC0, 0xE0, 0x7E, 0x5B, 0x4F, 0x5B, 0xFE, 0xC0, 0x00, 0x00, 0xC0, 0x00, 0xDC, 0xD7, 0xDE, 0xDE, 0xDE, 0xD7, 0xDC, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xC0, 0x40, 0x7F, 0xF3, 0x60, 0x20, 0x30, 0x30, 0x38, 0x18, 0x9C, 0xCC, 0x6C, 0x6E, 0x3E, 0x3E, 0x1F, 0x0F, 0x0F, 0x03, 0x03, 0x01, 0xC0, 0xFF, 0x3E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0xC1, 0x00, 0x1D, 0x67, 0xC0, 0x80, 0x01, 0x00, 0x00, 0xF0, 0x0F, 0x00, 0x00, 0x00, 0x0C, 0x1A, 0x32, 0xC2, 0x01, 0xC1, 0xFF, 0x3E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7E, 0xFF,
- 0x80, 0x00, 0x00, 0xC3, 0xC7, 0xC7, 0x8F, 0x0F, 0x07, 0x03, 0x80, 0xC0, 0xC0, 0xC0, 0xC0, 0x80, 0x00, 0x07, 0x0F, 0xFF, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x1F, 0x3F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x3F, 0x1E, 0x0C, 0x00, 0x1F, 0x1F, 0x1F, 0x3F, 0x00, 0x3F, 0x3F, 0x3F, 0x7F, 0x7F, 0x7F, 0x00, 0x30, 0x7B, 0x7F, 0x78, 0x30, 0x20, 0x20, 0x30, 0x78, 0x7F, 0x3B, 0x00, 0x03, 0x00, 0x0F, 0x7F, 0x0F, 0x0F, 0x0F, 0x7F, 0x0F, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x40, 0x60, 0x31, 0x3B, 0x1E, 0x0C, 0x1E, 0x36, 0x23, 0x61, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x30, 0x1C, 0x3E, 0x3E, 0x3F, 0x1D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x01, 0x07, 0x0C, 0x18, 0x10, 0x33, 0x3E, 0x38, 0x6E, 0x67, 0x60, 0x60, 0x60, 0x20, 0x30, 0x18, 0x08, 0x0F, 0x06, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x06, 0x0C, 0x19, 0x31, 0x21, 0x60, 0x60, 0x60, 0x60, 0x61, 0x63, 0x67, 0x67, 0x33, 0x39, 0x18, 0x0E, 0x07, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-#elif defined(THEME_LASER)
- 0x00, 0x41, 0x36, 0x08, 0x00, 0x00, 0x02, 0x01, 0x02, 0x04, 0x02, 0x00, 0x3C, 0x26, 0x23, 0x26, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xE0, 0xF8, 0x3E, 0x0F, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xF0, 0x7C, 0x3F, 0x0F, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x1B, 0x1F, 0x1F, 0x07, 0x03, 0xC0, 0xE0, 0xFC, 0x1C, 0x0F, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0xE7, 0xFF, 0xFF, 0x0F, 0x03, 0x03, 0x03, 0x03, 0x83, 0x83, 0xE3, 0xE7, 0x3C, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xF0, 0xF0, 0xF0, 0xE0, 0xEC,
- 0xEE, 0xF7, 0xF3, 0x70, 0x20, 0x00, 0x7C, 0x7C, 0x7C, 0x7E, 0x00, 0x7E, 0x7E, 0x7E, 0x7F, 0x7F, 0x7F, 0x00, 0x00, 0x80, 0xC0, 0xE0, 0x7E, 0x5B, 0x4F, 0x5B, 0xFE, 0xC0, 0x00, 0x00, 0xC0, 0x00, 0xDC, 0xD7, 0xDE, 0xDE, 0xDE, 0xD7, 0xDC, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xC0, 0xF0, 0x7C, 0x1F, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x80, 0x90, 0x98, 0x9C, 0x8C, 0x80, 0x80, 0x80, 0x9C, 0x9C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x10, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x9C, 0x9C, 0x1C, 0x1C, 0x0C, 0x0C, 0x80, 0x90, 0x90, 0x10, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x0C,
- 0x00, 0x00, 0x90, 0x90, 0x9C, 0x9C, 0x1C, 0x1C, 0x1C, 0x1C, 0x9C, 0x9C, 0x9C, 0x0C, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x1F, 0x3F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x3F, 0x1E, 0x0C, 0x00, 0x1F, 0x1F, 0x1F, 0x3F, 0x00, 0x3F, 0x3F, 0x3F, 0x7F, 0x7F, 0x7F, 0x00, 0x30, 0x7B, 0x7F, 0x78, 0x30, 0x20, 0x20, 0x30, 0x78, 0x7F, 0x3B, 0x00, 0x03, 0x00, 0x0F, 0x7F, 0x0F, 0x0F, 0x0F, 0x7F, 0x0F, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x7C, 0x7E, 0x6F, 0x63, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x70, 0x78, 0x3C, 0x1E, 0x0F, 0x07, 0x03, 0x01, 0x01, 0x01, 0x01,
- 0x01, 0x01, 0x7F, 0x7F, 0x00, 0x00, 0x60, 0x70, 0x7C, 0x7C, 0x6C, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x78, 0x3E, 0x0F, 0x03, 0x01, 0x00, 0x60, 0x78, 0x7E, 0x67, 0x61, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x60, 0x70, 0x00, 0x00, 0x00, 0x00, 0x60, 0x78, 0x7E, 0x0F, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x0F, 0x7F, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-#elif defined(THEME_MILKSHAKE)
- 0x00, 0x41, 0x36, 0x08, 0x00, 0x00, 0x02, 0x01, 0x02, 0x04, 0x02, 0x00, 0x3C, 0x26, 0x23, 0x26, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xC0, 0xC0, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xFC, 0xFE, 0xFE, 0xFE, 0x7C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0xF8, 0xF8, 0xF8, 0xF0, 0xE0, 0xC0, 0x80, 0xC0, 0xE0, 0xF0, 0xF8, 0xF8, 0xF8, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFC, 0xFE, 0xFE, 0xFE, 0xFC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xF8, 0xFC, 0x7C, 0x7C, 0x7C, 0xFC, 0xF8, 0xF8, 0xF0, 0xE0, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xF0, 0xF0, 0xF0, 0xE0, 0xEC,
- 0xEE, 0xF7, 0xF3, 0x70, 0x20, 0x00, 0x7C, 0x7C, 0x7C, 0x7E, 0x00, 0x7E, 0x7E, 0x7E, 0x7F, 0x7F, 0x7F, 0x00, 0x00, 0x80, 0xC0, 0xE0, 0x7E, 0x5B, 0x4F, 0x5B, 0xFE, 0xC0, 0x00, 0x00, 0xC0, 0x00, 0xDC, 0xD7, 0xDE, 0xDE, 0xDE, 0xD7, 0xDC, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0xF8, 0xFC, 0xFE, 0xFF, 0xDF, 0x8F, 0x07, 0x03, 0x00, 0x00, 0x70, 0xF8, 0xF8, 0xF8, 0xF8, 0xFC, 0x7C, 0x7E, 0x3F, 0x3F, 0x1F, 0x0F, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xE0, 0xF1, 0xFB, 0xFF, 0xFF, 0x7F, 0x3F, 0x7F, 0xFF, 0xFF, 0xFB, 0xF1, 0xE0, 0xC0, 0x00, 0x00, 0x00, 0x0E, 0x1F, 0x1F, 0x1F, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0xF0, 0xF0, 0xF0, 0xE0, 0xC1, 0x83, 0x03, 0x83, 0xC1, 0xE0, 0xF0, 0xF0, 0xF0, 0x60, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0E, 0x1F, 0x1F, 0x1F, 0x0E, 0x00, 0x00, 0x1F, 0x7F, 0xFF, 0xFF, 0xFF, 0xF1, 0xE0, 0xC0, 0xC0, 0xC0, 0xE0, 0xF1, 0xFF, 0xFF, 0xFF, 0x3F, 0x1F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x1F, 0x3F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x3F, 0x1E, 0x0C, 0x00, 0x1F, 0x1F, 0x1F, 0x3F, 0x00, 0x3F, 0x3F, 0x3F, 0x7F, 0x7F, 0x7F, 0x00, 0x30, 0x7B, 0x7F, 0x78, 0x30, 0x20, 0x20, 0x30, 0x78, 0x7F, 0x3B, 0x00, 0x03, 0x00, 0x0F, 0x7F, 0x0F, 0x0F, 0x0F, 0x7F, 0x0F, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x07, 0x0F, 0x1F, 0x1F, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x01, 0x03, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x07, 0x0F, 0x1F, 0x1F, 0x1F, 0x0F, 0x07, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x03, 0x07, 0x07, 0x07, 0x07, 0x07, 0x03, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-#else // default PULSE
- 0x00, 0x41, 0x36, 0x08, 0x00, 0x00, 0x02, 0x01, 0x02, 0x04, 0x02, 0x00, 0x3C, 0x26, 0x23, 0x26, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xF0, 0xF8, 0xF8, 0xF0, 0x80, 0x00, 0x00, 0x00, 0x00, 0x80, 0xF0, 0xFE, 0x7F, 0x7F, 0xFE, 0xF0, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0xF0, 0xF0, 0xF0, 0xE0, 0xEC,
- 0xEE, 0xF7, 0xF3, 0x70, 0x20, 0x00, 0x7C, 0x7C, 0x7C, 0x7E, 0x00, 0x7E, 0x7E, 0x7E, 0x7F, 0x7F, 0x7F, 0x00, 0x00, 0x80, 0xC0, 0xE0, 0x7E, 0x5B, 0x4F, 0x5B, 0xFE, 0xC0, 0x00, 0x00, 0xC0, 0x00, 0xDC, 0xD7, 0xDE, 0xDE, 0xDE, 0xD7, 0xDC, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1F, 0x0F, 0x03, 0x03, 0x1F, 0xFF, 0xFC, 0xE0, 0xE0, 0xFC, 0xFF, 0x1F, 0x03, 0x00, 0x00, 0x03, 0x1F, 0xFF, 0xFC, 0xE0, 0xE0, 0xF8, 0xFC, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C,
- 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1F, 0x1F, 0x3F, 0x7F, 0x7F, 0x7F, 0x7F, 0x7F, 0x3F, 0x1E, 0x0C, 0x00, 0x1F, 0x1F, 0x1F, 0x3F, 0x00, 0x3F, 0x3F, 0x3F, 0x7F, 0x7F, 0x7F, 0x00, 0x30, 0x7B, 0x7F, 0x78, 0x30, 0x20, 0x20, 0x30, 0x78, 0x7F, 0x3B, 0x00, 0x03, 0x00, 0x0F, 0x7F, 0x0F, 0x0F, 0x0F, 0x7F, 0x0F, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x0F, 0x0F, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x0F, 0x0F, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-#endif
-};
diff --git a/keyboards/crkbd/keymaps/rpbaptist/keymap.c b/keyboards/crkbd/keymaps/rpbaptist/keymap.c
deleted file mode 100644
index fc05a55403..0000000000
--- a/keyboards/crkbd/keymaps/rpbaptist/keymap.c
+++ /dev/null
@@ -1,212 +0,0 @@
-// Copyright 2023 Your Name (@rpbaptist)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#include "rpbaptist.h"
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [_COLEMAKDH] = LAYOUT_split_3x6_3( \
- //,-----------------------------------------------------. ,-----------------------------------------------------.
- KC_ESC, KC_Q, KC_W, KC_F, KC_P, KC_B, KC_J, KC_L, KC_U, KC_Y, KC_SCLN, BSP_DEL,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- TAB_NUM, KC_A, KC_R, KC_S, KC_T, KC_G, KC_M, KC_N, KC_E, KC_I, KC_O, KC_QUOT,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- LCTL_BR, KC_Z, KC_X, KC_C, KC_D, KC_V, KC_K, KC_H, KC_COMM, KC_DOT, KC_SLSH, RCTL_BR,\
- //|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
- KC_LALT, T_SYM, SFT_SPC, SFT_ENT, T_NAV, KC_RGUI \
- //`--------------------------' `--------------------------'
- ),
-
- [_GAMING] = LAYOUT_split_3x6_3( \
- //,-----------------------------------------------------. ,-----------------------------------------------------.
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_BSPC,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- KC_TAB, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- KC_LCTL, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_RCTL,\
- //|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
- EXTALT, KC_LSFT, KC_SPC, _______, _______, _______ \
- //`--------------------------' `--------------------------'
- ),
-
- [_WASD] = LAYOUT_split_3x6_3( \
- //,-----------------------------------------------------. ,-----------------------------------------------------.
- _______, KC_T, KC_Q, KC_W, KC_E, KC_R, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- KC_TAB, KC_G, KC_A, KC_S, KC_D, KC_F, KC_H, KC_J, KC_K, KC_L, KC_SCLN, _______,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- KC_LCTL, KC_B, KC_Z, KC_X, KC_C, KC_V, KC_N, KC_M, _______, _______, _______, KC_RCTL,\
- //|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
- EXTALT, KC_LSFT, KC_SPC, _______, _______, _______ \
- //`--------------------------' `--------------------------'
- ),
-
- [_GAMING_EXT] = LAYOUT_split_3x6_3( \
- //,-----------------------------------------------------. ,-----------------------------------------------------.
- KC_GRV, KC_Y, KC_I, KC_J, KC_M, KC_N, _______, _______, _______, _______, _______, KC_DEL,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- KC_TAB, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, _______,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- KC_CAPS, KC_6, KC_7, KC_LBRC, KC_RBRC, KC_BSLS, _______, _______, _______, _______, _______, _______,\
- //|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
- _______, KC_LALT, KC_ENT, KC_ENT, _______, _______ \
- //`--------------------------' `--------------------------'
- ),
-
- [_NUMPAD] = LAYOUT_split_3x6_3( \
- //,-----------------------------------------------------. ,-----------------------------------------------------.
- _______, XXXXXXX, KC_MPRV, KC_VOLU, KC_MNXT, XXXXXXX, KC_EUR, KC_7, KC_8, KC_9, _______, _______,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- S_NUM, XXXXXXX, KC_MSTP, KC_VOLD, KC_MPLY, XXXXXXX, KC_UNDS, KC_4, KC_5, KC_6, KC_MINS, KC_PLUS,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- SC_LCPO, XXXXXXX, XXXXXXX, KC_MUTE, KC_PSCR, KC_NUM, KC_EQL, KC_1, KC_2, KC_3, KC_SLSH, KC_ASTR,\
- //|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
- _______, _______, _______, _______, KC_0, KC_DOT \
- //`--------------------------' `--------------------------'
- ),
-
- [_SYM] = LAYOUT_split_3x6_3( \
- //,-----------------------------------------------------. ,-----------------------------------------------------.
- KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, _______,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_UNDS, KC_MINS, KC_PLUS,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- SC_LCPO, XXXXXXX, XXXXXXX, XXXXXXX, KC_EUR, XXXXXXX, KC_EQL, KC_PIPE, KC_LT, KC_GT, KC_EXLM, SC_RCPC,\
- //|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
- _______, S_SYM, _______, _______, _______, _______ \
- //`--------------------------' `--------------------------'
- ),
-
- [_NAV] = LAYOUT_split_3x6_3( \
- //,-----------------------------------------------------. ,-----------------------------------------------------.
- KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_PGUP, KC_HOME, KC_UP, KC_END, KC_INS, KC_BSPC,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- KC_TILD, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_PGDN, KC_LEFT, KC_DOWN, KC_RGHT, XXXXXXX, KC_RSFT,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- SC_LCPO, KC_F11, KC_F12, KC_F13, KC_PSCR, KC_CAPS, WIN_CLS, TAB_BCK, TAB_CLS, TAB_FWD, KC_BSLS, SC_RCPC,\
- //|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+---------|
- _______, _______, _______, _______, S_NAV, _______ \
- //`--------------------------' `--------------------------'
- ),
-
- [_UTIL] = LAYOUT_split_3x6_3( \
- //,-----------------------------------------------------. ,-----------------------------------------------------.
- QK_BOOT, RGB_RST, XXXXXXX, XXXXXXX, XXXXXXX, TYPING, RGB_ATG, XXXXXXX, XXXXXXX, RGB_IDL, RGB_UND, RGB_TOG,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- LCK_NMP, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, GAMING, RGB_PST, XXXXXXX, RGB_SPI, RGB_HUI, RGB_SAI, RGB_VAI,\
- //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
- EE_CLR, KC_SLEP, XXXXXXX, XXXXXXX, XXXXXXX, WASD, RGB_PCT, XXXXXXX, RGB_SPD, RGB_HUD, RGB_SAD, RGB_VAD,\
- //|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
- _______, _______, _______, _______, _______, _______ \
- //`--------------------------' `--------------------------'
- )
-};
-
-layer_state_t layer_state_set_user(layer_state_t state) {
- switch (get_highest_layer(default_layer_state)) {
- case _COLEMAKDH:
- state = update_tri_layer_state(state, _SYM, _NAV, _UTIL);
- break;
- case _GAMING:
- case _WASD:
- state = update_tri_layer_state(state, _GAMING_EXT, _NAV, _UTIL);
- break;
- }
- return state;
-}
-
-void suspend_power_down_keymap(void) {
-#ifdef OLED_ENABLE
- oled_off();
-#endif
-#ifdef RGB_MATRIX_ENABLE
- rgb_matrix_set_suspend_state(true);
-#endif
-}
-
-void suspend_wakeup_init_keymap(void) {
-#ifdef OLED_ENABLE
- oled_on();
-#endif
-#ifdef RGB_MATRIX_ENABLE
- rgb_matrix_set_suspend_state(false);
-#endif
-}
-
-uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
- switch (keycode) {
- case SFT_ENT:
- return TAPPING_TERM - 20;
- default:
- return TAPPING_TERM;
- }
-}
-
-bool process_record_user(uint16_t keycode, keyrecord_t *record) {
- static uint8_t saved_mods = 0;
- uint16_t temp_keycode = keycode;
-
-#ifdef RGB_MATRIX_ENABLE
- process_record_user_rgb_matrix(temp_keycode, record);
-#endif
-
- // Filter out the actual keycode from MT and LT keys.
- if ((keycode >= QK_MOD_TAP && keycode <= QK_MOD_TAP_MAX) || (keycode >= QK_LAYER_TAP && keycode <= QK_LAYER_TAP_MAX)) {
- temp_keycode &= 0xFF;
- }
-
- switch (temp_keycode) {
- case BSP_DEL:
- if (record->event.pressed) {
- saved_mods = get_mods() & MOD_MASK_SHIFT;
-
- if (saved_mods == MOD_MASK_SHIFT) { // Both shifts pressed
- register_code(KC_DEL);
- } else if (saved_mods) { // One shift pressed
- del_mods(saved_mods); // Remove any Shifts present
- register_code(KC_DEL);
- add_mods(saved_mods); // Add shifts again
- } else {
- register_code(KC_BSPC);
- }
- } else {
- unregister_code(KC_DEL);
- unregister_code(KC_BSPC);
- }
- return false;
- case TYPING:
- if (record->event.pressed) {
-#ifdef RGB_MATRIX_ENABLE
- rgb_matrix_set_typing_defaults();
-#endif
- default_layer_set(1U << _COLEMAKDH);
- }
- return true;
- case GAMING:
- if (record->event.pressed) {
-#ifdef RGB_MATRIX_ENABLE
- rgb_matrix_set_gaming_defaults();
-#endif
- default_layer_set(1U << _GAMING);
- }
- return true;
- case WASD:
- if (record->event.pressed) {
-#ifdef RGB_MATRIX_ENABLE
- rgb_matrix_set_gaming_defaults();
-#endif
- default_layer_set(1U << _WASD);
- }
- return true;
- }
- return true;
-}
-
-// Override functions to save memory
-// https://docs.qmk.fm/#/squeezing_avr?id=magic-keycodes
-uint16_t keycode_config(uint16_t keycode) {
- return keycode;
-}
-
-uint8_t mod_config(uint8_t mod) {
- return mod;
-}
diff --git a/keyboards/crkbd/keymaps/rpbaptist/oled.c b/keyboards/crkbd/keymaps/rpbaptist/oled.c
deleted file mode 100644
index 549826fac6..0000000000
--- a/keyboards/crkbd/keymaps/rpbaptist/oled.c
+++ /dev/null
@@ -1,112 +0,0 @@
-// Copyright 2023 Your Name (@rpbaptist)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#include "rpbaptist.h"
-
-oled_rotation_t oled_init_user(oled_rotation_t rotation) {
- if (is_keyboard_master()) {
- return OLED_ROTATION_270;
- } else {
- return OLED_ROTATION_180;
- }
-}
-
-void render_crkbd_logo(void) {
- static const char PROGMEM crkbd_logo[] = {
- 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89, 0x8a, 0x8b, 0x8c, 0x8d, 0x8e, 0x8f, 0x90, 0x91, 0x92, 0x93, 0x94,
- 0xa0, 0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7, 0xa8, 0xa9, 0xaa, 0xab, 0xac, 0xad, 0xae, 0xaf, 0xb0, 0xb1, 0xb2, 0xb3, 0xb4,
- 0xc0, 0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7, 0xc8, 0xc9, 0xca, 0xcb, 0xcc, 0xcd, 0xce, 0xcf, 0xd0, 0xd1, 0xd2, 0xd3, 0xd4,
- 0};
- oled_write_P(crkbd_logo, false);
-}
-
-user_config_t user_config;
-
-void render_status(void) {
- switch (get_highest_layer(default_layer_state)) {
- case _COLEMAKDH:
- oled_write_P(PSTR("TYPE "), false);
- break;
- case _GAMING:
- oled_write_P(PSTR("GAME "), false);
- break;
- case _WASD:
- oled_write_P(PSTR("WASD "), false);
- break;
- }
-
- oled_write_P(PSTR("\n"), false);
-
- switch (get_highest_layer(layer_state)) {
- case 0:
- oled_write_P(PSTR(" "), false);
- break;
- case _SYM:
- oled_write_P(PSTR("Sym "), false);
- break;
- case _NAV:
- oled_write_P(PSTR("Nav "), false);
- break;
- case _GAMING_EXT:
- oled_write_P(PSTR("Ext "), false);
- break;
- case _NUMPAD:
- oled_write_P(PSTR("Num "), false);
- break;
- case _UTIL:
- oled_write_P(PSTR("Util "), false);
- break;
- default:
- oled_write_P(PSTR("Unkn "), false);
- break;
- }
- oled_write_P(PSTR("\n"), false);
-
- uint8_t modifiers = get_mods();
-
- oled_write_P((modifiers & MOD_MASK_SHIFT) ? PSTR("SHIFT") : PSTR("\n"), false);
- oled_write_P((modifiers & MOD_MASK_CTRL) ? PSTR("CTRL ") : PSTR("\n"), false);
- oled_write_P((modifiers & MOD_MASK_ALT) ? PSTR("ALT ") : PSTR("\n"), false);
- oled_write_P((modifiers & MOD_MASK_GUI) ? PSTR("SUPER") : PSTR("\n"), false);
-
- oled_write_P(PSTR("\n"), false);
-
- led_t led_state = host_keyboard_led_state();
- oled_write_P(PSTR("Mode:"), false);
- oled_write_P(led_state.num_lock ? PSTR(" NUM ") : PSTR("\n"), false);
- oled_write_P(led_state.caps_lock ? PSTR(" CAPS") : PSTR("\n"), false);
-
-#ifdef RGB_MATRIX_ENABLE
- oled_write_P(PSTR("\n"), false);
- oled_write_P(PSTR("\n"), false);
-
- if (rgb_matrix_config.enable) {
- if (user_config.rgb_matrix_idle_anim) {
- oled_write_P(rgb_matrix_anim_oled_text(user_config.rgb_matrix_active_mode), false);
- oled_write_P(rgb_matrix_anim_oled_text(user_config.rgb_matrix_idle_mode), false);
- } else {
- oled_write_P(PSTR("\n"), false);
- oled_write_P(rgb_matrix_anim_oled_text(rgb_matrix_get_mode()), false);
- }
- } else {
- oled_write_P(PSTR("\n"), false);
- oled_write_P(PSTR("\n"), false);
- }
-#endif
-}
-
-bool oled_task_user(void) {
- if (is_keyboard_master()) {
- render_status(); // Renders the current keyboard state (layer, lock, caps, scroll, etc)
- } else {
- render_crkbd_logo();
-#ifdef RGB_MATRIX_ENABLE
- if (user_config.rgb_matrix_idle_anim && rgb_matrix_get_mode() == user_config.rgb_matrix_idle_mode) {
- oled_scroll_left(); // Turns on scrolling
- } else {
- oled_scroll_off();
- }
-#endif
- }
- return false;
-}
diff --git a/keyboards/crkbd/keymaps/rpbaptist/oled.h b/keyboards/crkbd/keymaps/rpbaptist/oled.h
deleted file mode 100644
index d4a73992e0..0000000000
--- a/keyboards/crkbd/keymaps/rpbaptist/oled.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright 2023 Your Name (@rpbaptist)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#include "oled_driver.h"
-
-void render_crkbd_logo(void);
diff --git a/keyboards/crkbd/keymaps/rpbaptist/readme.md b/keyboards/crkbd/keymaps/rpbaptist/readme.md
deleted file mode 100644
index 2312ec8c49..0000000000
--- a/keyboards/crkbd/keymaps/rpbaptist/readme.md
+++ /dev/null
@@ -1,82 +0,0 @@
-# Corne keyboard layout
-
-This is my highly personalized CRKBD layout. I use Colemak DH as main typing layer. I use this keyboard and layout in my daily programming job and for everything at home, including gaming.
-
-This keymap is the result of an evolution from Ultimate Hacking Keyboard to Iris, to Corne. It took many iterations and changes and only now I feel this is ready to be merged into the main QMK repository, because I think further changes will be minor. This is my 1.0 release so to speak.
-
-Many thanks to foostan for the keyboard, all QMK contributors and drashna specifically for his work on this keyboard.
-
-## Layers
-
-### COLEMAKDH
-
-Main typing layer. I really love having SHIFT available on thumbs. I am a left thumb space bar person, so I put SPACE there and ENTER on right. I use CTRL key combos lot in my text editor and desktop environment. That's why I have two of them. I also found them to be a great position for the square brackets. (`[` and `]`). These become parenthesis (`(` and `)`) on either of the layers.
-
-Holding SHIFT while tapping BACKSPACE will output DEL. Holding both SHIFT keys will output SHIFT+DEL.
-
-I don't know about you but "lower" and "raise" don't mean that much to me. I named my layers `SYM`, short for symbols and `NAV`, short for navigation. Holding the key will activate the layer for as long as it is held, double tapping it will switch to it. Single tapping it once will switch to main layer again.
-
-Holding TAB will access `NUMPAD` layer which features a numpad. This is lockable by going to `ADJUST` layer and pressing the same key.
-
-### SYM
-
-Includes a number row, the symbols normally on SHIFT and numbers and a variety of other symbols used mostly for programming.
-
-### NAV
-
-This is where I access F keys, arrow keys, page up, down, home, end and F keys. I also added general tab forward and backward keys. Tab close and window close. I primarily use these in my browser, terminal and text editor.
-
-### UTIL
-
-Short for utility. This is accessed by pressing both `SYM` and `NAV` at the same time. It has a software `QK_BOOT` key, control for RGB and switching the main layer. More on the RGB below.
-
-### NUMPAD"
-
-This gives access to a numpad on the right half with some additional symbols I find useful when using the numpad. The left half has media control.
-
-### GAMING
-
-Sometimes I switch to type in Discord, Steam, or in game chat, so I think it's more important to keep typing functional than put WASD on where I want movement to be. This means I rebind my keys in all games. It's worth it to me.
-
-I put movement on FRST (would be ESDF on QWERTY), because it lines up more comfortably with the columnar staggered layout of the Corne. It also gives more easy access to all keys on left half.
-
-Most notable here is that there are no tap and hold differences anymore on left hand side besides the new layer key. This is a different layer than `SYM`.
-
-### WASD
-
-This is functionally the same as the `GAMING` layer, but uses traditional WASD layout. This is done for games where I don't need to type and want to just jump in without rebinding everything.
-
-### GAMING_EXT
-
-This is the gaming extended layer. I moved this to most inner thumb instead of mid thumb position. Num row is now moved to the home row. Besides that it gives me an ENTER key which does not switch. This is good when a game requires you to hold ENTER.
-
-## RGB
-
-I took a big inspiration from Drashna's RGB configuration and tweaked it.
-
-- `RGB_UND`: Toggles underglow indicators on and off. Each layer has its own color.
-- `RGB_IDL`: This will enable/disable idle mode. By default an "active" RGB mode will be used. When the idle timeout has exceeded the secondary animation will be activated, which is a passive animation. When switching to `GAMING` layer the timeout will be reduced and the idle animation changed to `RGB_MATRIX_RAINBOW_PINWHEELS`.
- When disabling idle mode, the current idle animation will be activated.
- On idling, on idling, the underglow layer indication will be deactivated and the animation RGB will be set instead.
-- `RGB_ATG`: Cylces through three active modes: `RGB_MATRIX_SOLID_REACTIVE_SIMPLE` -> `RGB_MATRIX_TYPING_HEATMAP` -> `RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS`
-- `RGB_PST`: Cycles through three passive modes: `RGB_MATRIX_SOLID_COLOR` -> `RGB_MATRIX_BREATHING` -> `RGB_MATRIX_CYCLE_ALL`
-- `RGB_PCT`: Cycles through two, more colorful, passive modes: `RGB_MATRIX_RAINBOW_PINWHEELS` -> `RGB_MATRIX_CYCLE_LEFT_RIGHT`
-
-## Building
-
-`qmk flash -bl dfu -kb crkbd -km rpbaptist`
-
-## Notes
-
-I use several OLED slave side images, depending on the keycaps I am using. These also determine the default LED color and underglow.
-
-Provide the theme like this:
-
-`THEME=laser qmk flash -bl dfu -kb crkbd -km rpbaptist`
-
-Current supported themes are:
-
-- pulse (default)
-- godspeed
-- laser
-- milkshake
diff --git a/keyboards/crkbd/keymaps/rpbaptist/rgb.c b/keyboards/crkbd/keymaps/rpbaptist/rgb.c
deleted file mode 100644
index 7f87d0a9ea..0000000000
--- a/keyboards/crkbd/keymaps/rpbaptist/rgb.c
+++ /dev/null
@@ -1,350 +0,0 @@
-// Copyright 2023 Your Name (@rpbaptist)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#include "rpbaptist.h"
-
-uint32_t transport_user_config = 0;
-
-void user_config_sync(uint8_t initiator2target_buffer_size, const void* initiator2target_buffer, uint8_t target2initiator_buffer_size, void* target2initiator_buffer) {
- if (initiator2target_buffer_size == sizeof(transport_user_config)) {
- memcpy(&transport_user_config, initiator2target_buffer, initiator2target_buffer_size);
- }
-}
-
-#ifdef OLED_ENABLE
-const char* rgb_matrix_anim_oled_text(uint8_t mode) {
- switch (mode) {
- case RGB_MATRIX_TYPING_HEATMAP:
- return PSTR("Heat ");
- case RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS:
- return PSTR("Nexus");
- case RGB_MATRIX_SOLID_REACTIVE_SIMPLE:
- return PSTR("Ease ");
- case RGB_MATRIX_SOLID_COLOR:
- return PSTR("Solid");
- case RGB_MATRIX_BREATHING:
- return PSTR("Fade ");
- case RGB_MATRIX_CYCLE_ALL:
- return PSTR("Cycle");
- case RGB_MATRIX_RAINBOW_PINWHEELS:
- return PSTR("Wheel");
- case RGB_MATRIX_CYCLE_LEFT_RIGHT:
- return PSTR("Wave ");
- default:
- return PSTR("");
- }
-}
-#endif
-
-extern led_config_t g_led_config;
-
-void rgb_matrix_layer_helper(uint8_t hue, uint8_t sat, uint8_t val, uint8_t led_min, uint8_t led_max) {
- HSV hsv = {hue, sat, val};
- if (hsv.v > rgb_matrix_get_val()) {
- hsv.v = rgb_matrix_get_val();
- }
-
- RGB rgb = hsv_to_rgb(hsv);
- for (uint8_t i = 0; i < led_max; i++) {
- if (HAS_FLAGS(g_led_config.flags[i], LED_FLAG_UNDERGLOW)) {
- rgb_matrix_set_color(i, rgb.r, rgb.g, rgb.b);
- }
- }
-}
-
-extern user_config_t user_config;
-
-bool rgb_matrix_in_idle(void) {
- return (user_config.rgb_matrix_idle_anim && rgb_matrix_get_mode() == user_config.rgb_matrix_idle_mode);
-}
-
-bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
- if (user_config.rgb_layer_indicator && !rgb_matrix_in_idle()) {
- switch (get_highest_layer(layer_state | default_layer_state)) {
- case _GAMING_EXT:
- rgb_matrix_layer_helper(HSV_PURPLE, led_min, led_max);
- break;
- case _SYM:
- rgb_matrix_layer_helper(HSV_YELLOW, led_min, led_max);
- break;
- case _NAV:
- rgb_matrix_layer_helper(HSV_SPRINGGREEN, led_min, led_max);
- break;
- case _UTIL:
- rgb_matrix_layer_helper(HSV_PINK, led_min, led_max);
- break;
- case _NUMPAD:
- rgb_matrix_layer_helper(HSV_CORAL, led_min, led_max);
- break;
- case _GAMING:
- case _WASD:
- rgb_matrix_layer_helper(HSV_RED, led_min, led_max);
- break;
- default:
- rgb_matrix_layer_helper(THEME_HSV, led_min, led_max);
- break;
- }
- }
- return false;
-}
-
-void rgb_matrix_turn_off_underglow(void) {
- rgb_matrix_layer_helper(0, 0, 0, 0, 54);
-}
-
-uint8_t rgb_matrix_speed_for_mode(uint8_t mode) {
- switch (mode) {
- case RGB_MATRIX_SOLID_REACTIVE_SIMPLE:
- case RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS:
- return RGB_MATRIX_ANIMATION_SPEED_FAST;
- case RGB_MATRIX_BREATHING:
- case RGB_MATRIX_CYCLE_LEFT_RIGHT:
- case RGB_MATRIX_RAINBOW_PINWHEELS:
- return RGB_MATRIX_ANIMATION_SPEED_SLOW;
- case RGB_MATRIX_CYCLE_ALL:
- return RGB_MATRIX_ANIMATION_SPEED_SLOWER;
- default:
- return RGB_MATRIX_ANIMATION_SPEED_MEDIUM;
- }
-}
-
-bool rgb_matrix_mode_active(uint8_t mode) {
- return (mode == RGB_MATRIX_SOLID_REACTIVE_SIMPLE || mode == RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS || mode == RGB_MATRIX_TYPING_HEATMAP);
-}
-
-void rgb_matrix_update_current_mode(uint8_t mode) {
- rgb_matrix_config.speed = rgb_matrix_speed_for_mode(mode);
- rgb_matrix_mode_noeeprom(mode);
-}
-
-void rgb_matrix_update_dynamic_mode(uint8_t mode) {
- uint8_t speed;
- speed = rgb_matrix_speed_for_mode(mode);
-
- if (rgb_matrix_mode_active(mode)) {
- user_config.rgb_matrix_active_speed = speed;
- user_config.rgb_matrix_active_mode = mode;
- } else {
- user_config.rgb_matrix_idle_speed = speed;
- user_config.rgb_matrix_idle_mode = mode;
- }
-}
-
-void rgb_matrix_update_mode(uint8_t mode) {
- if (user_config.rgb_matrix_idle_anim) {
- rgb_matrix_update_dynamic_mode(mode);
- }
- if (rgb_matrix_mode_active(mode) || !user_config.rgb_matrix_idle_anim) {
- rgb_matrix_update_current_mode(mode);
- }
-}
-
-uint8_t get_rgb_matrix_active_mode(void) {
- if (user_config.rgb_matrix_idle_anim) {
- return user_config.rgb_matrix_active_mode;
- } else {
- return rgb_matrix_get_mode();
- }
-}
-
-void rgb_matrix_toggle_active_mode(void) {
- switch (get_rgb_matrix_active_mode()) {
- case RGB_MATRIX_SOLID_REACTIVE_SIMPLE:
- rgb_matrix_update_mode(RGB_MATRIX_TYPING_HEATMAP);
- break;
- case RGB_MATRIX_TYPING_HEATMAP:
- rgb_matrix_update_mode(RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS);
- break;
- default:
- rgb_matrix_update_mode(RGB_MATRIX_SOLID_REACTIVE_SIMPLE);
- break;
- }
-}
-
-uint8_t get_rgb_matrix_idle_mode(void) {
- if (user_config.rgb_matrix_idle_anim) {
- return user_config.rgb_matrix_idle_mode;
- } else {
- return rgb_matrix_get_mode();
- }
-}
-
-void rgb_matrix_toggle_simple_passive_mode(void) {
- switch (get_rgb_matrix_idle_mode()) {
- case RGB_MATRIX_SOLID_COLOR:
- rgb_matrix_update_mode(RGB_MATRIX_BREATHING);
- break;
- case RGB_MATRIX_BREATHING:
- rgb_matrix_update_mode(RGB_MATRIX_CYCLE_ALL);
- break;
- default:
- rgb_matrix_update_mode(RGB_MATRIX_SOLID_COLOR);
- break;
- }
-}
-
-void rgb_matrix_toggle_color_passive_mode(void) {
- switch (get_rgb_matrix_idle_mode()) {
- case RGB_MATRIX_RAINBOW_PINWHEELS:
- rgb_matrix_update_mode(RGB_MATRIX_CYCLE_LEFT_RIGHT);
- break;
- default:
- rgb_matrix_update_mode(RGB_MATRIX_RAINBOW_PINWHEELS);
- break;
- }
-}
-
-void rgb_matrix_toggle_underglow_layer_indicator(void) {
- user_config.rgb_layer_indicator ^= 1;
- if (user_config.rgb_layer_indicator) {
- layer_state_set(layer_state); // This is needed to immediately set the layer color (looks better)
- } else {
- rgb_matrix_turn_off_underglow();
- }
-}
-
-void rgb_matrix_toggle_idle_animation_change(void) {
- user_config.rgb_matrix_idle_anim ^= 1;
- if (user_config.rgb_matrix_idle_anim) {
- rgb_matrix_update_mode(user_config.rgb_matrix_active_mode);
- } else {
- rgb_matrix_update_current_mode(user_config.rgb_matrix_idle_mode);
- }
-}
-
-void rgb_matrix_set_gaming_defaults(void) {
- if (!user_config.rgb_layer_indicator) {
- user_config.rgb_layer_indicator = true;
- }
- user_config.rgb_matrix_idle_timeout = GAMING_IDLE_TIMEOUT;
- rgb_matrix_update_mode(RGB_MATRIX_RAINBOW_PINWHEELS);
- rgb_matrix_update_mode(RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS);
-}
-
-void rgb_matrix_set_typing_defaults(void) {
- user_config.rgb_matrix_idle_timeout = IDLE_TIMEOUT;
- rgb_matrix_update_mode(RGB_MATRIX_TYPING_PASSIVE);
- rgb_matrix_update_mode(RGB_MATRIX_TYPING_ACTIVE);
-}
-
-void rgb_matrix_set_defaults(void) {
- rgb_matrix_enable_noeeprom();
- rgb_matrix_sethsv_noeeprom(THEME_HSV);
-
- user_config.rgb_layer_indicator = true;
- user_config.rgb_matrix_idle_anim = true;
-
- rgb_matrix_set_typing_defaults();
-
- rgb_matrix_mode_noeeprom(RGB_MATRIX_SOLID_REACTIVE_SIMPLE);
-}
-
-void matrix_scan_rgb(void) {
- if (user_config.rgb_matrix_idle_anim && rgb_matrix_get_mode() == user_config.rgb_matrix_active_mode && last_input_activity_elapsed() > user_config.rgb_matrix_idle_timeout) {
- if (user_config.rgb_layer_indicator) {
- rgb_matrix_turn_off_underglow();
- }
- rgb_matrix_update_current_mode(user_config.rgb_matrix_idle_mode);
- }
-}
-
-void user_transport_sync(void) {
- // Keep track of the last state, so that we can tell if we need to propagate to slave
- static uint32_t last_config = 0, last_sync = 0;
-
- // Check if the state values are different
- // or if sync timer elapsed
- if (memcmp(&user_config, &last_config, sizeof(transport_user_config)) || (timer_elapsed32(last_sync) > 250)) {
- memcpy(&last_config, &user_config, sizeof(transport_user_config));
-
- if (transaction_rpc_send(USER_CONFIG_SYNC, sizeof(transport_user_config), &transport_user_config)) {
- last_sync = timer_read32();
- }
- }
-}
-
-void user_transport_update(void) {
- if (is_keyboard_master()) {
- transport_user_config = user_config.raw;
- user_transport_sync();
- } else {
- user_config.raw = transport_user_config;
- }
-}
-
-void housekeeping_task_user(void) {
- static bool has_ran_yet;
- if (!has_ran_yet) {
- has_ran_yet = true;
- startup_user();
- }
- matrix_scan_rgb();
-
- // Update config to slave
- user_transport_update();
-}
-
-void eeconfig_init_user(void) {
- user_config.raw = 0;
- user_config.rgb_layer_indicator = true;
- user_config.rgb_matrix_idle_anim = true;
-
- rgb_matrix_enable();
- rgb_matrix_sethsv(THEME_HSV);
- rgb_matrix_mode(RGB_MATRIX_SOLID_REACTIVE_SIMPLE);
-
- eeconfig_update_user(user_config.raw);
-}
-
-void keyboard_post_init_user(void) {
- set_single_persistent_default_layer(_COLEMAKDH);
- rgb_matrix_set_defaults();
-
- // Register user config sync
- transaction_register_rpc(USER_CONFIG_SYNC, user_config_sync);
-}
-
-bool process_record_user_rgb_matrix(uint16_t keycode, keyrecord_t* record) {
- if (user_config.rgb_matrix_idle_anim) {
- if (rgb_matrix_get_mode() == user_config.rgb_matrix_idle_mode) {
- rgb_matrix_update_current_mode(user_config.rgb_matrix_active_mode);
- if (!user_config.rgb_layer_indicator) {
- rgb_matrix_turn_off_underglow();
- }
- }
- }
-
- switch (keycode) {
- case RGB_RST:
- if (record->event.pressed) {
- rgb_matrix_set_defaults();
- }
- break;
- case RGB_UND: // Toggle separate underglow status
- if (record->event.pressed) {
- rgb_matrix_toggle_underglow_layer_indicator();
- }
- break;
- case RGB_IDL: // Toggle idle/heatmap animation
- if (record->event.pressed) {
- rgb_matrix_toggle_idle_animation_change();
- }
- break;
- case RGB_ATG:
- if (record->event.pressed) {
- rgb_matrix_toggle_active_mode();
- }
- break;
- case RGB_PST:
- if (record->event.pressed) {
- rgb_matrix_toggle_simple_passive_mode();
- }
- break;
- case RGB_PCT:
- if (record->event.pressed) {
- rgb_matrix_toggle_color_passive_mode();
- }
- break;
- }
- return true;
-}
diff --git a/keyboards/crkbd/keymaps/rpbaptist/rgb.h b/keyboards/crkbd/keymaps/rpbaptist/rgb.h
deleted file mode 100644
index 91c25f5c28..0000000000
--- a/keyboards/crkbd/keymaps/rpbaptist/rgb.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2023 Your Name (@rpbaptist)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-
-#include "transactions.h"
-
-typedef union {
- uint32_t raw;
- struct {
- bool rgb_layer_indicator : 1;
- bool rgb_matrix_idle_anim : 1;
- uint8_t rgb_matrix_active_mode : 4;
- uint8_t rgb_matrix_idle_mode : 4;
- uint8_t rgb_matrix_active_speed : 2;
- uint8_t rgb_matrix_idle_speed : 2;
- uint32_t rgb_matrix_idle_timeout : 18;
- };
-} user_config_t;
-
-extern user_config_t user_config;
-
-_Static_assert(sizeof(user_config_t) == sizeof(uint32_t), "Userspace EECONFIG out of spec.");
-
-const char *rgb_matrix_anim_oled_text(uint8_t mode);
-void rgb_matrix_set_gaming_defaults(void);
-void rgb_matrix_set_typing_defaults(void);
-bool process_record_user_rgb_matrix(uint16_t keycode, keyrecord_t *record);
diff --git a/keyboards/crkbd/keymaps/rpbaptist/rpbaptist.h b/keyboards/crkbd/keymaps/rpbaptist/rpbaptist.h
deleted file mode 100644
index 630ab5df49..0000000000
--- a/keyboards/crkbd/keymaps/rpbaptist/rpbaptist.h
+++ /dev/null
@@ -1,73 +0,0 @@
-// Copyright 2023 Your Name (@rpbaptist)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#pragma once
-#include QMK_KEYBOARD_H
-
-#include "quantum.h"
-
-#if defined(RGB_MATRIX_ENABLE)
-# include "rgb.h"
-#endif
-
-#if defined(OLED_ENABLE)
-# include "oled.h"
-#endif
-
-enum layer_names {
- _COLEMAKDH,
- _GAMING,
- _WASD,
- _GAMING_EXT,
- _NUMPAD,
- _SYM,
- _NAV,
- _UTIL
-};
-
-enum custom_keycodes {
- BSP_DEL = SAFE_RANGE,
-#if defined(RGB_MATRIX_ENABLE)
- RGB_RST, // Reset RGB
- RGB_UND, // Toggle RGB underglow as layer indicator
- RGB_ATG, // Toggle active RGB mode
- RGB_PST, // Toggle simple passive RGB mode
- RGB_PCT, // Toggle colorful passive RGB mode
- RGB_IDL, // RGB Idling animations
-#endif
- TYPING, // Switch to Colemak layer
- GAMING, // Switch to gaming Colemak layer
- WASD // Switch to gaming with WASD positions
-};
-
-// Layer toggle and switch
-#define T_NAV TT(_NAV)
-#define S_NAV MO(_NAV)
-
-#define T_SYM TT(_SYM)
-#define S_SYM MO(_SYM)
-
-// Layer keys with functionality on tap
-#define NAV_0 LT(_NAV, KC_0)
-#define TAB_NUM LT(_NUMPAD, KC_TAB)
-#define LCK_NMP TG(_NUMPAD)
-#define S_NUM MO(_NUMPAD)
-
-#define EXTALT LT(_GAMING_EXT, KC_LALT)
-
-// Tap/mod keys
-#define RCTL_BR RCTL_T(KC_RBRC)
-#define LCTL_BR LCTL_T(KC_LBRC)
-
-#define SFT_SPC LSFT_T(KC_SPACE)
-#define SFT_ENT RSFT_T(KC_ENTER)
-
-// Global tab forward and backward
-#define TAB_FWD LCTL(KC_TAB)
-#define TAB_BCK LCTL(LSFT(KC_TAB))
-#define TAB_CLS LCTL(KC_W)
-
-#define WIN_CLS LALT(KC_F4)
-
-// €
-#define KC_EUR ALGR(KC_5)
diff --git a/keyboards/crkbd/keymaps/rpbaptist/rules.mk b/keyboards/crkbd/keymaps/rpbaptist/rules.mk
deleted file mode 100644
index 9620e41253..0000000000
--- a/keyboards/crkbd/keymaps/rpbaptist/rules.mk
+++ /dev/null
@@ -1,64 +0,0 @@
-#This enables Link Time Optimization.This can save a good chunk of space(several KB for me), but the macro and function... functions cause it to error out.
-LTO_ENABLE = yes
-
-#Build Options
-#change to "no" to disable the options, or define them in the Makefile in
-#the appropriate keymap folder that will get included automatically
-#
-EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
-NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
-DYNAMIC_MACRO_ENABLE = no
-
-MOUSEKEY_ENABLE = no # Mouse keys(+4700)
-RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
-BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
-CONSOLE_ENABLE = no # Console for debug(+400)
-COMMAND_ENABLE = no # Commands for debug and configuration
-BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
-MIDI_ENABLE = no # MIDI controls
-AUDIO_ENABLE = no # Audio output on port C6
-UNICODE_ENABLE = no # Unicode
-BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
-SWAP_HANDS_ENABLE = no # Enable one-hand typing
-GRAVE_ESC_ENABLE = no
-MAGIC_ENABLE = no
-MUSIC_ENABLE = no
-
-RGB_MATRIX_ENABLE = yes
-
-#Do not enable SLEEP_LED_ENABLE.it uses the same timer as BACKLIGHT_ENABLE
-SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
-
-BOOTLOADER = qmk-dfu
-
-OLED_ENABLE = yes
-
-DEBOUNCE_TYPE = sym_eager_pk
-
-ifeq ($(strip $(THEME)), godspeed)
- OPT_DEFS += -DTHEME_GODSPEED
-endif
-
-ifeq ($(strip $(THEME)), godspeed_ares)
- OPT_DEFS += -DTHEME_GODSPEED_ARES
-endif
-
-ifeq ($(strip $(THEME)), pulse)
- OPT_DEFS += -DTHEME_PULSE
-endif
-
-ifeq ($(strip $(THEME)), laser)
- OPT_DEFS += -DTHEME_LASER
-endif
-
-ifeq ($(strip $(THEME)), milkshake)
- OPT_DEFS += -DTHEME_MILKSHAKE
-endif
-
-ifeq ($(strip $(RGB_MATRIX_ENABLE)), yes)
- SRC += rgb.c
-endif
-
-ifeq ($(strip $(OLED_ENABLE)), yes)
- SRC+= oled.c
-endif