share more code
This commit is contained in:
parent
7d77543667
commit
504f362d96
9 changed files with 31 additions and 67 deletions
|
@ -17,7 +17,7 @@
|
|||
#pragma once
|
||||
|
||||
// our shared config parts
|
||||
#include "../common/config.h"
|
||||
#include "/home/cullmann/install/qmk/christoph-cullmann/common/config.h"
|
||||
|
||||
//
|
||||
// audio configuration
|
||||
|
|
|
@ -1,25 +1,5 @@
|
|||
# properly optimize
|
||||
LTO_ENABLE = yes
|
||||
|
||||
# less debugging features
|
||||
COMMAND_ENABLE = no
|
||||
CONSOLE_ENABLE = no
|
||||
|
||||
# Enable N-Key Rollover
|
||||
NKRO_ENABLE = yes
|
||||
|
||||
# less features we don't use
|
||||
MOUSEKEY_ENABLE = no
|
||||
SPACE_CADET_ENABLE = no
|
||||
GRAVE_ESC_ENABLE = no
|
||||
MAGIC_ENABLE = no
|
||||
|
||||
# more responsive debouncing: https://michael.stapelberg.ch/posts/2021-05-08-keyboard-input-latency-qmk-kinesis/
|
||||
# sym_eager_pk does do some key chatter
|
||||
DEBOUNCE_TYPE = asym_eager_defer_pk
|
||||
|
||||
# add achordion to improve home row modifiers
|
||||
SRC += ../common/achordion.c
|
||||
# include common settings
|
||||
include /home/cullmann/install/qmk/christoph-cullmann/common/rules.mk
|
||||
|
||||
# build
|
||||
# qmk compile -kb planck/rev6_drop -km christoph-cullmann
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue