Skip to content

Commit

Permalink
Add Kyria config
Browse files Browse the repository at this point in the history
  • Loading branch information
omniczech committed Nov 3, 2022
1 parent 714b2a8 commit 502c8ce
Show file tree
Hide file tree
Showing 4 changed files with 594 additions and 0 deletions.
33 changes: 33 additions & 0 deletions keyboards/splitkb/kyria/keymaps/omniczech/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/* Copyright 2022 Thomas Baart <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once

#ifdef RGBLIGHT_ENABLE
# define RGBLIGHT_ANIMATIONS
# define RGBLIGHT_HUE_STEP 8
# define RGBLIGHT_SAT_STEP 8
# define RGBLIGHT_VAL_STEP 8
# define RGBLIGHT_LIMIT_VAL 150
#endif

// Lets you roll mod-tap
#define TAPPING_TERM 300
#define IGNORE_MOD_TAP_INTERRUPT

#define ONESHOT_TAP_TOGGLE 2 /* Tapping this number of times holds the key until tapped once again. */
#define ONESHOT_TIMEOUT 5000 /* Time (in ms) before the one shot key is released */
#define COMBO_COUNT 4
Loading

0 comments on commit 502c8ce

Please sign in to comment.