summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/66_hotswap/config.h
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2018-08-11 21:14:02 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2018-08-11 22:19:39 +0200
commit8e50a472ab2a6740f7659807cf6dd70c15fdf641 (patch)
tree3db0965d4bf47c8ac7d371c4ab4fa4c913fd8ce8 /keyboards/clueboard/66_hotswap/config.h
parentc909c4ea50ee6cef77e54f746c11f2c896181e48 (diff)
downloadqmk_firmware-8e50a472ab2a6740f7659807cf6dd70c15fdf641.tar.gz
qmk_firmware-8e50a472ab2a6740f7659807cf6dd70c15fdf641.tar.xz
Make both RGB and sound work on Clueboard 66% hotswap
Diffstat (limited to 'keyboards/clueboard/66_hotswap/config.h')
-rw-r--r--keyboards/clueboard/66_hotswap/config.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/keyboards/clueboard/66_hotswap/config.h b/keyboards/clueboard/66_hotswap/config.h
index 59a0abc7f..97da92cfd 100644
--- a/keyboards/clueboard/66_hotswap/config.h
+++ b/keyboards/clueboard/66_hotswap/config.h
@@ -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