···1414You should have received a copy of the GNU General Public License
1515along with this program. If not, see <http://www.gnu.org/licenses/>.
1616*/
1717-#include "rev_a.h"
1717+#include "quantum.h"
1818+1919+#ifndef CAPS_LOCK_ENABLE
2020+# define CAPS_LOCK_ENABLE true
2121+#endif
2222+2323+#ifndef CAPS_LOCK_COLOR
2424+# define CAPS_LOCK_COLOR RGB_RED
2525+#endif
2626+2727+#ifndef CAPS_LED_GROUP
2828+// change what leds to target, for example LED_FLAG_KEYLIGHT for alpas or LED_FLAG_MODIFIER for modifiers
2929+# define CAPS_LED_GROUP LED_FLAG_INDICATOR
3030+#endif
18311932#ifdef RGB_MATRIX_ENABLE
2033const is31fl3733_led_t PROGMEM g_is31fl3733_leds[IS31FL3733_LED_COUNT] = {
-23
keyboards/4pplet/perk60_iso/rev_a/rev_a.h
···11-/*
22-Copyright 2022 Stefan Sundin "4pplet" <4pplet@protonmail.com>
33-44-This program is free software: you can redistribute it and/or modify
55-it under the terms of the GNU General Public License as published by
66-the Free Software Foundation, either version 2 of the License, or
77-(at your option) any later version.
88-99-This program is distributed in the hope that it will be useful,
1010-but WITHOUT ANY WARRANTY; without even the implied warranty of
1111-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212-GNU General Public License for more details.
1313-1414-You should have received a copy of the GNU General Public License
1515-along with this program. If not, see <http://www.gnu.org/licenses/>.
1616-*/
1717-#pragma once
1818-1919-#define CAPS_LOCK_ENABLE true
2020-#define CAPS_LOCK_COLOR RGB_RED
2121-#define CAPS_LED_GROUP LED_FLAG_INDICATOR // change what leds to target, for example LED_FLAG_KEYLIGHT for alpas or LED_FLAG_MODIFIER for modifiers
2222-2323-#include "quantum.h"
+5-1
keyboards/4pplet/waffling60/rev_b/rev_b.c
···1414You should have received a copy of the GNU General Public License
1515along with this program. If not, see <http://www.gnu.org/licenses/>.
1616*/
1717-#include "rev_b.h"
1717+#include "quantum.h"
1818+1919+#ifndef CAPS_LOCK_ENABLE
2020+# define CAPS_LOCK_ENABLE true
2121+#endif
18221923bool led_update_kb(led_t led_state) {
2024 bool res = led_update_user(led_state);
-22
keyboards/4pplet/waffling60/rev_b/rev_b.h
···11-/*
22-Copyright 2020 Stefan Sundin "4pplet" <4pplet@protonmail.com>
33-44-This program is free software: you can redistribute it and/or modify
55-it under the terms of the GNU General Public License as published by
66-the Free Software Foundation, either version 2 of the License, or
77-(at your option) any later version.
88-99-This program is distributed in the hope that it will be useful,
1010-but WITHOUT ANY WARRANTY; without even the implied warranty of
1111-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212-GNU General Public License for more details.
1313-1414-You should have received a copy of the GNU General Public License
1515-along with this program. If not, see <http://www.gnu.org/licenses/>.
1616-*/
1717-#pragma once
1818-1919-#define CAPS_LOCK_ENABLE true
2020-//#define CAPS_LOCK_COLOR HSV_ORANGE
2121-2222-#include "quantum.h"
+5-1
keyboards/4pplet/waffling60/rev_c/rev_c.c
···1414You should have received a copy of the GNU General Public License
1515along with this program. If not, see <http://www.gnu.org/licenses/>.
1616*/
1717-#include "rev_c.h"
1717+#include "quantum.h"
1818+1919+#ifndef CAPS_LOCK_ENABLE
2020+# define CAPS_LOCK_ENABLE true
2121+#endif
18221923bool led_update_kb(led_t led_state) {
2024 bool res = led_update_user(led_state);
-22
keyboards/4pplet/waffling60/rev_c/rev_c.h
···11-/*
22-Copyright 2022 Stefan Sundin "4pplet" <mail@4pplet.com>
33-44-This program is free software: you can redistribute it and/or modify
55-it under the terms of the GNU General Public License as published by
66-the Free Software Foundation, either version 2 of the License, or
77-(at your option) any later version.
88-99-This program is distributed in the hope that it will be useful,
1010-but WITHOUT ANY WARRANTY; without even the implied warranty of
1111-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212-GNU General Public License for more details.
1313-1414-You should have received a copy of the GNU General Public License
1515-along with this program. If not, see <http://www.gnu.org/licenses/>.
1616-*/
1717-#pragma once
1818-1919-#define CAPS_LOCK_ENABLE true
2020-//#define CAPS_LOCK_COLOR HSV_ORANGE
2121-2222-#include "quantum.h"
+5-1
keyboards/4pplet/waffling60/rev_d/rev_d.c
···1414You should have received a copy of the GNU General Public License
1515along with this program. If not, see <http://www.gnu.org/licenses/>.
1616*/
1717-#include "rev_d.h"
1717+#include "quantum.h"
1818+1919+#ifndef CAPS_LOCK_ENABLE
2020+# define CAPS_LOCK_ENABLE true
2121+#endif
18221923bool led_update_kb(led_t led_state) {
2024 bool res = led_update_user(led_state);
-22
keyboards/4pplet/waffling60/rev_d/rev_d.h
···11-/*
22-Copyright 2022 Stefan Sundin "4pplet" <mail@4pplet.com>
33-44-This program is free software: you can redistribute it and/or modify
55-it under the terms of the GNU General Public License as published by
66-the Free Software Foundation, either version 2 of the License, or
77-(at your option) any later version.
88-99-This program is distributed in the hope that it will be useful,
1010-but WITHOUT ANY WARRANTY; without even the implied warranty of
1111-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212-GNU General Public License for more details.
1313-1414-You should have received a copy of the GNU General Public License
1515-along with this program. If not, see <http://www.gnu.org/licenses/>.
1616-*/
1717-#pragma once
1818-1919-#define CAPS_LOCK_ENABLE true
2020-//#define CAPS_LOCK_COLOR HSV_ORANGE
2121-2222-#include "quantum.h"
+9-1
keyboards/4pplet/waffling60/rev_e/rev_e.c
···1414You should have received a copy of the GNU General Public License
1515along with this program. If not, see <http://www.gnu.org/licenses/>.
1616*/
1717-#include "rev_e.h"
1717+#include "quantum.h"
1818+1919+#ifndef CAPS_LOCK_ENABLE
2020+# define CAPS_LOCK_ENABLE true
2121+#endif
2222+2323+#ifndef CAPS_LOCK_COLOR
2424+# define CAPS_LOCK_COLOR HSV_GREEN
2525+#endif
18261927void keyboard_pre_init_kb(void) {
2028 rgblight_set_effect_range(0, 16);
-22
keyboards/4pplet/waffling60/rev_e/rev_e.h
···11-/*
22-Copyright 2022 Stefan Sundin "4pplet" <mail@4pplet.com>
33-44-This program is free software: you can redistribute it and/or modify
55-it under the terms of the GNU General Public License as published by
66-the Free Software Foundation, either version 2 of the License, or
77-(at your option) any later version.
88-99-This program is distributed in the hope that it will be useful,
1010-but WITHOUT ANY WARRANTY; without even the implied warranty of
1111-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212-GNU General Public License for more details.
1313-1414-You should have received a copy of the GNU General Public License
1515-along with this program. If not, see <http://www.gnu.org/licenses/>.
1616-*/
1717-#pragma once
1818-1919-#include "quantum.h"
2020-2121-#define CAPS_LOCK_ENABLE true
2222-#define CAPS_LOCK_COLOR HSV_GREEN
+13-1
keyboards/4pplet/waffling80/rev_a/rev_a.c
···1414You should have received a copy of the GNU General Public License
1515along with this program. If not, see <http://www.gnu.org/licenses/>.
1616*/
1717-#include "rev_a.h"
1717+#include "quantum.h"
1818+1919+#ifndef CAPS_LOCK_ENABLE
2020+# define CAPS_LOCK_ENABLE 1
2121+#endif
2222+2323+#ifndef SCROLL_LOCK_ENABLE
2424+# define SCROLL_LOCK_ENABLE 1
2525+#endif
2626+2727+// If colors are defined, they will be static. If not defined, color for indicators can be set in VIA.
2828+//#define CAPS_LOCK_COLOR HSV_GREEN
2929+//#define SCROLL_LOCK_COLOR HSV_GREEN
18301931bool led_update_kb(led_t led_state) {
2032 bool res = led_update_user(led_state);
-26
keyboards/4pplet/waffling80/rev_a/rev_a.h
···11-/*
22-Copyright 2022 Stefan Sundin "4pplet" <mail@4pplet.com>
33-44-This program is free software: you can redistribute it and/or modify
55-it under the terms of the GNU General Public License as published by
66-the Free Software Foundation, either version 2 of the License, or
77-(at your option) any later version.
88-99-This program is distributed in the hope that it will be useful,
1010-but WITHOUT ANY WARRANTY; without even the implied warranty of
1111-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212-GNU General Public License for more details.
1313-1414-You should have received a copy of the GNU General Public License
1515-along with this program. If not, see <http://www.gnu.org/licenses/>.
1616-*/
1717-#pragma once
1818-1919-#define CAPS_LOCK_ENABLE 1
2020-#define SCROLL_LOCK_ENABLE 1
2121-2222-// If colors are defined, they will be static. If not defined, color for incicators can be set in VIA.
2323-//#define CAPS_LOCK_COLOR HSV_GREEN
2424-//#define SCROLL_LOCK_COLOR HSV_GREEN
2525-2626-#include "quantum.h"
+13-1
keyboards/4pplet/waffling80/rev_b/rev_b.c
···1414You should have received a copy of the GNU General Public License
1515along with this program. If not, see <http://www.gnu.org/licenses/>.
1616*/
1717-#include "rev_b.h"
1717+#include "quantum.h"
1818+1919+#ifndef CAPS_LOCK_ENABLE
2020+# define CAPS_LOCK_ENABLE 1
2121+#endif
2222+2323+#ifndef SCROLL_LOCK_ENABLE
2424+# define SCROLL_LOCK_ENABLE 1
2525+#endif
2626+2727+// If colors are defined, they will be static. If not defined, color for indicators can be set in VIA.
2828+//#define CAPS_LOCK_COLOR HSV_GREEN
2929+//#define SCROLL_LOCK_COLOR HSV_GREEN
18301931bool led_update_kb(led_t led_state) {
2032 bool res = led_update_user(led_state);
-26
keyboards/4pplet/waffling80/rev_b/rev_b.h
···11-/*
22-Copyright 2022 Stefan Sundin "4pplet" <mail@4pplet.com>
33-44-This program is free software: you can redistribute it and/or modify
55-it under the terms of the GNU General Public License as published by
66-the Free Software Foundation, either version 2 of the License, or
77-(at your option) any later version.
88-99-This program is distributed in the hope that it will be useful,
1010-but WITHOUT ANY WARRANTY; without even the implied warranty of
1111-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212-GNU General Public License for more details.
1313-1414-You should have received a copy of the GNU General Public License
1515-along with this program. If not, see <http://www.gnu.org/licenses/>.
1616-*/
1717-#pragma once
1818-1919-#define CAPS_LOCK_ENABLE 1
2020-#define SCROLL_LOCK_ENABLE 1
2121-2222-// If colors are defined, they will be static. If not defined, color for incicators can be set in VIA.
2323-//#define CAPS_LOCK_COLOR HSV_GREEN
2424-//#define SCROLL_LOCK_COLOR HSV_GREEN
2525-2626-#include "quantum.h"
···1414You should have received a copy of the GNU General Public License
1515along with this program. If not, see <http://www.gnu.org/licenses/>.
1616*/
1717-#include "rev_b_ansi.h"
1717+#include "quantum.h"
1818+1919+#ifndef CAPS_LOCK_ENABLE
2020+# define CAPS_LOCK_ENABLE 1
2121+#endif
2222+2323+#ifndef SCROLL_LOCK_ENABLE
2424+# define SCROLL_LOCK_ENABLE 1
2525+#endif
2626+2727+// If colors are defined, they will be static. If not defined, color for indicators can be set in VIA.
2828+//#define CAPS_LOCK_COLOR HSV_GREEN
2929+//#define SCROLL_LOCK_COLOR HSV_GREEN
18301931bool led_update_kb(led_t led_state) {
2032 bool res = led_update_user(led_state);
···11-/*
22-Copyright 2022 Stefan Sundin "4pplet" <mail@4pplet.com>
33-44-This program is free software: you can redistribute it and/or modify
55-it under the terms of the GNU General Public License as published by
66-the Free Software Foundation, either version 2 of the License, or
77-(at your option) any later version.
88-99-This program is distributed in the hope that it will be useful,
1010-but WITHOUT ANY WARRANTY; without even the implied warranty of
1111-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212-GNU General Public License for more details.
1313-1414-You should have received a copy of the GNU General Public License
1515-along with this program. If not, see <http://www.gnu.org/licenses/>.
1616-*/
1717-#pragma once
1818-1919-#define CAPS_LOCK_ENABLE 1
2020-#define SCROLL_LOCK_ENABLE 1
2121-2222-// If colors are defined, they will be static. If not defined, color for incicators can be set in VIA.
2323-//#define CAPS_LOCK_COLOR HSV_GREEN
2424-//#define SCROLL_LOCK_COLOR HSV_GREEN
2525-2626-#include "quantum.h"
···1414You should have received a copy of the GNU General Public License
1515along with this program. If not, see <http://www.gnu.org/licenses/>.
1616*/
1717-#include "solder.h"
1717+#include "quantum.h"
1818+1919+#ifndef CAPS_LOCK_ENABLE
2020+# define CAPS_LOCK_ENABLE true
2121+#endif
2222+2323+#ifndef CAPS_LOCK_COLOR
2424+# define CAPS_LOCK_COLOR HSV_GREEN
2525+#endif
18261927void keyboard_pre_init_kb(void) {
2028 rgblight_set_effect_range(0, 16);
-22
keyboards/umbra/solder/solder.h
···11-/*
22-Copyright 2024 Joseph Williams IV "IV Works" <josephawilliamsiv@gmail.com>
33-44-This program is free software: you can redistribute it and/or modify
55-it under the terms of the GNU General Public License as published by
66-the Free Software Foundation, either version 2 of the License, or
77-(at your option) any later version.
88-99-This program is distributed in the hope that it will be useful,
1010-but WITHOUT ANY WARRANTY; without even the implied warranty of
1111-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212-GNU General Public License for more details.
1313-1414-You should have received a copy of the GNU General Public License
1515-along with this program. If not, see <http://www.gnu.org/licenses/>.
1616-*/
1717-#pragma once
1818-1919-#include "quantum.h"
2020-2121-#define CAPS_LOCK_ENABLE true
2222-#define CAPS_LOCK_COLOR HSV_GREEN