Skip to content

Commit ab9b75c

Browse files
committed
Revert changes to base keyboard code
1 parent 9e6db4b commit ab9b75c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

keyboards/gmmk/pro/pro.c

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,3 @@
1414
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
*/
1616
#include "pro.h"
17-
18-
#ifdef RGB_MATRIX_ENABLE
19-
void suspend_power_down_kb(void) {
20-
rgb_matrix_set_suspend_state(true);
21-
suspend_power_down_user();
22-
}
23-
24-
void suspend_wakeup_init_kb(void) {
25-
rgb_matrix_set_suspend_state(false);
26-
suspend_wakeup_init_user();
27-
}
28-
#endif

0 commit comments

Comments
 (0)