diff options
Diffstat (limited to 'keyboards/neopad/rev1')
-rwxr-xr-x | keyboards/neopad/rev1/config.h | 1 | ||||
-rwxr-xr-x | keyboards/neopad/rev1/rev1.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/neopad/rev1/config.h b/keyboards/neopad/rev1/config.h index 299c28487d..ee48c61985 100755 --- a/keyboards/neopad/rev1/config.h +++ b/keyboards/neopad/rev1/config.h @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" /* Column/Row IO definitions */ #define MATRIX_ROWS 2 diff --git a/keyboards/neopad/rev1/rev1.c b/keyboards/neopad/rev1/rev1.c index 20e2c4d055..665294451a 100755 --- a/keyboards/neopad/rev1/rev1.c +++ b/keyboards/neopad/rev1/rev1.c @@ -22,7 +22,7 @@ void keyboard_pre_init_kb(void) { keyboard_pre_init_user(); } -void shutdown_user() { +void shutdown_user(void) { // Shutdown LEDs writePinLow(LED_00); writePinLow(LED_01); |