forked from smplman/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keychron C1] Fixed mac keymap, and some code readablitity changes. (#…
…398) * Keychron C1 RGB: Inital * Keychron C1 RGB: Mac and Windows Indicator lights * Keychron C1 RGB: OpenRGB Support, and changed rgb matrix center to the Y key. * Keychron C1 RGB: Fix file structure, Remove Rules.mk, fix RGB flags and postions. * Keychron C1 RGB: Oops, sorry put my custom keymap in there. * Keychron C1 RGB: Remove dead code. * Keychron C1 RGB: Ommit Userspace customizations * Keychron C1 RGB: Fix minor LED postioning error. * Keychron C1 RGB: Remove custom keycodes for rebooting the keyboard in favor for the built-in reboot keycode, and rename c1.c to rgb.c * Keychron C1 RGB: Make rgb.c more readable * Keychron C1 RGB: Added VIA support, updated keymap.c, keyboard.json, and readme.md. * Keychron C1 RGB: Add c1_rgb_via.json * Keychron C1 RGB: Patch timetravel. * Keychron C1 RGB: Wrap suppend_power_down_kb and suppend_wakeup_init_kb with an RGB_MATRIX_ENABLE ifdef. * Keychron C1 RGB: Remove Keychron and append RGB in keyboard.json under keyboard_name and swap RGB_MATRIX_ENABLE with RGB_MATRIX_SLEEP in rgb.c * Keychron C1 RGB: Move some funtions into their respective ifdef statements. * Keychron C1 RGB: change the VID and PID because defaults are owned by apple. * Keychron C1 RGB: Change Q_RESET to QK_BOOT because Q_RESET doesn't work. * Keychron C1 RGB: Personal Prefrence Stuff * Keychron C1 RGB: Currently fixing issues with layers hold on to something * Keychron C1 RGB: What is happening with layers :( * Issue after issue * Keychron C1 RGB: Layers like an oninon or a painting (Fixed layers) * Keychron C1 RGB: Oops touched something I wasn't supposed to. * Keychron C1 RGB: Layer state is a bitmap. * Keychron C1 RGB: Remove the hacky bootm stuff * Keychron C1 RGB: Remove DF() in via keymap (it seems broken) * Keychron C1 RGB: add bootloader instructions to info.json * Keychron C1 RGB: Fix the mac keymap, and remove a notice from README.md * Keychron C1 RGB: edit keyboard.json and config.h to have updated names --------- Co-authored-by: Net <[email protected]>
- Loading branch information
1 parent
3d384fc
commit 55325f7
Showing
6 changed files
with
66 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters