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

Adding my keymap #20345

Merged
merged 27 commits into from
Apr 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ae126cb
Adding my keymap
jestes5111 Apr 22, 2022
4729003
Merge branch 'qmk:master' into master
jestes5111 Jan 21, 2023
58aee1c
Changed RESET to QK_RBT
jestes5111 Jan 21, 2023
9ce3351
Changed QK_RBT to QK_BOOT
jestes5111 Jan 21, 2023
a928443
Moved mouse keys to be vim keys, removed numpad keys
jestes5111 Jan 21, 2023
5c00f38
Moved fill password to RCS(L) (default BW bind)
jestes5111 Apr 3, 2023
ab9d216
Updated submodules
jestes5111 Apr 3, 2023
a5a11b5
RCS(L) -> RCS(KC_L), added QMK CLI flash shortcut
jestes5111 Apr 3, 2023
1415253
FLASH macro -> QK_MAKE
jestes5111 Apr 3, 2023
9860732
Restructured nearly everything. Needs more work
jestes5111 Apr 3, 2023
c6b5fed
Updated formatting
jestes5111 Apr 3, 2023
c073aa5
Refactored to match the newest default keymap. LEDs update by layer
jestes5111 Apr 4, 2023
8ebae38
More layer changing. Hoping to get it closer to 'finalized'
jestes5111 Apr 4, 2023
1752f2d
Added a README and a keymap picture
jestes5111 Apr 4, 2023
c32381c
Added a README and a keymap picture
jestes5111 Apr 4, 2023
0442291
Updated README.md and copyrights in config.h
jestes5111 Apr 5, 2023
8fe1da6
Merge remote-tracking branch 'upstream/master'
jestes5111 Apr 7, 2023
1c874eb
Updated personal code to match requests in PR. Merged with upstream t…
jestes5111 Apr 7, 2023
77842da
Merge branch 'qmk:master' into master
jestes5111 Apr 7, 2023
765e346
Removed duplicates from rules.mk
jestes5111 Apr 7, 2023
5dbe472
Further improvements from PR suggestions
jestes5111 Apr 7, 2023
6ccfef0
Merge branch 'qmk:master' into master
jestes5111 Apr 13, 2023
4cae119
Merge branch 'qmk:master' into master
jestes5111 Apr 17, 2023
533e6cd
Fixed image in readme
jestes5111 Apr 17, 2023
34c0d8b
Fixing readme.md as per suggestions
jestes5111 Apr 18, 2023
a734842
Lowercase readme
jestes5111 Apr 19, 2023
75938ed
Merge branch 'qmk:master' into master
jestes5111 Apr 22, 2023
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
23 changes: 23 additions & 0 deletions keyboards/keebio/iris/keymaps/jestes5111/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*
Copyright 2023 Jesse Estes (@jestes5111)

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

#define EE_HANDS
#define RGBLIGHT_SPLIT
#define RGBLIGHT_SLEEP
#define ENABLE_COMPILE_KEYCODE
Loading