mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-06 11:50:36 -04:00
Added layout matrix so it will compile
- fixed other bugs - Spruced up the info.json after using the qmk converter
This commit is contained in:
parent
873c2bf735
commit
b12f69a7ae
8 changed files with 266 additions and 44 deletions
|
@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#include "config_common.h"
|
||||
|
||||
// Most configuration will be found in info.json
|
||||
|
||||
|
@ -33,6 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
// │ a u d i o │
|
||||
// └─────────────────────────────────────────────────┘
|
||||
|
||||
#define AUDIO_PIN B5
|
||||
#define AUDIO_DAC_SAMPLE_MAX 4095U
|
||||
#define AUDIO_VOICE_DEFAULT butts_fader
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue