[Keyboard] Update X-Bows Nature Keyboard (#11538)

* Update config.h

* Update nature.c

* Update rules.mk

* Update keymap.c
This commit is contained in:
X-Bows Tech
2021-01-20 11:14:39 +08:00
committed by GitHub
parent 6db22011a5
commit 1bb9f155a6
4 changed files with 11 additions and 10 deletions

View File

@@ -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