mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-07 22:01:59 +00:00
Update GPIO API usage in keyboard code (#23361)
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
void keyboard_post_init_kb(void) {
|
||||
// Enable RGB LED
|
||||
setPinOutput(GP11);
|
||||
writePinHigh(GP11);
|
||||
gpio_set_pin_output(GP11);
|
||||
gpio_write_pin_high(GP11);
|
||||
rgblight_enable();
|
||||
|
||||
// Offload to the user func
|
||||
|
||||
Reference in New Issue
Block a user