forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make both RGB and sound work on Clueboard 66% hotswap
- Loading branch information
1 parent
c909c4e
commit 8e50a47
Showing
7 changed files
with
36 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
#ifndef CLUEBOARD_H | ||
#define CLUEBOARD_H | ||
|
||
#include "quantum.h" | ||
#pragma once | ||
|
||
#ifdef KEYBOARD_clueboard_66_hotswap_gen1 | ||
#include "gen1.h" | ||
#endif | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
BACKLIGHT_ENABLE = yes | ||
EXTRAFLAGS += -flto | ||
LAYOUTS = 66_ansi | ||
MCU = atmega32u4 | ||
F_CPU = 16000000 | ||
ARCH = AVR8 | ||
F_USB = $(F_CPU) | ||
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT | ||
OPT_DEFS += -DBOOTLOADER_SIZE=4096 | ||
|
||
# Build Options | ||
# comment out to disable the options. | ||
# | ||
BACKLIGHT_ENABLE = yes | ||
BOOTMAGIC_ENABLE = no | ||
MOUSEKEY_ENABLE = no | ||
EXTRAKEY_ENABLE = yes | ||
CONSOLE_ENABLE = yes | ||
COMMAND_ENABLE = no | ||
NKRO_ENABLE = yes | ||
AUDIO_ENABLE = yes | ||
RGBLIGHT_ENABLE = yes | ||
MIDI_ENABLE = no | ||
UNICODE_ENABLE = no | ||
BLUETOOTH_ENABLE = no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.