]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/clueboard/66_hotswap/config.h
Clueboard refresh (#4902)
[qmk_firmware.git] / keyboards / clueboard / 66_hotswap / config.h
index 59a0abc7f5f9fb83c5dcd7c3d2d0d8e7cdf6506f..d676af0ca86b5d0ad0798862e546edd493b6e91d 100644 (file)
@@ -15,8 +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"
 
@@ -47,17 +46,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