Add Lisa keyboard (#23575)
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
ac2424fec6
commit
e807bb7e37
7 changed files with 177 additions and 0 deletions
12
keyboards/keyten/lisa/lisa.c
Normal file
12
keyboards/keyten/lisa/lisa.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
// Copyright 2024 QMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define LED_INDICATOR_PIN B2
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
gpio_set_pin_output(LED_INDICATOR_PIN);
|
||||
gpio_write_pin_high(LED_INDICATOR_PIN);
|
||||
matrix_init_user();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue