Make both RGB and sound work on Clueboard 66% hotswap

This commit is contained in:
skullY
2018-08-11 12:14:02 -07:00
committed by skullydazed
parent c909c4ea50
commit 8e50a472ab
7 changed files with 36 additions and 58 deletions

View File

@@ -15,9 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef CLUEBOARD_66_CONFIG_H
#define CLUEBOARD_66_CONFIG_H
#pragma once
#include "config_common.h"
/* USB Device descriptor parameter */
@@ -47,17 +45,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* These options are also useful to firmware size reduction.
*/
/* disable debug print */
//#define NO_DEBUG
/* disable print */
//#define NO_PRINT
/* disable action features */
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
#define NO_ACTION_ONESHOT
#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
#endif