diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-20 03:15:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-20 03:15:12 +0000 |
commit | 87d9534d81e0504a80ba4f7c190afe9588d34063 (patch) | |
tree | 8092b9af8179deb71fae182c16de850fcd7bb538 /keyboards/xbows/nature/nature.c | |
parent | 1ab1ba3c3e7110403014e06d4cf19490cbf855bf (diff) | |
parent | 1bb9f155a67414d41b219e6834396e0fbca11ef7 (diff) | |
download | qmk_firmware-87d9534d81e0504a80ba4f7c190afe9588d34063.tar.gz qmk_firmware-87d9534d81e0504a80ba4f7c190afe9588d34063.zip |
Merge remote-tracking branch 'origin/master' into develop
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 |