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

defined semi-standard and short space layouts #4

Merged
merged 1 commit into from
Jan 27, 2015

Conversation

pepers
Copy link
Contributor

@pepers pepers commented Jan 27, 2015

Did the same thing that I did with Planck layouts. Used your codes, so a Semi-Standard layout would use KEYMAP_JCK and a Short Space layout would use KEYMAP_ASK. Wasn't sure exactly what the Semi-Grid looked like, so it isn't defined yet.

jackhumbert added a commit that referenced this pull request Jan 27, 2015
defined semi-standard and short space layouts
@jackhumbert jackhumbert merged commit 46b38fa into qmk:master Jan 27, 2015
@jackhumbert
Copy link
Member

Awesome! Thanks for doing this!

@pepers
Copy link
Contributor Author

pepers commented Jan 27, 2015

NP, I'll probably want to get an Atomic sometime anyways :)

ezuk pushed a commit that referenced this pull request Apr 6, 2016
jackhumbert pushed a commit that referenced this pull request Sep 5, 2016
Added diagonal mice macros, breathing ala Atomic
jackhumbert pushed a commit that referenced this pull request Sep 21, 2016
jackhumbert pushed a commit that referenced this pull request Feb 22, 2017
jackhumbert added a commit that referenced this pull request May 27, 2017
Update Modding-your-keyboard.md
jetpacktuxedo pushed a commit to jetpacktuxedo/qmk_firmware that referenced this pull request Jun 7, 2017
jackhumbert pushed a commit that referenced this pull request Nov 18, 2017
* Minor updates to keymaps

* Minor updates to keymaps
Johannes-Larsson pushed a commit to Johannes-Larsson/qmk_firmware that referenced this pull request Nov 23, 2017
* Minor updates to keymaps

* Minor updates to keymaps
johnheroy pushed a commit to johnheroy/qmk_firmware that referenced this pull request Nov 25, 2017
* Minor updates to keymaps

* Minor updates to keymaps
kgwong pushed a commit to kgwong/qmk_firmware that referenced this pull request Nov 26, 2017
* Minor updates to keymaps

* Minor updates to keymaps
mtei referenced this pull request in mtei/qmk_firmware Jun 3, 2018
define USB_MAX_POWER_CONSUMPTION and some customize support
LovesTha pushed a commit to LovesTha/qmk_firmware that referenced this pull request Jul 24, 2018
* Minor updates to keymaps

* Minor updates to keymaps
alexey-danilov pushed a commit to alexey-danilov/qmk_firmware that referenced this pull request Sep 21, 2018
# This is the 1st commit message:

Easier switching between mac and win layers; logic for defining os-specific keys

# This is the commit message qmk#2:

sleep and power keys for win; added control-backspace instead of control-escape

# This is the commit message qmk#3:

adding wait in windows power/sleep macros

# This is the commit message qmk#4:

Adding switch to last window tap functinality; tweaked "mo_layer_tap"

# This is the commit message qmk#5:

An attempt to fix volume buttons in win

# This is the commit message qmk#6:

Fixed repeat function; changed win volume keys to f20-f22

# This is the commit message qmk#7:

Added macros for vim save/quit

# This is the commit message qmk#8:

Fixes for single tap of palm keys on non-palm layers

# This is the commit message qmk#9:

Moved volume and home/end keys, changed double tap for left and right brackets, replaced = and -

# This is the commit message qmk#10:

Added minimize/maximize shortcuts for mac

# This is the commit message qmk#11:

Removed unnecessary maximize shortcut for mac

# This is the commit message qmk#12:

An attempt to fix volume buttons in win

# This is the commit message qmk#13:

added find next/previous (f3/shift-f3) keys

# This is the commit message qmk#14:

Remapped alt+tab/space; mo alt layer tap for win

# This is the commit message qmk#15:

Code refactoring; changing lang on mac via alt-space

# This is the commit message qmk#16:

Added dedicated keys for undo and f3; moved brackets

# This is the commit message qmk#17:

Moved exchanged GRV and Insert keys

# This is the commit message qmk#18:

Adjusted repeat timers

# This is the commit message qmk#19:

Added dedicated keys for curly braces

# This is the commit message qmk#20:

Added hold functionality to arrow keys in alt layer

# This is the commit message qmk#21:

Added macros for terminal

# This is the commit message qmk#22:

Added macro to clear terminal output in iterm2 (mac) and console (win)

# This is the commit message qmk#23:

Fixed save macro for vim,

# This is the commit message qmk#24:

Fixed clear command for conemu on win; changed location of volume keys

# This is the commit message qmk#25:

Replaced double tap k and comma macros with escape+key functionality

# This is the commit message qmk#26:

Re-added K-tap for lang change, added redo as a hold functionality for undo key,

# This is the commit message qmk#27:

Removed f3 and undo as a separate keys, removed k-tap combo; caps and change lang

# This is the commit message qmk#28:

Combination to close window; removed esc + 3

# This is the commit message qmk#29:

Custom keycode for lang/caps, macro for closing app

# This is the commit message qmk#30:

Holding keys for esc layer,
joric referenced this pull request in joric/qmk Feb 28, 2019
manolodeinternet added a commit to manolodeinternet/qmk_firmware that referenced this pull request Apr 11, 2019
enlarge code:
* enlarge keymap.c file with the following content:
    * implement process_record_user function for magement of the following cases:
        * backlighting levels,
        * breathing backlighting levels,
        * DICTAD dictate on/off,
    * implement global variables for CAPS and BREATHING,
    * enum general tap dance states,
    * implement general purpose tap dance function for the management of all cases (SINGLE_TAP, SINGLE_HOLD, …)
    * implement tap dance keys for *GHKN layer,
        * Q: SUSR, TAB, BLIT,
        * W: MOUS,
        * R: RESET, APPS,
        * U: DIAERESIS, APPS,
        * I: CIRCUMFLEX,
        * P: SUSR,
        * A: CAPS_LOCK, L_SHIFT,
        * F: CAPS_LOCK, L_COMMAND,
        * J: ACUTE ACCENT,  GRAVE ACCENT, L_COMMAND
        * B: NMBR,
        * N: NMBR, TILDE FOR Ñ,
    * implement tap dance keys for *SYMB layer,
        * Y: BACKSLASH, CIRCUMFLEX,
        * A: QUOTE, DOUBLE QUOTE,
        * G: DOLLAR, EURO,
        * Z: EXCLAMATION MARK, INVERTED EXCLAMATION MARK,
        * X: QUESTION MARK, INVERTED QUESTION MARK,
    * implement tap dance keys for *NMBR layer,
        * A: triple zero, KC_SPC,
        * S: double zero, KC_DEL,
        * B: exit *NMBR layer, KC_PDOT,
        * N: exit *NMBR layer, KC_PSLS,
    * implement tap dance keys for *SUSR layer,
        * R: RESET keyboard,
        * W: LOGOUT,
        * A: MENU BAR / SLEEP,
        * S: DOCK BAR / KILL MENU,
        * D: TOOLS BAR / KILL CURRENT APPLICATION,
        * F: STATUS BAR / SHUT DOWN,
        * G: FLOATING WINDOW / RESTART,
drashna pushed a commit that referenced this pull request Jul 9, 2019
Port DIRECT_PINS from split_common/matrix.c to matrix.c (#5091)
ssgelm pushed a commit to ssgelm/qmk_firmware that referenced this pull request Jul 30, 2019
* add tap ap2 feature. add ap2-like backlight control. fixel win layout key location

* media keyzzz, brightness fix

* Revert "media keyzzz, brightness fix"

This reverts commit d875c06.

* media keyzzz, some fixes, manual

* 1

* Update manual.txt

* Update manual.txt

* Upload

* Delete readme.md

* Delete readme.md

* Add files via upload

* Update readme.md

* Update readme.md

* Create readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* update

* update
ssgelm pushed a commit to ssgelm/qmk_firmware that referenced this pull request Jul 30, 2019
@tzarc tzarc mentioned this pull request Nov 5, 2019
13 tasks
takashiski pushed a commit to Self-Made-Keyboards-in-Japan/qmk_firmware that referenced this pull request Nov 8, 2019
update sentences pointed out in pull request's comments
tzarc referenced this pull request in tzarc/qmk_firmware Jan 10, 2020
Fix for zero axes or zero buttons
TeddybearCup pushed a commit to TeddybearCup/qmk_firmware that referenced this pull request Jun 10, 2020
nomis pushed a commit to nomis/qmk_firmware that referenced this pull request Mar 19, 2021
vomindoraan added a commit to vomindoraan/qmk_firmware that referenced this pull request Sep 16, 2021
Read USER_NAME from user.mk files instead of rules.mk at the keymap level

Userspace rules.mk is now being processed before keymap rules.mk, but at
the same time, the userspace depends on a keymap-level USER_NAME setting.
For this cyclical dependency to be avoided, the USER_NAME setting may no
longer be in rules.mk. This change adds support for a new type of file,
user.mk, which is read before the userspace is initialized, thus solving
the problem.
lalalademaxiya2 pushed a commit to lalalademaxiya2/qmk_firmware that referenced this pull request Jan 27, 2022
elisiano pushed a commit to elisiano/qmk_firmware that referenced this pull request Feb 22, 2022
crokobit added a commit to crokobit/qmk_firmware that referenced this pull request Mar 6, 2022
# This is the 1st commit message:

add crokobit ergox keymap

# The commit message qmk#2 will be skipped:

# update

# The commit message qmk#3 will be skipped:

# update

# The commit message qmk#4 will be skipped:

# update

# The commit message qmk#5 will be skipped:

# update

# The commit message qmk#6 will be skipped:

# update
enriquein pushed a commit to enriquein/qmk_firmware that referenced this pull request Apr 3, 2022
GreatWizard pushed a commit to GreatWizard/qmk_firmware that referenced this pull request Jul 10, 2022
GreatWizard pushed a commit to GreatWizard/qmk_firmware that referenced this pull request Aug 31, 2022
GerritPlehn added a commit to GerritPlehn/qmk_firmware that referenced this pull request Oct 4, 2022
gitbook-getsquad-dev-samy bot referenced this pull request in SamyPesse/qmk_firmware Nov 25, 2022
mechmehmet added a commit to mechmehmet/qmk_firmware that referenced this pull request Mar 12, 2023
mattpcaswell pushed a commit to mattpcaswell/qmk_firmware that referenced this pull request Jun 7, 2023
…ukebox) (qmk#4)

* Add GMK Nautilus colorway (includes SCSS file for Pantone color codes)

GMK Nautilus used Pantone codes for some of its colors. I know other sets have as well, so those color codes will need to go in pantone.scss.

* Add SA Jukebox colorway

* Add capitalization rules for SA and DSA keysets

Some forward planning...

* Add colorway profile prefixes

* Sort colorways by profile and name

Grouped the sets by profile - SA, GMK, then DSA. Each profile's colorways are sorted by name alphabetically.

* Disable DSA Drifter per mechmerlin

Can re-enable if/when we get permission.
MSiegmund35 pushed a commit to MSiegmund35/qmk_firmware that referenced this pull request Jul 28, 2023
lostineverland added a commit to lostineverland/qmk_firmware that referenced this pull request Nov 26, 2023
ankostis pushed a commit to ankostis/qmk_firmware that referenced this pull request Mar 10, 2024
various code style and documentation improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants