aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/helix
Commit message (Collapse)AuthorAgeFilesLines
* Migrate `helix` common configuration (#25433)Jack Sangdahl2025-08-1012-419/+438
| | | | | | | | | | | | | | | | | | | | | | | | * Initial tidying up of top level helix/ directory Align readme.md with template & provide more detailed PCB information Remove unused rules.mk Add common config.h file Update glcdfont.c with formatting and license header * Further migrations after PRs merged Move shared configuration to top level info.json and config.h More descriptive hardware compatibility * Add changelog * Align configuration between PCBs - Migrate beta & pico to use RGB Matrix - Move previously RGB Matrix-dependent OLED code in rev3/rev3.c to top level - Remove reundant OLED code in beta/beta.c - Remove RGBLight references * Update changelog with RGB Matrix configuration
* Refactor `helix/rev3_{4,5}rows` (#25430)Jack Sangdahl2025-07-2025-1521/+370
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Remove deprecated `RGB_` and Mouse keycodes (#25444)Ryan2025-07-111-3/+3
| | | | | | | | | * Remove deprecated `RGB_` and Mouse keycodes * Update old mouse keycodes, 0-9/A-M * Update old mouse keycodes, N-Z & layouts * Missed some stuff
* Refactor `helix/rev2` (#25429)jack2025-07-0640-2483/+191
| | | | | | | | | | | | | * Refactor helix/rev2 - Rename rev2 -> beta & update keyboard aliases accordingly - Removes redundant back, base, sc, under, & qmk_conf revisions - Removes unnecessary keymaps - Migrates legacy defines and configuration to keyboard.json - Tidy's keymap and migrates to JSON - Fixes RGB configuration to illuminate 32 LEDs per half - Adds an alternate 4 row layout for snappable PCB - Tidy's up OLED code - Enables standard features (bootmagic, extrakey, etc.)
* Refactor `helix/pico` (#25428)jack2025-07-0623-1010/+57
| | | | | | | | | | Refactor helix/pico - Updates keyboard aliases accordingly - Removes redundant back, base, sc, under, & qmk_conf revisions - Migrates legacy defines and configuration to keyboard.json - Tidy's keymap and migrates to JSON - Fixes RGB configuration to illuminate 25 LEDs per half - Enables standard features (bootmagic, extrakey, etc.)
* Migrate remaining `DEFAULT_FOLDER` to keyboard aliases (#25291)Joel Challis2025-06-103-6/+0
|
* Remove empty `url` fields (#25181)Joel Challis2025-04-222-2/+0
|
* Migrate remaining `split.soft_serial_pin` to `split.serial.pin` (#25046)jack2025-03-224-4/+12
| | | | | | | | | * Migrate keyboards/bastardkb * Migrate keyboards/handwired * Migrate keyboards/helix * Fix duplicate serial key
* Non-volatile memory data repository pattern (#24356)Nick Brassel2025-03-213-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First batch of eeconfig conversions. * Offset and length for datablocks. * `via`, `dynamic_keymap`. * Fix filename. * Commentary. * wilba leds * satisfaction75 * satisfaction75 * more keyboard whack-a-mole * satisfaction75 * omnikeyish * more whack-a-mole * `generic_features.mk` to automatically pick up nvm repositories * thievery * deferred variable resolve * whitespace * convert api to structs/unions * convert api to structs/unions * convert api to structs/unions * fixups * code-side docs * code size fix * rollback * nvm_xxxxx_erase * Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too. * Fixup build. * Fixup compilation error with encoders. * Build fixes. * Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof. * Build failure rectification.
* Update keycodes for keyboards with RGB Matrix (#24484)Ryan2024-11-241-3/+3
|
* Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan2024-10-123-9/+9
| | | | | | | | | | | | | | | * Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge
* Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2024-08-258-727/+0
|
* Update Underglow keycodes (#23765)Ryan2024-08-254-12/+12
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Eliminate use of `#include "../default/keymap.c"`. (#24215)Nick Brassel2024-07-301-1/+341
|
* Remove instances of MASTER_LEFT. (#24163)Dasky2024-07-212-10/+0
|
* `helix/pico` and `rev2`: add `keyboard.json`s (#23964)Ryan2024-06-2614-17/+19
|
* Various keyboard fixes (#23919)Ryan2024-06-142-0/+0
|
* Migrate `LOCKING_*_ENABLE` to Data-Driven: H, Part 1 (#23759)James Young2024-05-214-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Affects: - `h0oni/deskpad` - `h0oni/hotduck` - `halfcliff` - `halokeys/elemental75` - `han60` - `hardlineworks/otd_plus` - `helix/rev3_4rows` - `helix/rev3_5rows` - `hfdkb/ac001` - `hidtech/bastyl` - `hineybush/h08_ocelot` - `hineybush/h10` - `hineybush/h60` - `hineybush/h65` - `hineybush/h65_hotswap` - `hineybush/h660s` - `hineybush/h75_singa` - `hineybush/h87a` - `hineybush/h88` - `hineybush/hbcp` - `hineybush/hineyg80` - `hineybush/physix` - `hineybush/sm68` - `hnahkb/freyr` - `hnahkb/stella` - `hnahkb/vn66` - `horizon` - `hotdox` - `hs60/v1`
* Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2024-05-114-4/+4
|
* Move `SPLIT_KEYBOARD` to data driven (#21410)Duncan Sutherland2024-04-1213-12/+4
|
* Tidy up default layer handling in keymaps (#23436)Joel Challis2024-04-082-16/+6
|
* Remove more unnecessary `quantum.h` includes (#23402)Ryan2024-04-051-1/+1
|
* Reduce firmware size of helix/rev3 (#23324)Joel Challis2024-03-214-52/+72
|
* Ensmallification of `helix/rev3_5rows:via`. (#23159)Nick Brassel2024-02-271-2/+1
|
* Manual user keymap removal (#23104)Joel Challis2024-02-1914-2711/+0
|
* Align `SPLIT_HAND_MATRIX_GRID` left/right logic with `SPLIT_HAND_PIN` (#22775)Joel Challis2024-01-092-2/+0
|
* Migrate RGB Matrix config to info.json - H (#22861)Joel Challis2024-01-084-25/+7
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-12-206-678/+0
|\
| * Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)Nick Brassel2023-12-186-678/+0
| |
* | Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan2023-12-202-2/+2
| |
* | Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570)Ryan2023-12-122-8/+8
|/
* Fixup helix/rev3_5rows (#22623)jack2023-12-071-2/+1
|
* [Keyboard][Helix] enable encoder map (#22488)MakotoKurauchi2023-12-056-34/+22
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Helix rev3_5rows rgbmatrix patch (#22594)Tom Barnes2023-12-031-0/+68
|
* Remove userspace keymaps (#22544)Joel Challis2023-11-2620-1942/+0
|
* Improve and Cleanup Shutdown callbacks (#21060)Drashna Jaelre2023-11-265-153/+0
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Migrate some dip switch config to info.json (#22437)Joel Challis2023-11-224-7/+7
|
* Migrate recently introduced sync items (#22305)Joel Challis2023-10-212-4/+7
|
* Move RGBLight animations to data driven (#21635)Ryan2023-08-238-82/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-232-2/+2
|
* OLED: driver naming cleanups (#21710)Ryan2023-08-154-4/+0
|
* Remove old OLED API code (#21651)Ryan2023-07-316-685/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-07-276-4/+8
|\
| * helix/rev3_4rows, helix/rev3_5rows: Fix build with converters (#21608)Sergey Vlasov2023-07-276-4/+8
| | | | | | | | | | | | | | The code for Helix rev3 boards could not be built with, e.g., `CONVERT_TO=rp2040_ce` due to invalid `#include <stdio.h>` in the keyboard level `config.h` (apparently the AVR version of that file contains guards against usage in assembly code, which was hiding the bug). Move `#include <stdio.h>` to the C sources which need it.
* | Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan2023-07-025-34/+30
| |
* | Move `TAPPING_TERM` to data driven (#21296)Ryan2023-06-244-2/+6
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-246-10/+6
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Move `RGB_MATRIX_HUE/SAT/VAL/SPD_STEP` to data driven (#21354)Ryan2023-06-244-10/+8
| |
* | Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-185-8/+4
| |
* | Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-162-2/+0
| |