From 796ededd5950e0378a9466288fbbdc219251f968 Mon Sep 17 00:00:00 2001 From: 8bits4ever <87928173+8bits4ever@users.noreply.github.com> Date: Tue, 10 May 2022 14:25:42 +0200 Subject: converter/a1200/mistress1200: further firmware shrinking to fit on Atmega16U4 (16kb) (#17040) * Create dummy.txt * Add files via upload * Add files via upload * Delete dummy.txt * Update config.h * Update rules.mk * Update keymap.c * Update keyboards/converter/a1200/mistress1200/rules.mk Co-authored-by: Joel Challis * Update keyboards/converter/a1200/mistress1200/rules.mk Co-authored-by: Joel Challis * Update keyboards/converter/a1200/mistress1200/rules.mk Co-authored-by: Joel Challis * Update keyboards/converter/a1200/mistress1200/config.h Co-authored-by: Drashna Jaelre * Update keyboards/converter/a1200/mistress1200/config.h Co-authored-by: Drashna Jaelre * Update keyboards/converter/a1200/mistress1200/config.h Co-authored-by: Drashna Jaelre * Update keyboards/converter/a1200/mistress1200/rules.mk Co-authored-by: Drashna Jaelre * Update config.h * Update rules.mk * Update readme.md * Update config.h * Update rules.mk * Update config.h * Update keyboards/converter/a1200/mistress1200/config.h Co-authored-by: Joel Challis Co-authored-by: Joel Challis Co-authored-by: Drashna Jaelre --- keyboards/converter/a1200/mistress1200/config.h | 5 +++++ keyboards/converter/a1200/mistress1200/rules.mk | 3 +++ 2 files changed, 8 insertions(+) (limited to 'keyboards') diff --git a/keyboards/converter/a1200/mistress1200/config.h b/keyboards/converter/a1200/mistress1200/config.h index 2ae2525398..123d6165d6 100644 --- a/keyboards/converter/a1200/mistress1200/config.h +++ b/keyboards/converter/a1200/mistress1200/config.h @@ -49,6 +49,11 @@ along with this program. If not, see . #define LED_CAPS_LOCK_PIN B0 #define LED_PIN_ON_STATE 0 +#define TAPPING_TOGGLE 3 + +#undef LOCKING_SUPPORT_ENABLE +#undef LOCKING_RESYNC_ENABLE +#define LAYER_STATE_8BIT /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 diff --git a/keyboards/converter/a1200/mistress1200/rules.mk b/keyboards/converter/a1200/mistress1200/rules.mk index 56aa5d9ba9..90c20bafc9 100644 --- a/keyboards/converter/a1200/mistress1200/rules.mk +++ b/keyboards/converter/a1200/mistress1200/rules.mk @@ -17,3 +17,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output LTO_ENABLE = yes +SPACE_CADET_ENABLE = no +GRAVE_ESC_ENABLE = no +MAGIC_ENABLE = no -- cgit v1.2.3