diff options
author | Ryan <fauxpark@gmail.com> | 2024-05-03 15:21:29 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 15:21:29 +1000 |
commit | d09a06a1b354760fd0e64a453abade972900e885 (patch) | |
tree | 88d94640f4507ac8d7f570607423825bec3c6f89 /keyboards/glenpickle | |
parent | 5426a7a129acf2ff5c8b435014747f1238e17965 (diff) |
Update GPIO API usage in keyboard code (#23361)
Diffstat (limited to 'keyboards/glenpickle')
-rw-r--r-- | keyboards/glenpickle/chimera_ortho_plus/chimera_ortho_plus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/glenpickle/chimera_ortho_plus/chimera_ortho_plus.c b/keyboards/glenpickle/chimera_ortho_plus/chimera_ortho_plus.c index 6f32d1fb55..b75fff9634 100644 --- a/keyboards/glenpickle/chimera_ortho_plus/chimera_ortho_plus.c +++ b/keyboards/glenpickle/chimera_ortho_plus/chimera_ortho_plus.c @@ -9,7 +9,6 @@ void led_init(void) { gpio_write_pin_high(CHIMERA_ORTHO_PLUS_RED_LED_PIN); } - void matrix_init_kb(void) { // put your keyboard start-up code here // runs once when the firmware starts up |