1
0

clean up config and rules.mk

This commit is contained in:
David Allemang
2024-02-22 09:36:07 -05:00
parent ba8348a81d
commit 8f9386395e
5 changed files with 42 additions and 19 deletions

View File

@@ -23,6 +23,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define EE_HANDS
#define USE_SERIAL_PD2
#define LAYER_STATE_8BIT
#undef MANUFACTURER
#define MANUFACTURER "allemangd"
#undef PRODUCT
@@ -39,3 +41,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PERMISSIVE_HOLD
#define TAPPING_TERM 160
#define NO_ACTION_ONESHOT
#define NO_MUSIC_NODE
#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE

View File

@@ -1,21 +1,5 @@
BOOTMAGIC_ENABLE = no
MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = yes
CONSOLE_ENABLE = yes
DEBUG_ENABLE = yes
NKRO_ENABLE = yes
BACKLIGHT_ENABLE = no
MIDI_ENABLE = no
AUDIO_ENABLE = no
UNICODE_ENABLE = no
BLUETOOTH_ENABLE = no
RGBLIGHT_ENABLE = no
SWAP_HANDS_ENABLE = no
RGB_MATRIX_ENABLE = no
HAPTIC_ENABLE = no
SLEEP_LED_ENABLE = no
BOOTLOADER = caterina
OLED_ENABLE = yes
OLED_DRIVER = ssd1306
BLUETOOTH_ENABLE = no
OLED_ENABLE = yes
OLED_DRIVER = ssd1306

View File

@@ -1,5 +1,7 @@
#pragma once
#define LAYER_STATE_8BIT
#define ENABLE_COMPILE_KEYCODE
#define FORCE_NKRO
@@ -8,3 +10,9 @@
#define PERMISSIVE_HOLD
#define TAPPING_TERM 160
#define NO_ACTION_ONESHOT
#define NO_MUSIC_MODE
#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE

View File

@@ -0,0 +1,2 @@
BLUETOOTH_ENABLE = no
OLED_ENABLE = no

View File

@@ -1 +1,22 @@
SRC += allemangd.c
LTO_ENABLE = yes
CONSOLE_ENABLE = no
DEBUG_ENABLE = no
EXTRAKEY_ENABLE = yes
NKRO_ENABLE = yes
BOOTMAGIC_ENABLE = yes
UNICODE_ENABLE = no
MUSIC_ENABLE = no
MOUSEKEY_ENABLE = no
BACKLIGHT_ENABLE = no
MIDI_ENABLE = no
AUDIO_ENABLE = no
RGBLIGHT_ENABLE = no
SWAP_HANDS_ENABLE = no
RGB_MATRIX_ENABLE = no
HAPTIC_ENABLE = no
SLEEP_LED_ENABLE = no