Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My ErgoDox Keymap (finally perfected, I think) #17208

Merged
merged 24 commits into from
Jul 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b3691dd
Pretty much perfected my keymap
ifohancroft Dec 30, 2021
5b5e9a3
Merge branch 'master' into ifohancroft-ergodox
ifohancroft Mar 31, 2022
7f7d4cd
Merge branch 'master' into ifohancroft-ergodox
ifohancroft Apr 5, 2022
ee4c41e
Enabled VIA for my keymap
ifohancroft Apr 5, 2022
92f8a5f
Updated my keymap to better suit my needs
ifohancroft Apr 7, 2022
ae4f56b
Merge branch 'master' into ifohancroft-ergodox
ifohancroft May 23, 2022
7359958
Enabling swap hands
ifohancroft May 24, 2022
9a8d670
Temp stop of swap hands
ifohancroft May 24, 2022
32f3ba0
Enabled swap hands
ifohancroft May 24, 2022
d8daccb
Fixed a thing or two
ifohancroft May 24, 2022
19f9271
Fixed a couple of things
ifohancroft May 24, 2022
94bb6f5
Trying out some stuff
ifohancroft May 24, 2022
f1e93f8
Still trying stuff
ifohancroft May 24, 2022
7b278fc
Testing stuff
ifohancroft May 25, 2022
25f5e40
Testing shit
ifohancroft May 25, 2022
d41ab77
Testing shit
ifohancroft May 25, 2022
5514257
Testing shit
ifohancroft May 25, 2022
834d2cf
Perfect my ErgoDox Keymap
ifohancroft May 25, 2022
c5a4dd6
Perfected my ErgoDox keymap
ifohancroft May 25, 2022
c350dfc
Updated the screenshot in the readme
ifohancroft May 25, 2022
ff9d56b
Update keyboards/ergodox_ez/keymaps/ifohancroft/config.h
ifohancroft May 31, 2022
2461104
Merge branch 'master' into ifohancroft-ergodox
ifohancroft May 31, 2022
d24ebda
Update keyboards/ergodox_ez/keymaps/ifohancroft/config.h
ifohancroft May 31, 2022
d10e493
Updated the readme to reflect the changes made to satisfy the PR requ…
ifohancroft May 31, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions keyboards/ergodox_ez/keymaps/ifohancroft/config.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2021 IFo Hancroft
/* Copyright 2022 IFo Hancroft
*
* 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
Expand All @@ -17,5 +17,9 @@
#pragma once

// place overrides here
#define USB_POLLING_INTERVAL_MS 1
#define FORCE_NKRO
#ifdef TAPPING_TOGGLE
# undef TAPPING_TOGGLE
#endif
#define TAPPING_TOGGLE 3

Loading