diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-03-22 14:24:04 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-06-30 16:33:49 -0400 |
| commit | 753809eed7873205baa6692d928d9c255308d22b (patch) | |
| tree | fea3ecf011cce00a11497f6032cbe69be48080ef /keyboards/sixkeyboard/config.h | |
| parent | b476d65b9cc2b25031c6f8143fd6a59a7d5ee6b7 (diff) | |
| download | qmk_firmware-753809eed7873205baa6692d928d9c255308d22b.tar.gz qmk_firmware-753809eed7873205baa6692d928d9c255308d22b.zip | |
adds debouncing to sixkeyboard
Diffstat (limited to 'keyboards/sixkeyboard/config.h')
| -rw-r--r-- | keyboards/sixkeyboard/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/sixkeyboard/config.h b/keyboards/sixkeyboard/config.h index bf58bb2b7..4ce25c670 100644 --- a/keyboards/sixkeyboard/config.h +++ b/keyboards/sixkeyboard/config.h | |||
| @@ -107,8 +107,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 107 | 107 | ||
| 108 | /* disable action features */ | 108 | /* disable action features */ |
| 109 | //#define NO_ACTION_LAYER | 109 | //#define NO_ACTION_LAYER |
| 110 | //#define NO_ACTION_TAPPING | 110 | #define NO_ACTION_TAPPING |
| 111 | //#define NO_ACTION_ONESHOT | 111 | #define NO_ACTION_ONESHOT |
| 112 | //#define NO_ACTION_MACRO | 112 | //#define NO_ACTION_MACRO |
| 113 | //#define NO_ACTION_FUNCTION | 113 | //#define NO_ACTION_FUNCTION |
| 114 | 114 | ||
