aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/capsunlocked
diff options
context:
space:
mode:
authorRyan2024-05-20 09:11:49 +0200
committerGitHub2024-05-20 09:11:49 +0200
commit5fda3490187a7448176b7d37bf16c1cd1d80b736 (patch)
tree23a5211be52919c9fc8b8981c6b53870c6a6cf54 /keyboards/capsunlocked
parent48c0b601412513c83e31bd818c1ce2127682d567 (diff)
Remove RGB keycodes from boards with no RGB config (#23709)
Diffstat (limited to 'keyboards/capsunlocked')
-rw-r--r--keyboards/capsunlocked/cu75/keymaps/default/keymap.c16
-rw-r--r--keyboards/capsunlocked/cu75/keymaps/iso/keymap.c16
2 files changed, 16 insertions, 16 deletions
diff --git a/keyboards/capsunlocked/cu75/keymaps/default/keymap.c b/keyboards/capsunlocked/cu75/keymaps/default/keymap.c
index 2afc7399e8..268cce036f 100644
--- a/keyboards/capsunlocked/cu75/keymaps/default/keymap.c
+++ b/keyboards/capsunlocked/cu75/keymaps/default/keymap.c
@@ -39,21 +39,21 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |-------------------------------------------------------------------|
* | | | | | | | | | | | | | | | |
* |-------------------------------------------------------------------|
- * | | | | | | | | | | | | | | | RGB_TOG|
+ * | | | | | | | | | | | | | | | |
* |-------------------------------------------------------------------|
- * | | | | | | | | | | | | |QK_BOOT |RGB_MODE|
+ * | | | | | | | | | | | | |QK_BOOT | |
* |-------------------------------------------------------------------|
- * | | | | | | | | | |VAD|VAI| |RGB_HUI| |
+ * | | | | | | | | | | | | | | |
* |-------------------------------------------------------------------|
- * | | | | | | | |RGB_SAD|RGB_HUD|RGB_SAI|
+ * | | | | | | | | | | |
* `-------------------------------------------------------------------'
*/
[FUNC] = LAYOUT(
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_TOG,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, QK_BOOT, RGB_MOD,
- _______, _______, _______, _______, _______, _______, _______, _______, RGB_VAD, RGB_VAI, _______, _______, RGB_HUI, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_SAD, RGB_HUD, RGB_SAI
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, QK_BOOT, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
),
};
diff --git a/keyboards/capsunlocked/cu75/keymaps/iso/keymap.c b/keyboards/capsunlocked/cu75/keymaps/iso/keymap.c
index 95f742db4b..479ec6f58e 100644
--- a/keyboards/capsunlocked/cu75/keymaps/iso/keymap.c
+++ b/keyboards/capsunlocked/cu75/keymaps/iso/keymap.c
@@ -38,21 +38,21 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |---------------------------------------------------------------|
* | | | | | | | | | | | | | | | |
* |---------------------------------------------------------------|
- * | | | | | | | | | | | | | | |TOG|
+ * | | | | | | | | | | | | | | | |
* |------------------------------------------------------. |---|
- * | | | | | | | | | | | | |RST| |MOD|
+ * | | | | | | | | | | | | |RST| | |
* |---------------------------------------------------------------|
- * | | | | | | | | | |VAD|VAI| | |HUI| |
+ * | | | | | | | | | | | | | | | |
* |---------------------------------------------------------------|
- * | | | | | | | |SAD|HUD|SAI|
+ * | | | | | | | | | | |
* `---------------------------------------------------------------'
*/
[FUNC] = LAYOUT_iso(
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_TOG,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, QK_BOOT, RGB_MOD,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_VAD, RGB_VAI, _______, _______, RGB_HUI, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, RGB_SAD, RGB_HUD, RGB_SAI
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, QK_BOOT, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
),
};