summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-02README - Fix my keyboard link + make it relativeHEADsn32_master_stableuser
2024-11-02README - Add note about my usage with linksuser
2024-06-16Keychron C1 repurpose OS switcher into Qwerty / Colemak layout switcheruser
2022-02-05[Keychron C1 RGB] Minor Patches (#213)vjdato21
* [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.
2022-02-05gmmk: add spi flush and increase spi clock (#222)Glory
1. fix no led issue by common spi driver 2. increase spi clock for better performance
2022-02-05[Keychron K2] Enable RGB effects and enable via control (#208)dexter93
2022-02-04gmmk: use the common spi driverDimitris Mantzouranis
2022-02-04chibios: fix 260 spiDimitris Mantzouranis
2022-02-04[Redragon K580] Add VIA support (#220)Thomas Konings
* 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>
2022-02-04Pull up new SPI from chibios-contribDimitris Mantzouranis
2022-02-03Remove MATRIX_KEY_SAMPLE_DELAY for optical sn32f24xx keyboards (#217)edlf
2022-02-02sn32: sleep in idle, don't deep sleepDimitris Mantzouranis
2022-02-01260: switch to low power mode on idleDimitris Mantzouranis
2022-02-01sn32: switch to low power mode on idleDimitris Mantzouranis
2022-02-01[Redragon K580] add underglow (#212)dexter93
* [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
2022-01-24[Redragon K580] use the common driverDimitris Mantzouranis
and nuke underglow for now
2022-01-24[CI] automate openrgb updatesDimitris Mantzouranis
2022-01-23Pull up latest -contribDimitris Mantzouranis
2022-01-23[CI] Add quick build workflow, add whitelist/blacklist support in ↵tmas
build_all.py (#206) * Add argparse, add arguments for whitelist, blacklist, and debug mode * When in debug mode, print a message * Parse whitelist/blacklist, output filenames and contents if debug enabled * Add should_include function to determine if a line should be included, apply whitelist/blacklist if enabled * Add quick build workflow and empty file to hold quickbuild list * Use blacklist for quick build * Remove unnecessary parentheses * Use lowercase filename * Whitelist is probably better than blacklist for quick build * Add common testing keyboards to whitelist * Fix indents * Still had some messed up indents! * More formatting fixes * Change delimiters to semicolon to hopefully appease the py linter * Delimiter is semicolon, no need to escape slash * Update build_all.py Co-authored-by: dexter93 <d3xter93@gmail.com>
2022-01-23update Rakk Lam Ang to include VIA RGB config (#202)Xelus22
* update to include VIA RGB config * add VIA json * fix typo
2022-01-23Enable memcore to fixing issue of RGB effect (#201)HorrorTroll
* Enable memcore to fixing issue of RGB effect, and disable some doesn't need * Update chconf.h Co-authored-by: dexter93 <d3xter93@gmail.com>
2022-01-23Keychron K3 ISO OS selector, Mac keymap and fixes (#199)Gibbio
* 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
2022-01-23sn32f2: inherit clocks from chibios (#203)dexter93
* Revert "TEMP: HACK: define clock for sn32. 48Mhz" This reverts commit db1a0f9910e83b1c1dc4c135038e5d998a5cab08. * inherit clocks from chibios needs https://github.com/SonixQMK/ChibiOS-Contrib/pull/38 * sn32f2xx: use tickless mode * pull up chibi * satisfy linter * Pull up Chibios-Contrib * more chibios-contrib * even more chibi * sn32f2: bump timedelta to 4 * frequency updates * hi, please boot * Revert "hi, please boot" This reverts commit 97cc1f94cc684873cdf90d0c1a8df43ac023e526. * Revert "sn32f2: bump timedelta to 4" This reverts commit ad7c0f9e5a5e9774ac42575e17761fe116653308. * testing: rgb effects * pull up chibios-contrib * matrix: here have some LSD * k556: here be drugs * a pinch of coke will do it * testing: shorter period * Revert "testing: shorter period" This reverts commit 4dd9aa8f8fdfed3290feda0215514d989847ea71. * remove the multipliers * matrix: revert to original state * rgb matrix: calculate the ticks from the frequency * remove redundant include * Ms * add correction value * it's S * use some hardcoded for now * bump the period * scale it down * scale it down more * testing: 20khz * testing: 2kz * shoot for 20khz, THEN calculate the period * flip it * match it * make sure the value is uint32 * testing: break the time machine * Revert "testing: break the time machine" This reverts commit 2f9a66adb055adc80d90930d2bafc18b0abcadb8. * ms * Pull up chibios-contrib * testing: back to hw systick * testing: back to s * testing: back to 16bit * testing: tickless * testing: timedelta 4 * chibi updates + back to 2 * more chibios * latest chibios commit * match the registers * testing: frequency * testing: more freq * testing: use ILRC for systick * testing: hack * testing: more ihrc * testing: more freq * testing: freq 2 * testing: freq 4 * test: harcode it * testing: timedelta * remove this for now * Revert "testing: timedelta" This reverts commit a6722c841e4f26b4d34d06b7303d21d2668e0459. * update configs * Revert "remove this for now" This reverts commit f344030ea531710b3988f8137c4ce42676fbd864. * workaround the chibios timer bug chThdSleep() fails when the interval does not just fit into the system timer this is noticeable with a resolution of 16bits in high ST frequencies * shared matrix: revert to original target frequency * Revert "workaround the chibios timer bug" This reverts commit 33affe54c93fffe8cb18039a2183681a6b2644e1. * Revert "testing: rgb effects" This reverts commit c112770a284203ed3cccee7fb14b89f2e8f0fd4b. * Revert "k556: here be drugs" This reverts commit b9b5aad64cf19daa40541fbd745322bba73ab9df.
2022-01-23HACK: workaround the chibios timer bugDimitris Mantzouranis
chThdSleep() fails when the interval does not just fit into the system timer this is noticeable with a resolution of 16bits in high ST frequencies
2022-01-15Add Rakk Lam Ang Pro - RGB Hotswap (#197)Xelus22
* rakk lam ang pro initial commit * add default and clean up the code * fix RGB positioning
2022-01-15CI: move build in one scriptDimitris Mantzouranis
2022-01-15CI: fine tune the weird stuffDimitris Mantzouranis
2022-01-14CI: automatically build all platform keyboardsDimitris Mantzouranis
no more explicit defines
2022-01-14redragon k580: cleanup tkon99 rules.mkDimitris Mantzouranis
2022-01-14Aukey KM-G12 (#194)Luca Mazzilli
* [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'
2022-01-13Added Keychron K3 ISO keymap (#195)Gibbio
* Added K3 ISO keymap * Aligned KC_Y and KC_H
2022-01-13Swap volume up/down (fn+f11 / f12) on K8 (#193)Thomas Mørch
* 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>
2022-01-11sn32: support bootloader jumpDimitris Mantzouranis
2022-01-11Pull up Chibios-ContribDimitris Mantzouranis
2022-01-10Pull up Chibios-ContribDimitris Mantzouranis
2022-01-10Update submodule setup for SonixQMKDimitris Mantzouranis
2022-01-10 CI: build 240 keyboardsDimitris Mantzouranis
2022-01-10Pull up chibios-contribDimitris Mantzouranis
2022-01-10240: fix keyboard buildDimitris Mantzouranis
2022-01-10sn32: platforms: add 240. small updates on 240bDimitris Mantzouranis
2022-01-10Pull up Chibios-contribDimitris Mantzouranis
2022-01-09Revert "TEMP: HACK: Fixed issue that cause Keychron C1 White github Action ↵Dimitris Mantzouranis
build to be non-functional (#192)" This reverts commit 5216c4d80c710dc3991fbe424584d13b3e44ee7f.
2022-01-08sn32 keyboards: add akko 3061_rgbDimitris Mantzouranis
2022-01-08TEMP: HACK: define clock for sn32. 48MhzDimitris Mantzouranis
2022-01-08sn32 eeprom: fall back to byte operationsDimitris Mantzouranis
2022-01-08TEMP: HACK: Fixed issue that cause Keychron C1 White github Action build to ↵IsaacDynamo
be non-functional (#192)
2022-01-08eeprom: fix mismatchDimitris Mantzouranis
2022-01-08eeprom: fix wordDimitris Mantzouranis
2022-01-07eeprom: support dwordDimitris Mantzouranis
2022-01-06gmmk full/tkl/compact: fix buildDimitris Mantzouranis