diff options
author | X-Bows Tech <41098278+XBowsTech@users.noreply.github.com> | 2021-01-20 11:14:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 19:14:39 -0800 |
commit | 1bb9f155a67414d41b219e6834396e0fbca11ef7 (patch) | |
tree | 0182193af7420fae6a78969152c886dff13bee68 /keyboards/xbows/nature/nature.c | |
parent | 6db22011a5b9fb402d12d9a422651ff1d2238034 (diff) |
[Keyboard] Update X-Bows Nature Keyboard (#11538)
* Update config.h
* Update nature.c
* Update rules.mk
* Update keymap.c
Diffstat (limited to 'keyboards/xbows/nature/nature.c')
-rw-r--r-- | keyboards/xbows/nature/nature.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |