| Age | Commit message (Collapse) | Author |
|
|
|
* [Keychron C1 RGB] Minor updates
- No longer force NKRO for the keyboard already has EEPROM support.
- Enabled a number of non-reactive and reactive effects.
- Changed some code to run at a keyboard-level.
- Cleaned some non-existent keys in the keymap table.
- Changed the link to the Sonix Flasher. It will now redirect automatically to the latest release.
* [Keychron C1 RGB] Fix some minor compile error
- Removed additional properties in `info.json`
- Fixed bool DIP switch code.
* Update rgb.c
* [Keychron C1 RGB] Add support for VIA RGB Control
* [Keychron C1 RGB] Update keymap
- Add NKRO toggle key.
- Add GUI toggle key.
* [Keychron C1 RGB] Update readme
* Revert "Merge branch 'SonixQMK:sn32_master' into c1-rgb_patch"
This reverts commit 61d4275dc342c24bd1aa823df2cb64a7afb4630f, reversing
changes made to f64312303034e3c7830fc2e56599141327abc075.
* Revert "Revert "Merge branch 'SonixQMK:sn32_master' into c1-rgb_patch""
This reverts commit b32e798ba76a56a7a407c378d06571303f38d1d9.
|
|
1. fix no led issue by common spi driver
2. increase spi clock for better performance
|
|
|
|
|
|
* Revert "sn32: switch to low power mode on idle"
This reverts commit 8b1600b562baa9ba3008e9736a7c8964f362447b.
* Add VIA support for Redragon K580 VATA
* Redragon K580: add RGB to VIA
* Sync with main repo
* Update board.mk
* Update chconf.h
* Update board.mk
Co-authored-by: dexter93 <d3xter93@gmail.com>
|
|
* [Redragon K580] add underglow
* fix it
* how did this get in here
* remove underglow from keyboard data
* index bump
* fix the cursed underglow
flip the values for accurate color
* flags cleanup
|
|
and nuke underglow for now
|
|
* update to include VIA RGB config
* add VIA json
* fix typo
|
|
* Added MAC/iOS Keyboad map and fixed OS selector switch
Fixed #177
Added missing special key for Windows and Mac:
KC_TASK (Task viewer) Fn + F3
KC_FLXP (Windows file explorer) Fn + F4
KC_SNIP (Windows snip tool) Fn + Print Screen
KC_MSSN (Mission Control) Fn + F3
KC_FIND (Finder) Fn + F4
KC_MSCR (Mac screenshot) Print Screen
KC_MSNP (Mac snip tool) Fn + Print Screen
KC_BRIU (Brightness Up) Fn + F1
KC_BRID (Brightness Down) Fn + F2
* Fixed typo
* Turn off rgb after 10mins idle
|
|
* rakk lam ang pro initial commit
* add default and clean up the code
* fix RGB positioning
|
|
|
|
|
|
* [Aukey KM-G12] add support
https://github.com/SonixQMK/qmk_firmware/issues/15
status leds:
- fixed LED_PIN_ON_STATE
- fixed LED_SCROLL_LOCK_PIN
Key Matrix:
- using COL2ROW
- adjusted row 5: KC_SPC is on col 6 and have 3 KC_NO before and after
- fixed ISO layout (removed \ under enter and shifted all led config index)
- rgb keymaps aligned to the Aukey km-g12 default
- moved RESET to FN+R (esc is mapped to RGB toggle)
RGB matrix:
Row 4 contains a led under numpad plus, row 6 contains 6 led under the spacebar and 1 under numpad enter. All the other underglow leds are un row 7 and row 8 ( to compile i had to force also keys matrix to 8. I'm not sure why but it seems that g_led_config is inited on MATRIX_ROWS and not LED_MATRIX_ROWS).
- using SN32F24xB
- adjusted KC_SPC led position (col 6)
- underglow: D4 (red), B15 (blue), D3 (green) controls led marked as DL1, DL25 to DL36 and DL43 to DL50 while D5 (red), A15 (blue), D6 (green) controls DL2-24.
- marked underglow with LED_FLAG_UNDERGLOW = 2
- marked modifiers with LED_FLAG_MODIFIER | LED_FLAG_KEYLIGHT = 5
- mapped underglow X and Y in a square (left, top, right, bottom)
Added UNUSED_PINS C13 C14, for reference
* [Aukey KM-G12] fixed underglow square coordinates and indexes
* [Aukey KM-G12] added to build
* updated build_all.py
searched for specific rules.mk containing SN32F2:
git grep -rl 'SN32F2' -- 'keyboards/*.mk'
then filtered the results with a regex, cleaned the string (keyboards, rules.mk):
find keyboards/ -type f -name "rules.mk" | grep -E 'keychron\/c|keychron\/k|redragon\/k|ajazz|aukey|sharkoon|smartduck|spcgear|marvo|womier|flashquark|ffc61|gmmk|akko' | sed -e 's/keyboards\///g' | sed -e 's/\/rules.mk//g'
|
|
* Added K3 ISO keymap
* Aligned KC_Y and KC_H
|
|
* Swap volume up/down
* Update readme
* Bring k8 iso closer to original fw
* Remove superfluos layers from standard ISO
* Removed extra _ in KC
* Add cortana button, as it is on stock firmware
* Remove kc_sleep as it's not a part of stock firmware
Co-authored-by: Thomas Bowman Mørch <thomas.git@bowmo.dk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 86011a73a76b88a44ac00859812590533073d3cd.
|
|
|
|
This reverts commit 2011765bfdf516805d899d92fb8f40332f4e2f12.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: MangoIV <mangoiv@outlook.com>
|
|
(#15660)
This reverts commit 235c666f3d79ca42f8bc529bf006473396cb0bba.
|
|
* fix layout macro reference
* correct layout data
* correct maintainer field
|
|
|
|
|
|
|
|
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
Co-authored-by: 4pplet <4pplet@protonmail.com>
Co-authored-by: 4pplet <stefan.ess@gmail.com>
|
|
|
|
|
|
|