diff options
author | Viet Yen Nguyen <nguyenvietyen@gmail.com> | 2020-08-17 03:37:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-16 18:37:42 -0700 |
commit | 194dc0984ee3bdaa285125c024b292794fa198d8 (patch) | |
tree | 8b66994c35b145b0e84e24d67d291f0b454c8fa7 /keyboards/kinesis/config.h | |
parent | e071206c58916e74117ebbec1ef7ec4ee957ee38 (diff) |
[Keyboard] Kinesis + Pro Micro (#9944)
* [Keyboard] Kinesis + Pro Micro init
- docs for DIY
- custom matrix = lite
- a near-factory dvorak mapping
- optimized debouncing for lower latency
* chore: reformatting
* chore: update doc
* chore: cleanups according to PR feedback
* chore: PR feedback
* fix: compile error
* chore: add include
* fix: LEDs hanging after USB disconnect
* chore: enable QMK goodies by default
* chore: use semantic write pin
Diffstat (limited to 'keyboards/kinesis/config.h')
-rw-r--r-- | keyboards/kinesis/config.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/kinesis/config.h b/keyboards/kinesis/config.h index db5c458bba..29f4978623 100644 --- a/keyboards/kinesis/config.h +++ b/keyboards/kinesis/config.h @@ -130,14 +130,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION -#ifdef SUBPROJECT_alvicstep - #include "alvicstep/config.h" -#endif -#ifdef SUBPROJECT_stapelberg - #include "stapelberg/config.h" -#endif -#ifdef SUBPROJECT_kint2pp - #include "kint2pp/config.h" -#endif - #endif |