diff options
author | halvves <halvves@users.noreply.github.com> | 2019-10-21 20:38:53 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-21 20:38:53 -0700 |
commit | 4b47abc737359a5f9c7cb8d22e33427698812e03 (patch) | |
tree | 71747063e4349de894b71222dd6fc8052e624d49 /keyboards/lets_split/keymaps/halvves/config.h | |
parent | 0ab8edb5237ef5a6aeab18c57643e01c7bf2da0a (diff) | |
download | qmk_firmware-4b47abc737359a5f9c7cb8d22e33427698812e03.tar.gz |
[Keymap] add halvves let's split keymap (#7063)
* add halvves let's split keymap
* [cr] - review requests from @fauxpark
* cleanup spacing, add transparent for spaces in util layer
* [cr] - use new core funcs / @fauxpark & @drashna
* enable EE_HANDS
* [cr] - switch to definable mask for layer state (@drashna)
Diffstat (limited to 'keyboards/lets_split/keymaps/halvves/config.h')
-rw-r--r-- | keyboards/lets_split/keymaps/halvves/config.h | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/halvves/config.h b/keyboards/lets_split/keymaps/halvves/config.h new file mode 100644 index 000000000..70f6d13c7 --- /dev/null +++ b/keyboards/lets_split/keymaps/halvves/config.h @@ -0,0 +1,37 @@ +/* +This is the c configuration file for the keymap + +Copyright 2012 Jun Wako <wakojun@gmail.com> +Copyright 2015 Jack Humbert + +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 + +/* Use I2C or Serial, not both */ +#define USE_SERIAL +// #define USE_I2C + +/* Select hand configuration */ +// #define MASTER_LEFT +// #define MASTER_RIGHT +#define EE_HANDS + +// smooth mousekeys (copied from the ergo ez config) +#define MOUSEKEY_INTERVAL 16 +#define MOUSEKEY_DELAY 0 +#define MOUSEKEY_TIME_TO_MAX 60 +#define MOUSEKEY_MAX_SPEED 7 +#define MOUSEKEY_WHEEL_DELAY 0 |