Drashna Jael're
|
731633e133
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-11-12 17:10:04 -08:00 |
Eric Gebhart
|
050472a4d0
|
Eric Gebhart user space and keymaps (#17487)
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
2022-11-11 23:09:41 +00:00 |
QMK Bot
|
bb0856d231
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-11-08 04:51:22 +00:00 |
Kevin Ohlin
|
a1cc41e1af
|
[Keymap] KO Kyria (#18413)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
2022-11-07 20:50:41 -08:00 |
Ryan
|
5974d989fe
|
Normalise Unicode keycodes (#18898)
* `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV`
* `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*`
* `UC_MAC` -> `UNICODE_MODE_MACOS`
* `UC_LNX` -> `UNICODE_MODE_LINUX`
* `UC_WIN` -> `UNICODE_MODE_WINDOWS`
* `UC_BSD` -> `UNICODE_MODE_BSD`
* `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE`
* `UC_EMACS` -> `UNICODE_MODE_EMACS`
* `UC__COUNT` -> `UNICODE_MODE_COUNT`
* `UC_M_MA` -> `UC_MAC`
* `UC_M_LN` -> `UC_LINX`
* `UC_M_WI` -> `UC_WIN`
* `UC_M_BS` -> `UC_BSD`
* `UC_M_WC` -> `UC_WINC`
* `UC_M_EM` -> `UC_EMAC`
* Docs
* Update quantum/unicode/unicode.h
|
2022-10-31 21:15:12 +00:00 |
fauxpark
|
9d717c85dc
|
Merge remote-tracking branch 'upstream/master' into develop
|
2022-10-29 16:54:14 +11:00 |
Ryan
|
22be7e79ac
|
Normalise Auto Shift keycodes (#18892)
* Normalise Auto Shift keycodes
* Add keycode table to main list
* Add old keycodes to legacy header
|
2022-10-28 13:53:15 +01:00 |
leah-splitkb
|
20ce76f48c
|
[Keyboard] Minor Aurora Sweep fixes (#18879)
- Fixes compile error with `SWAP_HANDS_ENABLE = yes`
- Fixes OLED, RGB Matrix, and encoder when using QMK Configurator
|
2022-10-27 16:01:17 +01:00 |
Ryan
|
002b58f0e4
|
Normalise Space Cadet keycodes (#18864)
|
2022-10-27 11:19:16 +01:00 |
QMK Bot
|
fccf788285
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-10-25 13:45:31 +00:00 |
Ryan
|
5d8c8a6f7c
|
Fix splitkb/aurora/sweep (#18839)
* Fix splitkb/aurora/sweep
* Add back layout alias
|
2022-10-25 14:44:25 +01:00 |
Ryan
|
a80b886751
|
Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834)
|
2022-10-24 17:30:37 +01:00 |
Joel Challis
|
428114fac2
|
Remove broken userspace and keymaps (#18806)
|
2022-10-22 18:03:33 +01:00 |
Ryan
|
b33fc34967
|
Deprecate `KC_LEAD` for `QK_LEAD` (#18792)
|
2022-10-21 14:25:54 +01:00 |
Ryan
|
c347e732be
|
Remove legacy EEPROM clear keycodes (#18782)
* `EEP_RST` -> `EE_CLR`, default-ish keymaps
* `EEP_RST` -> `EE_CLR`, user keymaps
* `EEP_RST` -> `EE_CLR`, community layouts
* `EEP_RST` -> `EE_CLR`, userspace
* `EEP_RST` -> `EE_CLR`, docs & core
|
2022-10-20 12:20:07 +01:00 |
Ryan
|
18dc851e37
|
Remove legacy Debug keycode (#18769)
* `DEBUG` -> `DB_TOGG`, default-ish keymaps
* `DEBUG` -> `DB_TOGG`, user keymaps
* `DEBUG` -> `DB_TOGG`, community layouts
* `DEBUG` -> `DB_TOGG`, userspace
* `DEBUG` -> `DB_TOGG`, docs & core
|
2022-10-19 11:33:05 +01:00 |
Ryan
|
bad8c5992b
|
Remove legacy sendstring keycodes (#18749)
|
2022-10-17 13:45:23 +01:00 |
Ryan
|
74223c34a9
|
Remove legacy keycodes, part 6 (#18740)
* `KC_RSHIFT` -> `KC_RSFT`
* `KC_RCTRL` -> `KC_RCTL`
* `KC_LSHIFT` -> `KC_LSFT`
* `KC_LCTRL` -> `KC_LCTL`
|
2022-10-16 14:14:40 +01:00 |
Ryan
|
5e4b076af3
|
Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
|
2022-10-15 22:29:43 +01:00 |
Drashna Jaelre
|
f0da486fab
|
Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)
|
2022-10-15 09:55:53 -07:00 |
Joel Challis
|
17f679ea2a
|
Fix aurora/sweep (#18701)
|
2022-10-13 20:31:58 +01:00 |
Ryan
|
5629ba1807
|
Remove legacy keycodes, part 4 (#18683)
* `KC_PGDOWN` -> `KC_PGDN`
* `KC_PSCREEN` -> `KC_PSCR`
* `KC_SCOLON` -> `KC_SCLN`
* `KC_BSLASH` -> `KC_BSLS`
* `KC_BSPACE` -> `KC_BSPC`
|
2022-10-13 18:28:14 +01:00 |
QMK Bot
|
563a59d3c7
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-10-13 03:06:56 +00:00 |
leah-splitkb
|
a8df5fd303
|
[Keyboard] Add splitkb.com's Aurora Sweep (#18691)
|
2022-10-13 14:06:18 +11:00 |
Ryan
|
e96d829724
|
Remove legacy keycodes, part 3 (#18669)
* `KC__VOLDOWN` -> `KC_VOLD`
* `KC__VOLUP` -> `KC_VOLU`
* `KC__MUTE` -> `KC_MUTE`
* `KC_POWER` -> `KC_PWR`
|
2022-10-11 14:21:47 +01:00 |
Ryan
|
c6f1b594a2
|
Remove legacy keycodes, part 2 (#18660)
* `KC_SYSREQ` -> `KC_SYRQ`
And one `KC_ALT_ERASE` -> `KC_ERAS`
* `KC_NONUS_BSLASH` -> `KC_NUBS`
* `KC_NUMLOCK` -> `KC_NUM`
* `KC_CLCK` -> `KC_CAPS`
* `KC_SCROLLLOCK` -> `KC_SCRL`
* `KC_LBRACKET` -> `KC_LBRC`
* `KC_RBRACKET` -> `KC_RBRC`
* `KC_CAPSLOCK` -> `KC_CAPS`
|
2022-10-10 20:06:26 +01:00 |
Ryan
|
4b2d71de52
|
Remove legacy international keycodes (#18588)
|
2022-10-09 14:51:09 +11:00 |
QMK Bot
|
5aa63ed2cd
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-09-30 05:56:18 +00:00 |
Luis Moreno
|
b77ff4edf4
|
AceVice One's keymap for Kyria keyboard (#18393)
|
2022-09-30 06:55:46 +01:00 |
Drashna Jaelre
|
5abb125b02
|
[Keymap] develop updates for Drashna Keymaps (#18472)
|
2022-09-25 13:04:00 -07:00 |
Ryan
|
36c410592d
|
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)
|
2022-09-23 22:46:23 +10:00 |
Jimmy Sjölund
|
100cf3db3a
|
[Keymap] Added Kyria keyboard to jimmysjolund (#18335)
|
2022-09-19 23:19:51 -07:00 |
Drashna Jaelre
|
fa08cb2478
|
[Keymap] Drashna keymap updates for 0.18.0 (#18184)
Co-authored-by: Ryan <fauxpark@gmail.com>
|
2022-08-28 12:55:19 -07:00 |
Joel Challis
|
bbc3bc55f2
|
RESET -> QK_BOOT user keymaps (#17940)
|
2022-08-21 23:55:30 +01:00 |
fauxpark
|
61689ae609
|
Merge remote-tracking branch 'upstream/master' into develop
|
2022-08-20 10:55:40 +10:00 |
Ryan
|
201f1a8f47
|
Move keyboard USB IDs and strings to data driven, pass 2: S-Y (#18093)
|
2022-08-20 01:48:38 +01:00 |
Nick Brassel
|
154d35ac14
|
Remove `UNUSED_PINS` (#17931)
|
2022-08-06 23:23:35 +10:00 |
Stefan Kerkmann
|
f27b617f36
|
[Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCAN` (#15292)
|
2022-08-06 20:51:13 +10:00 |
QMK Bot
|
0a198b59a3
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-08-03 22:13:21 +00:00 |
Ryan
|
a8744b1630
|
Move keyboard USB IDs and strings to data driven: S (#17889)
|
2022-08-04 08:12:37 +10:00 |
QMK Bot
|
f326b0b40e
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-08-03 17:23:55 +00:00 |
Stephen J Bush
|
df8a538489
|
Userspace: muppetjones (#1) (#13461)
* Userspace: muppetjones (#1)
Add and update lily58 to work with userspace
Add and update kyria keymap to work with userspace
Add and update planck keymap with userspace
Add etchamouse code and docs to userpace
Add userspace
Update mouse encoder for smoother movement.
Encoder + mouse
Added casemodes by andrewjrae
* Rollback lily58 state reader and add missing GPL
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
* fix lily58 keymap
* Updates to user and lily for muppetjones.
Updated parameters for etchamouse for smoother mouse movement. Updated lily keymap and userspace to actually work together.
* Update keyboards/lily58/keymaps/muppetjones/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Updated keymaps and userspace
* Little more cleanup.
* Update keyboards/lily58/keymaps/muppetjones/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Rollback accidental libchibios update
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update kyria keymap
* Move kyria keymap to splitkb/kyria
* Update planck keymap
* Remove all changes to keyboards/lily58/lib/layer_state_reader.c
* Update lily58 keymap
* Recommended change
* Update keymap readme
* Update kyria keymap and userspace
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Renamed users/muppetjones/README.md to lc
* Update keyboards/lily58/keymaps/muppetjones/config.h
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
2022-08-03 18:23:17 +01:00 |
QMK Bot
|
40499bed06
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-08-03 06:11:19 +00:00 |
Travis
|
5f6ec37b7d
|
[Keymap] Add TravisHi keymap for SplitKB Kyria (#17858)
* Init commit
* Prep for MVP
* Add F Fixes (thanks F!)
* Fix some incorrect layer summons
* Create readme (remove comments from code)
* Update OLED indicators (test)
* Add more OLED updates
* Add more layouts
* Update readme and small tweaks
* Update layers and prep for LED layers
* Fix a trapped layer issue
* Test animations
* Add a happy frog animation to right screen
* Add bulk work
* Move fren readme image
* Can't save images
* Update FPS layout
* Update Symbols layer
* Update readme
* Update readme (future comments move to readme)
* Remove superfluous comments & add Licence
* Add licence update
|
2022-08-03 07:10:46 +01:00 |
QMK Bot
|
b029252e76
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-07-27 23:52:09 +00:00 |
Arthur
|
1e745c48b6
|
[Keymap] Add artflag kyria layout (#17778)
* Initial firmware
* feedback
* updates
* update map
|
2022-07-27 16:51:13 -07:00 |
QMK Bot
|
5e347f42a6
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-07-11 11:31:19 +00:00 |
Joel Challis
|
5389f088b1
|
splitkb/kyria - Resolve CONVERT_TO_PROTON_C warnings (#17617)
|
2022-07-11 04:30:45 -07:00 |
QMK Bot
|
a949d32072
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-07-02 11:26:57 +00:00 |
Manna Harbour
|
3842b15cf1
|
[Keymap] Update Miryoku (#16482)
|
2022-07-02 21:26:23 +10:00 |