Commit Graph

422 Commits

Author SHA1 Message Date
aa046f04dc Add keys for digging code in vscode 2025-01-03 16:49:42 +09:00
14417e37ef Add Ctrl+Shift+Alt for vbox magic key 2025-01-03 16:49:42 +09:00
c157f1f883 Add Rgui 2025-01-03 16:49:42 +09:00
b6299ccb03 move and add Lgui suitable for mac 2025-01-03 16:49:42 +09:00
e9e42f0c5a add caps in bracket layer 2025-01-03 16:49:42 +09:00
03e8e2259a add backspace 2025-01-03 16:49:42 +09:00
081af93c5d add esc at left hand 2025-01-03 16:49:42 +09:00
b141cf517b add additional arrow layer 2025-01-03 16:49:42 +09:00
b5f0052544 fix comment 2025-01-03 16:49:42 +09:00
aeea30ef53 remove unnecessary files 2025-01-03 16:49:42 +09:00
2e5c729fb2 add symbol layer 2025-01-03 16:49:42 +09:00
953e0667b2 remove unused keys on function layer 2025-01-03 16:49:42 +09:00
758a165ed0 add shift 2025-01-03 16:49:42 +09:00
575717f6e6 add CTRL+SHIFT+F2 and CTRL+SHIFT+F3 for IME On/Off
For this feature, configuration of IME should be change to use these keys for IME On/OFF
2025-01-03 16:49:41 +09:00
ae16d4bf57 add additional ctrl on space
Please enter the commit message for your changes. Lines starting
2025-01-03 16:49:41 +09:00
4908ca0475 add mod-tap keys on Arrow, Nums and More layer. 2025-01-03 16:49:41 +09:00
a4b9d3c740 add Numbers and move Reset 2025-01-03 16:49:41 +09:00
6673782fc6 fix comment 2025-01-03 16:49:41 +09:00
3c62faec7f add some mod-tap keys on lower row 2025-01-03 16:49:41 +09:00
9b4a81ec6d rearrange unused key on sub layers 2025-01-03 16:49:41 +09:00
9f4e356228 add screen lock 2025-01-03 16:49:41 +09:00
53bef0edde change layer toggle 2025-01-03 16:49:41 +09:00
65a1940118 add LT() for switch to ARRW layer 2025-01-03 16:49:41 +09:00
82ca11b0bf add Fn keys instead of unsed key on symbol layer 2025-01-03 16:49:41 +09:00
86120763a7 just fix ascii art 2025-01-03 16:49:41 +09:00
fbb75edff6 remove ctrl behind z and / 2025-01-03 16:49:41 +09:00
5f128cd0aa just fix ascii art 2025-01-03 16:49:41 +09:00
a83069e7ac remove media layer 2025-01-03 16:49:41 +09:00
1d52e90ecc change LT(or more) to MO 2025-01-03 16:49:41 +09:00
ef90377175 add bracket layer 2025-01-03 16:49:41 +09:00
ef91fd9957 assign PrintScreen 2025-01-03 16:49:41 +09:00
3abd0fe36e move RESET 2025-01-03 16:49:41 +09:00
f6d4cafdec move symbols 2025-01-03 16:49:41 +09:00
429717aa4e fix ascii art only 2025-01-03 16:49:41 +09:00
5e87bcba60 swap LGui and App 2025-01-03 16:49:41 +09:00
b21143a679 add ESC 2025-01-03 16:49:41 +09:00
9aab3f40bc add L3 switch on right hand 2025-01-03 16:49:41 +09:00
9e9aa9780a add alt key 2025-01-03 16:49:41 +09:00
f1a223ec9f move backspace, del and tab 2025-01-03 16:49:41 +09:00
fceb42d8c7 mv delete 2025-01-03 16:49:41 +09:00
5ed00557ed unassign Layer 1 2025-01-03 16:49:41 +09:00
3fc1d343f7 assign RESET key 2025-01-03 16:49:41 +09:00
e6b73f8f8c use MO() to toggle ARROW Layer 2025-01-03 16:49:41 +09:00
ad480fe911 add arrow layer 2025-01-03 16:49:41 +09:00
a68d98e835 first my keymap 2025-01-03 16:49:41 +09:00
Ryan
6fa11bf219 Separate RGBLight/RGB Matrix keycode handling (#23679)
* Separate RGBLight/RGB Matrix keycode handling

* Remove `_DISABLE_KEYCODES` handling

* Update RGB Matrix keycode docs

* Update underglow keycodes for previously migrated boards

* Update keycodes for boards with custom handling

* Fix typos

* Fix bad merge
2024-10-12 18:43:50 +02:00
Ryan
208ebf54a9 WS2812 API rework (#24364)
* Begin WS2812 API rework

* Move RGBW conversion, clean up color.h, fix RGBW for AVR bitbang

* Formatting & update PS2AVRGB I2C driver (untested)

* Tested ARM bitbang RGB+RGBW

* Tested ARM SPI RGB - RGBW not working

* Tested ARM PWM RGB+RGBW

* Tested RP2040 PIO driver RGB+RGBW

* Update RGBLight

* Formatting

* Fix BM60HSRGB rev2

* Fix oddforge/vea

* Fix 1k and XD002 RGBLite

* Fix model_m/mschwingen

* Fix handwired/promethium

* Rename `WS2812_LED_TOTAL` for BM60HSRGB

* Fix work_louder boards

* Fix dawn60

* Fix rgbkb/pan

* Fix neson_design/700e and n6

* Fix ergodox_ez/shine

* ergodox_ez/shine: invert indices for left half

* Fix matrix/abelx

* Fix matrix/m20add

* Remove custom rgblight driver for matrix/noah - should be done with lighting layers

* Fix LED indexes for RGBLight split

* Rename `convert_rgb_to_rgbw()` to `ws2812_rgb_to_rgbw()`

* Update WS2812 API docs

* `ergodox_ez/shine`: simplify LED index calculation

* LED/RGB Matrix: Add weak function for LED index resolution

* Bandaid fix for RGB Matrix splits not using WS2812

* `steelseries/prime_plus`: redo custom RGBLight driver

* Update keyboards/steelseries/prime_plus/rgblight_custom.c

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>

---------

Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2024-10-06 21:01:07 +13:00
Nick Brassel
45dc2499dc Remove all via-enabled keymaps, including via. (#24322) 2024-08-26 07:51:22 +10:00
Drashna Jaelre
ab4c13e835 Add dynamic macro keyboard callbacks (#24142) 2024-08-18 01:35:10 +01:00
Ryan
3c868b9316 ergodox_ez/base: Add missing features object (#23935) 2024-06-16 22:52:47 +10:00