aboutsummaryrefslogtreecommitdiff
path: root/keyboards/glenpickle
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-05-03 15:21:29 +1000
committerGitHub <noreply@github.com>2024-05-03 15:21:29 +1000
commitd09a06a1b354760fd0e64a453abade972900e885 (patch)
tree88d94640f4507ac8d7f570607423825bec3c6f89 /keyboards/glenpickle
parent5426a7a129acf2ff5c8b435014747f1238e17965 (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.c1
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