aboutsummaryrefslogtreecommitdiffstats
path: root/data/mappings
diff options
context:
space:
mode:
authorJack Sangdahl2025-07-20 07:23:28 +0200
committerGitHub2025-07-20 07:23:28 +0200
commit65cce9105d4880b47052c0af57e86480784d1013 (patch)
tree016c26c4bd8534fe457589ad87ed3f24711249aa /data/mappings
parent43853b337bbccacf9e0e78bc5fcd7b9e09de4a4b (diff)
Refactor `helix/rev3_{4,5}rows` (#25430)
* Refactor helix/rev3_{4,5}rows rev3_4rows and rev3_5rows are identical, except for the extra row users can snap off of their PCBs. - Add alias for rev3_4rows - Migrates legacy defines and configuration to keyboard.json - Tidy's keymap and migrates to JSON - Removes RGB Light configuration, enables RGB Matrix - Removes DIP switch configuration, as they do not appear to be present on PCBs - Adds an alternate 4 row layout for snappable PCB - Tidy's up OLED code - Enables standard features (bootmagic, extrakey, etc.) * Alias for rev3_5rows -> rev3 * Add product URL * Replace mistakenly removed DIP switch configuration * Remove rebase artifact
Diffstat (limited to 'data/mappings')
-rw-r--r--data/mappings/keyboard_aliases.hjson6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mappings/keyboard_aliases.hjson b/data/mappings/keyboard_aliases.hjson
index 42fb5e2139..73339a2c56 100644
--- a/data/mappings/keyboard_aliases.hjson
+++ b/data/mappings/keyboard_aliases.hjson
@@ -2311,6 +2311,12 @@
"handwired/dygma/raise": {
"target": "handwired/dygma/raise/ansi"
},
+ "helix/rev3_4rows": {
+ "target": "helix/rev3"
+ },
+ "helix/rev3_5rows": {
+ "target": "helix/rev3"
+ },
"ibm/model_m/mschwingen": {
"target": "ibm/model_m/mschwingen/led_wired"
},