]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Optimize size of JC65/v32a keyboard
authorDrashna Jaelre <drashna@live.com>
Fri, 28 Sep 2018 14:15:20 +0000 (07:15 -0700)
committerJack Humbert <jack.humb@gmail.com>
Fri, 28 Sep 2018 14:21:51 +0000 (10:21 -0400)
keyboards/jc65/v32a/config.h
keyboards/jc65/v32a/rules.mk

index dc6d280f52da15901b7974dc25ae7002fe274bca..466cb7a28e4c47675e384c153da20d9e7ee54b43 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 CONFIG_H
-#define CONFIG_H
+#pragma once
 
 #include "config_common.h"
 
@@ -43,4 +42,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* key combination for command */
 #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
 
-#endif
+#define NO_ACTION_MACRO
+#define NO_ACTION_FUNCTION
+
index 1ea19fe00eeabdc04e4e150b75d267366b898dcc..5c8e63283db06abcf645c324a69581dafbc46b8b 100644 (file)
@@ -26,7 +26,7 @@ F_CPU = 12000000
 
 # Bootloader
 #     This definition is optional, and if your keyboard supports multiple bootloaders of
-#     different sizes, comment this out, and the correct address will be loaded 
+#     different sizes, comment this out, and the correct address will be loaded
 #     automatically (+60). See bootloader.mk for all options.
 BOOTLOADER = bootloadHID