Update Atreus layout to match the Niu layout. Fix Niu comment typo. (#5297)

This commit is contained in:
yttyx
2019-03-03 18:34:41 +00:00
committed by Drashna Jaelre
parent f9f04ff2a4
commit 3380694740
4 changed files with 220 additions and 159 deletions

View File

@@ -1,12 +1,4 @@
#ifndef CONFIG_H
#define CONFIG_H
#define ONESHOT_TIMEOUT 500 // Time (in ms) before the one shot key is released
// Disable some options to reduce firmware size
#define NO_PRINT
#define NO_ACTION_TAPPING
#pragma once
#define NO_ACTION_ONESHOT
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION
#endif