mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-04 19:00:34 -04:00
added config at the correct location
This commit is contained in:
parent
b92f25bd86
commit
9c23f16574
20 changed files with 508 additions and 1 deletions
20
keyboards/boardsource/unicorne/config.h
Normal file
20
keyboards/boardsource/unicorne/config.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
// Copyright 2023 jack (@waffle87)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
||||
|
||||
#define I2C_DRIVER I2CD1
|
||||
#define I2C1_SDA_PIN GP22
|
||||
#define I2C1_SCL_PIN GP23
|
||||
|
||||
#define AUDIO_PIN GP28
|
||||
#define AUDIO_PWM_DRIVER PWMD6
|
||||
#define AUDIO_INIT_DELAY
|
||||
#define AUDIO_PWM_CHANNEL RP2040_PWM_CHANNEL_A
|
||||
#define STARTUP_SONG SONG(ODE_TO_JOY)
|
||||
|
||||
#define ANALOG_JOYSTICK_Y_AXIS_PIN GP26
|
||||
#define ANALOG_JOYSTICK_X_AXIS_PIN GP27
|
||||
#define POINTING_DEVICE_INVERT_Y
|
||||
#define POINTING_DEVICE_INVERT_X
|
Loading…
Add table
Add a link
Reference in a new issue