summaryrefslogtreecommitdiff
path: root/keyboards/viktus
AgeCommit message (Collapse)Author
2024-03-01Fixing typos for OSAv2 and OSAv2_Topre (#23161)blindassassin111
Correcting tilde to grave, fixing a typo in ec.c, and removing some comments that were accidentally left in.
2023-12-18Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)Nick Brassel
2023-11-12Generalise ADC driver source inclusion (#22448)Joel Challis
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan
2023-10-04[Keyboard] Add SP-111 v2 keyboard (#21652)thompson-ele
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
2023-09-17Viktus Styrka Topre Layout Standardization and Touch-Up (#22044)James Young
* Add layout/matrix diagram [docs] * Alias `LAYOUT_all` to `LAYOUT_split_6u` `LAYOUT_all` and `LAYOUT_split_6u` represent the same matrix positions and sequence, so implement the former as an alias. [refactor] * Touch-up keymaps - grid-align keycodes - use QMK-native keycode aliases [chore] * Friendly-format `info.json` [style] * Correct layout data Correct key sizes/positioning on the bottom row. [chore] * Rename `LAYOUT_2u_6u` to `LAYOUT_65_xt_ansi_blocker` [refactor] * Rename `LAYOUT_2u_7u` to `LAYOUT_65_xt_ansi_blocker_tsangan` [refactor] * Rename `LAYOUT_split_6u` to `LAYOUT_65_xt_ansi_blocker_split_bs` [refactor] * Rename `LAYOUT_split_7u` to `LAYOUT_65_xt_ansi_blocker_tsangan_split_bs` [refactor]
2023-08-23Move RGBLight animations to data driven (#21635)Ryan
* 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
2023-07-21backlight: split AVR PWM and timer drivers (#21540)Ryan
2023-07-08Merge remote-tracking branch 'upstream/master' into developfauxpark
2023-07-08[Keyboard] Adding Styrka Topre PCB (#21276)blindassassin111
2023-07-02Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan
2023-06-22Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-22Viktus OSAv2 Numpad Community Layout Support and Configurator Touch-Up (#21342)James Young
* [style] sort JSON keys in layout objects * [chore] correct layout data * [refactor] rename LAYOUT_all_split to LAYOUT_ortho_5x4 * [refactor] rename LAYOUT_2u_plus_2u_enter_2u_zero to LAYOUT_numpad_5x4 * [enhancement] enable Community Layout support
2023-06-18Move `RGBLED_NUM` to data driven (#21278)Ryan
2023-06-15Move `RGBLIGHT_SPLIT` to data driven (#21190)Ryan
* Move `RGBLIGHT_SPLIT` to data driven * Remove where `split_count` is already set
2023-06-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-14[Keyboard] Adding OSAv2 Numpad Topre support (#21224)blindassassin111
2023-06-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-10[Keyboard] Adding OSAv2 Topre PCB (#21080)blindassassin111
2023-06-06Move `RGBLED_SPLIT` to data driven (#21113)Ryan
Co-authored-by: Joel Challis <git@zvecr.com>
2023-05-10Viktus SP_Mini Layout Additions (#20835)James Young
* add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_4l2r_split_bs * add LAYOUT_4l2r * add LAYOUT_4l_split_bs * add LAYOUT_4l * add LAYOUT_2r_split_bs * add LAYOUT_2r
2023-05-10Viktus SP111 Layout Additions (#20834)James Young
* add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_ansi_split_bs_rshift * add LAYOUT_ansi * add LAYOUT_iso_split_bs_rshift * add LAYOUT_iso
2023-05-10Viktus Smolka Layout Additions (#20833)James Young
* add matrix_diagram.md * info.json: apply friendly formatting * info.json: fix layout overlap * add LAYOUT_331_split_bs * add LAYOUT_331 * add LAYOUT_ls11_split_bs * add LAYOUT_ls11 * add LAYOUT_7u_space_split_bs * add LAYOUT_7u_space * add LAYOUT_313_split_bs * add LAYOUT_313 * add LAYOUT_6u_space_split_bs * add LAYOUT_6u_space * info.json: clean up line breaks
2023-05-09Clean up trailing commas from info.json (#20812)Ryan
2023-05-04Even more `info.json` whitespace cleanups (#20703)Ryan
2023-05-02`info.json` whitespace cleanups (#20651)Ryan
2023-05-01Move `FORCE_NKRO` to data driven (#20604)Ryan
2023-04-15Move single `LAYOUT_all`s to data driven (#20430)Ryan
2023-04-15Move remaining `LAYOUT`s to data driven (#20422)Ryan
2023-04-12Move single `LAYOUT`s to data driven (#20365)Ryan
2023-04-08Move `default` layouts to data driven (#20349)Ryan
2023-04-08Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-04-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-04-04[keyboard] Adding OSAv2 numpad (#20209)blindassassin111
Co-authored-by: jack <0x6a73@protonmail.com>
2023-03-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-27[keyboard] Correcting info.JSON for OSAv2 (#20247)blindassassin111
2023-03-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-23[Keyboard]Viktus Minne - Topre variant (#20044)blindassassin111
* Adding the Viktus Minne topre pcb variant * Update keyboards/viktus/minne_topre/readme.md Co-authored-by: Drashna Jaelre <drashna@live.com> * Update rules.mk * Moving layouts from *.h to info.json * Removing minne_topre.h and updating others * fixing *.c's * Switch from int to void for ec_init * Update info.json * Update info.json --------- Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-03-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-23[keyboard] Correcting info.JSON for Viktus Minne (#20244)blindassassin111
2023-03-23Remove `RGB_DI_PIN` ifdefs (#20218)Ryan
2023-03-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-21[Keyboard] OSAv2 (#20166)blindassassin111
2023-03-17Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2023-03-17[keyboard] Viktus Minne (#19977)blindassassin111
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-03-17Remove more empty headers (#20155)Ryan
2023-03-05Move matrix config to info.json, part 1 (#19985)Ryan
2023-02-28Remove `"w":1` and `"h":1` from info.json (#19961)Ryan
2023-02-26Move encoder config to data driven (#19923)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>