Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Keyboard] Add RK61 RGB dual mode & RK68 RGB dual mode keyboards #363

Merged
merged 28 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
722bda1
Added support for RK61-RGB
fpb Nov 15, 2023
2cb6639
Added readme.md
fpb Nov 15, 2023
2f0321c
Fixed some typos.
fpb Nov 16, 2023
b049ea3
Minor changes to VIA keymap
fpb Nov 17, 2023
55d29ac
Added support for RK68 (RK855) with VID 0C45 and PID 024F or 8008
fpb Nov 18, 2023
0efa6d2
Moved RESET to Fn+CTRL on RK61-RGB
fpb Nov 18, 2023
575c52d
Corrected RGB LED pin order
fpb Nov 18, 2023
14672d3
Updated readme.md file
fpb Nov 18, 2023
be008ef
Moved readme.md images to cloud
fpb Nov 18, 2023
ddb1a1f
Keymap changes
fpb Nov 18, 2023
4373488
Moved RGB coords and flags into info.json
fpb Nov 18, 2023
981dc6a
Removed unnecessary define for maximum brightness (default value is i…
fpb Nov 18, 2023
140aa94
Update keyboards/royal_kludge/rk61_rgb/config_led.h
fpb Nov 18, 2023
432d46d
Removed outdated defines not needed.
fpb Nov 18, 2023
edb1db0
Removed NKRO force option
fpb Nov 18, 2023
3a1c005
Removed leftover flag
fpb Nov 18, 2023
facd0e9
Updated license header and added missing one
fpb Nov 18, 2023
40a6bb3
Removed empty VIA layers as they are automatically added.
fpb Nov 18, 2023
94e3096
Update keyboards/royal_kludge/rk61_rgb/config_led.h
fpb Nov 18, 2023
67fc2c9
Moved Led coords and flags into info.json
fpb Nov 19, 2023
b545a39
Merge branch 'sn32_develop' of https://github.com/fpb/qmk_firmware in…
fpb Nov 19, 2023
74ed356
Cleanup
fpb Nov 19, 2023
fe769ba
Moved _user function into keymaps. Small corrections
fpb Nov 19, 2023
a96a0ab
More cleanup
fpb Nov 19, 2023
69c15a8
Update keyboards/royal_kludge/rk68_rgb/rules.mk
fpb Nov 19, 2023
17e917d
Code cleanup
fpb Nov 19, 2023
0c92762
Moved layout limits into config.h
fpb Nov 20, 2023
5a1adf2
Moved layer count limit to specific via keymap folder.
fpb Nov 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions keyboards/royal_kludge/rk68_rgb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
/* Configure the effects: */
#define RGB_MATRIX_TYPING_HEATMAP_DECREASE_DELAY_MS 50

#define DYNAMIC_KEYMAP_LAYER_COUNT 3
fpb marked this conversation as resolved.
Show resolved Hide resolved
3 changes: 1 addition & 2 deletions keyboards/royal_kludge/rk68_rgb/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
VIA_ENABLE = yes
#OPT_DEFS += -DDYNAMIC_KEYMAP_LAYER_COUNT=3
VIA_ENABLE = yes
1 change: 0 additions & 1 deletion keyboards/royal_kludge/rk68_rgb/rules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Data-driven structure doesn't support EEPROM yet
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = sn32_flash