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 16 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
6 changes: 6 additions & 0 deletions keyboards/keebio/iris/keymaps/jestes5111/README.md
jestes5111 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![Keymap SVG](keymap.svg)

# My Iris

Designed for creating/editing in VIM and Excel, gaming, and general keyboard-focused media consumption.
WIP.
26 changes: 26 additions & 0 deletions keyboards/keebio/iris/keymaps/jestes5111/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*
Copyright 2023 Jesse Estes

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 TAPPING_TERM 200
jestes5111 marked this conversation as resolved.
Show resolved Hide resolved

#define EE_HANDS
#define MASTER_RIGHT
jestes5111 marked this conversation as resolved.
Show resolved Hide resolved
#define RGBLIGHT_SPLIT
#define RGBLIGHT_SLEEP
#define ENABLE_COMPILE_KEYCODE
178 changes: 178 additions & 0 deletions keyboards/keebio/iris/keymaps/jestes5111/keymap.c

Large diffs are not rendered by default.

554 changes: 554 additions & 0 deletions keyboards/keebio/iris/keymaps/jestes5111/keymap.svg
jestes5111 marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions keyboards/keebio/iris/keymaps/jestes5111/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# MCU name
MCU = atmega32u4

# Bootloader selection
BOOTLOADER = qmk-dfu
jestes5111 marked this conversation as resolved.
Show resolved Hide resolved

# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = no
MOUSEKEY_ENABLE = yes
EXTRAKEY_ENABLE = yes
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
NKRO_ENABLE = yes
BACKLIGHT_ENABLE = no
AUDIO_ENABLE = no
RGBLIGHT_ENABLE = yes
KEY_LOCK_ENABLE = yes
UNICODE_ENABLE = yes

SPLIT_KEYBOARD = yes
ENCODER_ENABLE = no
TRI_LAYER_ENABLE = yes

LTO_ENABLE = yes
2 changes: 1 addition & 1 deletion lib/chibios
jestes5111 marked this conversation as resolved.
Show resolved Hide resolved
Submodule chibios updated 4786 files
2 changes: 1 addition & 1 deletion lib/chibios-contrib
Submodule chibios-contrib updated 179 files
2 changes: 1 addition & 1 deletion lib/pico-sdk
Submodule pico-sdk updated 237 files