From 1bb9f155a67414d41b219e6834396e0fbca11ef7 Mon Sep 17 00:00:00 2001 From: X-Bows Tech <41098278+XBowsTech@users.noreply.github.com> Date: Wed, 20 Jan 2021 11:14:39 +0800 Subject: [Keyboard] Update X-Bows Nature Keyboard (#11538) * Update config.h * Update nature.c * Update rules.mk * Update keymap.c --- keyboards/xbows/nature/nature.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboards/xbows/nature/nature.c') diff --git a/keyboards/xbows/nature/nature.c b/keyboards/xbows/nature/nature.c index 64b1c0dd6f..911d892ce8 100644 --- a/keyboards/xbows/nature/nature.c +++ b/keyboards/xbows/nature/nature.c @@ -135,8 +135,6 @@ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4 } }; -#endif - void suspend_power_down_kb(void) { rgb_matrix_set_suspend_state(true); @@ -153,3 +151,5 @@ void suspend_wakeup_init_kb(void) { rgb_matrix_set_color(45, 0xFF, 0x00, 0x00); } } + +#endif -- cgit v1.2.3