qmk_userspace/keyboards/boardsource/unicorne/config.h
Torsten Auhorn 7fc5754c45 Squashed commit of the following:
commit 9256ba5f38278b56fd4c34162d6cd87e572177b1
Author: Torsten Auhorn <auhorn@gmail.com>
Date:   Mon Dec 9 13:45:03 2024 -0800

    f keys from 0-9

commit ff57c465508c7df6989edafac0385de573a7b9bd
Author: Torsten Auhorn <auhorn@gmail.com>
Date:   Mon Dec 9 13:30:24 2024 -0800

    Revert "change layers"

    This reverts commit 3734dc97b6.
2024-12-09 13:47:48 -08:00

23 lines
580 B
C

// 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
#define QUICK_TAP_TERM 120
#define TAPPING_TERM 120