Browse Source

[Keyboard] Fix Nasu Indicators (#15878)

Co-authored-by: yiancar <yiancar@gmail.com>
pull/16131/head
yiancar 2 years ago
committed by GitHub
parent
commit
1ca636819f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions
  1. +0
    -1
      keyboards/nasu/config.h
  2. +0
    -7
      keyboards/nasu/nasu.c

+ 0
- 1
keyboards/nasu/config.h View File

@ -46,7 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LED_CAPS_LOCK_PIN B1
#define LED_NUM_LOCK_PIN B0
#define LED_SCROLL_LOCK_PIN A7
#define LED_PIN_ON_STATE 0
/* define if matrix has ghost (lacks anti-ghosting diodes) */
//#define MATRIX_HAS_GHOST


+ 0
- 7
keyboards/nasu/nasu.c View File

@ -14,10 +14,3 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "nasu.h"
void led_init_ports(void) {
// Set our LED pins as open drain outputs
palSetLineMode(LED_CAPS_LOCK_PIN, PAL_MODE_OUTPUT_OPENDRAIN);
palSetLineMode(LED_NUM_LOCK_PIN, PAL_MODE_OUTPUT_OPENDRAIN);
palSetLineMode(LED_SCROLL_LOCK_PIN, PAL_MODE_OUTPUT_OPENDRAIN);
}

Loading…
Cancel
Save