summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] Added personal keymap for keebio/iris/rev6 (#17971)Adam Applegate2022-08-103-0/+112
|
* [Keyboard] Add Aperture keyboard (#17980)Ivan Gromov2022-08-1011-0/+322
|
* [Keyboard] fix: unicorne info.json LAYOUT (#17981)Less/Rikki2022-08-101-2/+5
|
* Acheron Athena Layout Macro Refactor and Additions (#17973)James Young2022-08-107-122/+1314
|
* KBDfans KBD67 rev2: rename LAYOUT_65_ansi_split_bs_2_right_mods macro (#17972)James Young2022-08-102-53/+77
|
* [Keyboard] Add Viendi8L (#17943)Álvaro A. Volpato2022-08-1011-0/+697
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Initial FM-S and FM-H support (#17765)Álvaro A. Volpato2022-08-1021-0/+746
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] add chromatonemini keyboard (#13516)3araht2022-08-1020-0/+2560
|
* MacroCat Refactor (#17969)James Young2022-08-105-66/+69
|
* [Keymap] single layer layout for BFO-9000 with numpad on the left (#17957)Roger2022-08-101-0/+20
|
* Aurora65 (#17966)yiancar2022-08-1013-0/+353
| | | | | | | | | * aurora65 initial commit * Add keymap images * Move USB config to JSON Co-authored-by: yiancar <yiancar@gmail.com>
* Fix detection of EEPROM reset in some keyboards (#17970)Wilba2022-08-094-12/+12
|
* [Keyboard] MechWild Puckbuddy (#17161)Kyle McCreery2022-08-0914-0/+1081
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit * testing modes * working on puckbuddy firmware. This is all working for now but need to clean it up and personalize it. * needs to be updated from vial build * prepping for PR * added rgb mode cycling to fn1 since it isn't on the encoder for these maps * readme written in preparation for pr * reverting driver print line * Removed old reference to OBE in the readme from copypaste error * applying changes based on review * applying changes from review * Update keyboards/mechwild/puckbuddy/puckbuddy.c * trailing whitespaces removed * added clear screen condition for switching back to name rendering * Added uf2 keymap and fixed display glitch for the logo render art. * Removed extra definition of FEE_PAGE_BASE_ADDRESS * Removed the uf2 keymap and made it automatic when selecting bootloader instead * Fixed the bad bootloader check * moved the uf2 check from rules.mk to post_rules.mk to satisfy lint * changing it back to stm32-dfu bootloader default * Fixed RGBLIGHT enable oversight. * Added persistent dynamic tapping configuration for the cirque touchpad tap term * new lines at end of files for formatting and diff sanity * changing default bootloader back to stm32-dfu * Had to completely redefine the tap keycodes instead of using the DT_UP and DT_DOWN keycodes because I was not able to specify them easily in the via/vial configs and this allows me to keep the original functionality instead of tying it to eeprom like these are. * Added tap toggling keycodes to quick enable and disable the tapping term * working out an issue where the tap status keeps turning to off on power cycle * correcting submodule garbo * Fixed display issue and rewrote TAP config approach to make it a little easier to control * removing backup puckbuddy.c code * Added some comment, removed some commented out old code, removed trailing whitespace * Changed to handle tinyuf2 by expecting emulated eeprom so that adding other forms of eeprom can be handled for the memory offset separately, and added user oled conditional inside the keyboard oled code block * Updated default keymaps to have the tap and dpi keys on by default * Apply suggestions from code review * Apply suggestions from code review
* change Adelais En Ciel rev. 3 from STM32F303 to APM32F103 MCU (#16964)mechlovin2022-08-097-73/+146
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] add ecila keyboard (#17596)mincedshon2022-08-099-0/+233
|
* [Keyboard] Add NK20 (#17907)yiancar2022-08-0913-0/+432
| | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: yiancar <yiancar@gmail.com>
* [Keyboard] (7skb)Change number of LEDs and Enable Mouse Keys (#17954)Salicylic-acid32022-08-084-4/+4
|
* Format code according to conventions (#17951)QMK Bot2022-08-083-168/+168
|
* [Keyboard] Add Vertex AngleR2 keyboard (#16764)Vertex-kb2022-08-089-0/+355
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add files via upload * Delete Vertex/AngleR2 directory * Add files via upload * Delete keyboards/Vertex/AngleR2 directory * Add files via upload * Add files via upload * Add files via upload * Update keyboards/vertex/angler2/angler2.h * Update keyboards/vertex/angler2/info.json * Update keyboards/vertex/angler2/keymaps/default/keymap.c * Update keyboards/vertex/angler2/keymaps/via/keymap.c * Update keyboards/vertex/angler2/keymaps/via/keymap.c * Update keyboards/vertex/angler2/keymaps/via/keymap.c * Update keyboards/vertex/angler2/keymaps/default/keymap.c * Update keyboards/vertex/angler2/keymaps/via/keymap.c
* [Keyboard] Add Shisaku keyboard (#17572)Arturo Avila2022-08-0714-0/+242
|
* [Keymap] qwerty and dvorak keyboard setup (#16592)yeimialberth2022-08-078-0/+1539
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* csc027/keymap-updates (#17881)csc0272022-08-074-17/+5
| | | | | | | | | | | | | * Reverted to most usable configuration for RDP usage. * Added some HSV color definitions without the value portion to allow using the existing value. * Switched to using HSV and HS color definitions. * Added media keys to the convenience layer. * Updated make rules to enable media keys. * Cleaned up planck make rules.
* Rgbkb/keeb fixes (#17932)XScorpion22022-08-074-86/+4
| | | | | | | | | * Disable console by default for better bios & reboot behavior * Remove custom matrix * Disable console by default for better bios & reboot behavior * PR feedback
* rgbkb/zen - Resolve CONVERT_TO_PROTON_C warnings (#17619)Joel Challis2022-08-0710-110/+31
|
* [Keyboard] Dumbpad v1x_oled (#17058)medoix2022-08-079-1/+407
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] add fave104 (#17909)DUILCHOI2022-08-0712-0/+726
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add P01 (#17921)yiancar2022-08-0714-0/+387
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: yiancar <yiancar@gmail.com>
* Lin Works FAve 65H Refactor (#17938)James Young2022-08-078-51/+565
|
* RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-07242-313/+313
|
* [Keymap] German Corne Layout (#17268)Julian Turner2022-08-068-0/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added german corne * added symbol layer * Delete settings.json revert setting * Delete keymap.c * Update config.h * Update keycodes.h * Update config.h * Update keyboards/crkbd/keymaps/JulianTurner/oled.c * Update keycodes.h * Update oled.c added header * Update keymap.c added header * Update keytabs.h added header * Update readme.md * Update rules.mk * default settings * Update settings.json * renamed folder * revert * remove c file import and added to rules * Update keymap.c * Update keymap.c * Update readme.md * Update rules.mk * updated files from pull request * fixed issues with merge * Update keyboards/crkbd/keymaps/julian_turner/oled.c * Update keyboards/crkbd/keymaps/julian_turner/rules.mk * Update keyboards/crkbd/keymaps/julian_turner/keymap.c * Delete keycodes.h * Update keyboards/crkbd/keymaps/julian_turner/readme.md
* Update miniZone keymap (#17919)takashicompany2022-08-061-63/+125
|
* Cipulot Kawayo Refactor (#17884)James Young2022-08-067-404/+938
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * info.json: apply friendly formatting * kawayo.h: use QMK 3-character notation * refactor keymaps - use QMK-native keycode aliases - KC_ENTER -> KC_ENT - KC_RIGHT -> KC_RGHT - KC_TRNS -> _______ - RESET -> QK_BOOT - use four-space indent * kawayo.h: add matrix diagram * info.json: correct layout data * rename LAYOUT_default to LAYOUT_ansi_blocker_split_bs * add LAYOUT_ansi_blocker macro with reference keymap * add LAYOUT_ansi_blocker_tsangan macro with reference keymap * add LAYOUT_ansi_blocker_tsangan_split_bs macro with reference keymap * kawayo.h: add Corner Blocker (CB) option to matrix diagram * change Layout Macro naming scheme - update layout macro naming scheme - rename `LAYOUT_ansi_blocker` to `LAYOUT_65_ansi_cb_blocker` - rename `LAYOUT_ansi_blocker_split_bs` to `LAYOUT_65_ansi_cb_blocker_split_bs` - rename `LAYOUT_ansi_blocker_tsangan` to `LAYOUT_65_ansi_cb_blocker_tsangan` - rename `LAYOUT_ansi_blocker_tsangan_split_bs` to `LAYOUT_65_ansi_cb_blocker_tsangan_split_bs` - rename reference keymaps to format specified in QMK docs - keymap using `LAYOUT_65_ansi_cb_blocker` macro should be named `default_65_ansi_cb_blocker`, etc. - update layout macro grid alignment (no logic change) * add LAYOUT_65_ansi_blocker macro * add LAYOUT_65_ansi_blocker_split_bs macro * add LAYOUT_65_ansi_blocker_tsangan macro * add LAYOUT_65_ansi_blocker_tsangan_split_bs macro * denote LAYOUT_all as an alias for LAYOUT_65_ansi_blocker_split_bs * enable Community Layout support
* Move keyboard USB IDs and strings to data driven: Z (#17927)Ryan2022-08-0622-81/+70
|
* Move keyboard USB IDs and strings to data driven: Y (#17926)Ryan2022-08-0668-245/+217
|
* Move keyboard USB IDs and strings to data driven: X (#17925)Ryan2022-08-0668-245/+218
|
* [Keyboard] Add Crin PCB (#17913)Andrew Kannan2022-08-0511-0/+336
|
* Added support for keyquest keyboards (#17667)keyquest.tech2022-08-068-0/+221
| | | Co-authored-by: Mathiaszmrga <mmoragrega@centro.edu.mx>
* Move keyboard USB IDs and strings to data driven: W (#17903)Ryan2022-08-06209-798/+690
|
* [Keyboard] encoder map on more mechwild boards (#17894)Less/Rikki2022-08-0518-58/+142
|
* Tidy up ez_maker (#17910)Joel Challis2022-08-0529-313/+10
|
* added missing indicator defines for dolice (#17906)ebastler2022-08-041-2/+7
|
* Move keyboard USB IDs and strings to data driven: T (#17899)Ryan2022-08-04146-562/+471
|
* Balloondogcaps TR90 and TR90PM: rename LAYOUT to LAYOUT_ortho_3x3 (#17879)James Young2022-08-046-14/+20
| | | | | * balloondogcaps/tr90: rename LAYOUT to LAYOUT_ortho_3x3 * balloondogcaps/tr90pm: rename LAYOUT to LAYOUT_ortho_3x3
* boardsource/the_mark: add QMK Configurator layout data (#17898)James Young2022-08-031-348/+368
| | | | | | | * boardsource/the_mark: add QMK Configurator layout data * add keyboard maintainers to info.json Adds the individual and organization accounts as listed maintainers.
* Move keyboard USB IDs and strings to data driven: U (#17900)Ryan2022-08-0320-72/+63
|
* Move keyboard USB IDs and strings to data driven: V (#17901)Ryan2022-08-0322-82/+71
|
* Move keyboard USB IDs and strings to data driven: S (#17889)Ryan2022-08-04227-825/+704
|
* Move keyboard USB IDs and strings to data driven: R (#17885)Ryan2022-08-04136-486/+419
|
* Fix up splittest/bluepill (#17897)Joel Challis2022-08-0320-45/+57
|
* Userspace: muppetjones (#1) (#13461)Stephen J Bush2022-08-0316-0/+1331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Userspace: muppetjones (#1) Add and update lily58 to work with userspace Add and update kyria keymap to work with userspace Add and update planck keymap with userspace Add etchamouse code and docs to userpace Add userspace Update mouse encoder for smoother movement. Encoder + mouse Added casemodes by andrewjrae * Rollback lily58 state reader and add missing GPL * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> * fix lily58 keymap * Updates to user and lily for muppetjones. Updated parameters for etchamouse for smoother mouse movement. Updated lily keymap and userspace to actually work together. * Update keyboards/lily58/keymaps/muppetjones/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Updated keymaps and userspace * Little more cleanup. * Update keyboards/lily58/keymaps/muppetjones/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Rollback accidental libchibios update * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Update kyria keymap * Move kyria keymap to splitkb/kyria * Update planck keymap * Remove all changes to keyboards/lily58/lib/layer_state_reader.c * Update lily58 keymap * Recommended change * Update keymap readme * Update kyria keymap and userspace * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Renamed users/muppetjones/README.md to lc * Update keyboards/lily58/keymaps/muppetjones/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>