summaryrefslogtreecommitdiff
path: root/keyboards
AgeCommit message (Collapse)Author
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-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-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-23update Rakk Lam Ang to include VIA RGB config (#202)Xelus22
* update to include VIA RGB config * add VIA json * fix typo
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-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: fine tune the weird stuffDimitris Mantzouranis
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-10240: fix keyboard buildDimitris Mantzouranis
2022-01-08sn32 keyboards: add akko 3061_rgbDimitris Mantzouranis
2022-01-06gmmk full/tkl/compact: fix buildDimitris Mantzouranis
2022-01-06ffc ffc61: fix buildDimitris Mantzouranis
2022-01-06flashquark horizon_z: fix buildDimitris Mantzouranis
2022-01-06womier k87: fix buildDimitris Mantzouranis
2022-01-06smartduck xs61:fix buildDimitris Mantzouranis
2022-01-06keychron c2 white: fix buildDimitris Mantzouranis
2022-01-06redragon k580: fix buildDimitris Mantzouranis
2022-01-06Revert "debug time"Dimitris Mantzouranis
This reverts commit 86011a73a76b88a44ac00859812590533073d3cd.
2022-01-06debug timeDimitris Mantzouranis
2022-01-06Revert "sn32: disable eeprom emulation"Dimitris Mantzouranis
This reverts commit 2011765bfdf516805d899d92fb8f40332f4e2f12.
2022-01-05gmmk compact: disable eepromDimitris Mantzouranis
2022-01-05gmmk compact: follow boardsDimitris Mantzouranis
2022-01-05sn32: disable eeprom emulationDimitris Mantzouranis
2022-01-04sn32: keychron: dip switch is now boolDimitris Mantzouranis
2022-01-04sn32 keyboards: follow new conventionsDimitris Mantzouranis
2022-01-04sn32: no more sleep ledDimitris Mantzouranis
2022-01-04Add Sonix SN32 keyboardsDimitris Mantzouranis
2022-01-03[Keyboard] change bm60hsrgb/rev2 layout to LAYOUT_60_ansi_arrow (#15701)peepeetee
2022-01-02[Keyboard] Keychron Q1: Turn off RGB during PC suspend (#15685)ripdog
2022-01-03Fix DracuLad keymap to accomodate for breaking changes. (#15713)Mango The Fourth
Co-authored-by: MangoIV <mangoiv@outlook.com>
2022-01-02Revert "mkiirgb/v3: Swap R and G lanes to achieve correct RGB. (#15511)" ↵Vino Rodrigues
(#15660) This reverts commit 235c666f3d79ca42f8bc529bf006473396cb0bba.
2022-01-01BM60HSRGB Poker rev2: Fix QMK Configurator Implementation (#15697)James Young
* fix layout macro reference * correct layout data * correct maintainer field
2021-12-29[Keymap] Reorganization, cleanup and readmes for drashna code (#15617)Drashna Jaelre
2021-12-29[Keyboard] Update to ZSA Keyboards (#15644)Drashna Jaelre
2021-12-30[Keyboard] Fix via keymap in charue/charon keyboard (#15642)Drashna Jaelre
2021-12-29[Keyboard] Adding Charon keyboard to Charue family (#15190)ILWrites
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-29[Keyboard] Add Mode Eighty M80v2 PCB support (#15486)Álvaro A. Volpato
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-12-29[Keymap] Add initial Unicorne keyboard layout for bcat (#15613)Jonathan Rascher
2021-12-28[Keymap] Bug fix nordic60, enable underglow for VIA firmware (#15616)4pplet
Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
2021-12-27[Keyboard] Fix sendyyeah/pix oled task function type (#15608)Drashna Jaelre
2021-12-28[Keyboard] Fix over sized compiliation for Bandiominedoni via keymap (#15607)Drashna Jaelre
2021-12-27massdrop/thekey: macos requires LGUI modifier instead of LCTL (#15605)me-dea