diff options
author | Dao Tak Isaac <daotran0940@gmail.com> | 2021-10-10 04:55:00 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 14:55:00 -0700 |
commit | 3c188d98a1aebbabb06c635f91195182aa84fa4d (patch) | |
tree | 28a275049db66af04b68dddb375e32ac6f3eb66c /keyboards/dtisaac/dosa40rgb/config.h | |
parent | f216c20fc74fc1b8ef2e6d952b17b1ee1914e236 (diff) |
[Keyboard] Add cg108 keyboard and fix keymap Dosa40rgb (#14753)
* Add cg108 keyboard and fix keymap Dosa40rgb
* Update keyboards/dtisaac/cg108/readme.md
* Update keyboards/dtisaac/dosa40rgb/rules.mk
* Update keyboards/dtisaac/cg108/info.json
* Update keyboards/dtisaac/cg108/keymaps/default/keymap.c
* Update keyboards/dtisaac/cg108/rules.mk
* Update keyboards/dtisaac/cg108/rules.mk
Diffstat (limited to 'keyboards/dtisaac/dosa40rgb/config.h')
-rw-r--r-- | keyboards/dtisaac/dosa40rgb/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dtisaac/dosa40rgb/config.h b/keyboards/dtisaac/dosa40rgb/config.h index 52891c4aa5..c2d4a17056 100644 --- a/keyboards/dtisaac/dosa40rgb/config.h +++ b/keyboards/dtisaac/dosa40rgb/config.h @@ -66,7 +66,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #endif /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 +//#define DEBOUNCE 5 /* disable these deprecated features by default */ #define NO_ACTION_MACRO |