forked from mirror/qmk_firmware
clean up config and rules.mk
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
2
keyboards/versor/keymaps/allemangd/rules.mk
Normal file
2
keyboards/versor/keymaps/allemangd/rules.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
BLUETOOTH_ENABLE = no
|
||||
OLED_ENABLE = no
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user