summaryrefslogtreecommitdiffstats
path: root/keyboards
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Add Borsdorf keyboard (#11474)Callum Hart2021-01-1112-0/+1668
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Borsdorf * Delete config.h * Add basic VIA keymap * Update default keymap * Default now uses layout_all * Default now has layer with reset key * Fix missing comma in borsdorf keymap * Update rules.mk to be less specific * Update chibiOS files * Update keymaps to swap GUI and Alt keys * Delete unnecessary readme * Update VIA keymap to match default * Remove boilerplate from readme * Udate Copyright message * Remove unused key from LAYOUT_rshift * Update borsdorf.c Remove unnecessary boiler plate Co-authored-by: Joel Challis <git@zvecr.com> * Add copyright message to VIA keymap Co-authored-by: Joel Challis <git@zvecr.com> * Fix missing directory in readme Co-authored-by: Joel Challis <git@zvecr.com> * Fix incorrect rules.mk * Update BOOTMAGIC_ENABLE to the preferred lite Co-authored-by: Joel Challis <git@zvecr.com> * Remove redundant description from config Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/cutie_club/borsdorf/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/cutie_club/borsdorf/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add Kimiko keyboard (#11458)Ben2021-01-1014-0/+1200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add keycapsss/kimiko split keyboard * add kimiko rgb matrix keymap (only master working) * move rgb_matrix_driver definiton to rev1 folder * add comments to rgb matrix code * add power draw limitation for ios * add SPLIT_TRANSPORT_MIRROR to kimiko * Add oled code and font for kimiko * Edit default keymap and add copyright entries * Improve typo style * Add info.json for Kimiko * Add readme * Remove split matrix code * Add image and more feature informations * Fix indention * Add make command example * Update keyboards/keycapsss/kimiko/readme.md Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/keycapsss/kimiko/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/keycapsss/kimiko/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/keycapsss/kimiko/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/keycapsss/kimiko/readme.md Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] CK60i support (#11432)Álvaro A. Volpato2021-01-1011-0/+1696
| | | | | | | | | | | | | | | | | * Initial CK60i support * Update README, add HAL_PWM and remove AUDIO and BLUETOOTH from rules.mk * VIA support * Fix VIA_ENABLE to 'yes' * Remove CONSOLE_ENABLE from rules.mk * attribute weak for encoder callback * Remove KC_NO definition from default keymap Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com>
* [Keymap] own Redox keymap (#11394)Christian Eiden2021-01-103-0/+133
| | | Signed-off-by: Christian Eiden <christian@eiden.ch>
* [Keymap] Georgian linear keymap for idobo (#11386)Giorgi Chavchanidze2021-01-104-0/+74
| | | | | | | * Georgian linear layout for idobo keyboard * fixup! Keymap formatting Co-authored-by: Giorgi Chavchanidze <giorgi@vivaldi.com>
* [Keymap] revamped rjhilgefort planck keymap (#11385)Rob Hilgefort2021-01-103-134/+267
|
* [Keymap] rjhilgefort's Corne KBD (#11381)Rob Hilgefort2021-01-104-0/+391
| | | | | | | | | | | | | | | | | * initial crkbd rjhilgefort keymap * finished v1 of rjhilgefort's crkbd keymap * Update keyboards/crkbd/keymaps/rjhilgefort/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/crkbd/keymaps/rjhilgefort/readme.md * Update keyboards/crkbd/keymaps/rjhilgefort/readme.md * Update keyboards/crkbd/keymaps/rjhilgefort/readme.md Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add Karina keyboard (#11347)misonoworks2021-01-108-0/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add karina keymap * Update info.json * Add files via upload * Update readme.md * Update info.json * Update info.json * Update keyboards/misonoworks/karina/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/misonoworks/karina/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/misonoworks/karina/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: autumnisacutie <63772942+autumnisacutie@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keymap] Danielo515/redox_w (#11340)Daniel Rodríguez Rivero2021-01-101-58/+74
| | | | | | | | | | | | | | | | | | | | | | | | * chore: pulled the latest from master Bring my redox layout from my latest redox branch Bring my latest user stuff from my redox branch * Update users/danielo515/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * chore: some more layouts * feat: add gaming layer (has a bug) * chore: more gaming layout * chore: deactivate gaming layer when switching * chore: simplify gaming toggle * Update .vscode/settings.json Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add the 'THE40' (#11317)jackytrabbit2021-01-107-0/+350
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for keyboard 'THE40' Add support for keyboard 'THE40' * Update keyboards/lazydesigners/the40/the40.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/lazydesigners/the40/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update the40.h Add layout option. * Update info.json Add layout option. * Update keymap.c Change for layout option. * Update keyboards/lazydesigners/the40/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lazydesigners/the40/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lazydesigners/the40/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/lazydesigners/the40/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keymap] Adding my Planck Keymap (#11315)Eshan2021-01-104-0/+386
| | | | | | | | | | | * Adding keymap files * Added compatible license header to config file * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add isometria 75 keyboard (#11210)Moritz2021-01-1014-0/+504
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added isometria_75 * added missing license header * added reset explanation * Update keyboards/ebastler/isometria_75/rev1/keymaps/via/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/ebastler/isometria_75/rev1/keymaps/via/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/ebastler/isometria_75/rev1/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/ebastler/isometria_75/rev1/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/ebastler/isometria_75/rev1/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * renamed uppercase readme * Update keyboards/ebastler/isometria_75/rev1/info.json Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ebastler/isometria_75/rev1/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ebastler/isometria_75/rev1/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ebastler/isometria_75/rev1/rev1.c Co-authored-by: Ryan <fauxpark@gmail.com> * changed configs to only necessary lines Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add support for idobao id80 iso layout (#11246)Carsten Rose2021-01-1019-10/+276
| | | | | | | | | | | | | | | | | | | | | | * add support for idobao id80 iso layout * This change is required as there is a logic bug on the board that C7 (capslock) is inverted thus lowercase is with light on. Mind the ! in the write to the pin. * Apply suggestions from code review All fine for me, thanks for the additional information! Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * move device information to separate config.h for id80 iso and ansi * commit via keymap similar to default. There is a problem with mapping compiling vor via, resulting in KC_ENT residing on KC_PGDN. Switching off via support in rules.mk makes the keyboard behave fine * change KC_BSLS to KC_NUHS as this is an iso board Co-authored-by: Carsten <modebm@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keyboard] wheatfield/split75 with ISO layout (#11271)johannesk2021-01-103-1/+67
| | | | | | | | | The pcb used for wheatfield/split75 supports ANSI and ISO layout. This commit adds the ISO variant. With suggestions from code review: Co-authored-by: Drashna Jael're <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* [Keyboard] Add the [n]40-o (#11286)NightlyBoards2021-01-1013-0/+617
| | | | | | | | | | | | | * Create Alter folder * Revert "Create Alter folder" This reverts commit 361103b821dbb22957b66cdedb0d11f996def71c. * Added the n40_o folder * Edited info.json, n40_o.h and rules.mk * Edited readme as per comment
* [Keyboard] Add Onyx keyboard to QMK (#11292)Andrew Kannan2021-01-1012-0/+1681
| | | | | | | | | | | * Add Onyx keyboard to QMK * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add Herringbone Pro, re-organize herringbone folder (#11115)Ramon Imbao2021-01-1024-41/+1119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Herringbone Pro, reorganize herringbone folder * Finish encoder functionality * Change image in readme * Fix info.json * Flip encoder direction * Update keyboards/ramonimbao/herringbone/pro/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ramonimbao/herringbone/pro/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ramonimbao/herringbone/pro/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ramonimbao/herringbone/pro/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Add OLED support, split space, default folder * Fix LAYOUT_all in info.json * Remove WPM feature * Add readme to top level herringbone folder * Re-add WPM because now the OLED won't turn back on lol * Add missing timer_read32 * Add OLED wakeup on knob use * Update keyboards/ramonimbao/herringbone/v1/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ramonimbao/herringbone/v1/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ramonimbao/herringbone/pro/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ramonimbao/herringbone/pro/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Add small QoL improvments for tapping * Update keyboards/ramonimbao/herringbone/readme.md Co-authored-by: Erovia <Erovia@users.noreply.github.com> * Add bootloader instructions and improve LAYOUT_all a bit * Update keyboards/ramonimbao/herringbone/pro/pro.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/ramonimbao/herringbone/pro/info.json Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/ramonimbao/herringbone/pro/info.json Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/ramonimbao/herringbone/pro/keymaps/iso/keymap.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/ramonimbao/herringbone/v1/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* [Keymap] Quefrency layout for rogthefrog (#11140)Roger2021-01-102-0/+74
| | | | | | | | | | | | | | | | | | | * noop; indent and comment cleanup * config for rogthefrog layout * removed encoder function as there is no encoder on this pcb * removed unnecessary declaration * replaced individual constants with an enum for extensibility * removed unused enum * Added GPL license language * added copyright for my changes, per GPL * noop; removed unneeded line continuations; fixed indentation
* Alpine65 (#11223)Álvaro A. Volpato2021-01-1111-0/+1660
| | | | | | | * Initial ALPINE65 support * Fix RGB LED number Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com>
* [Keyboard] Oddball keyboard and optical sensor update (#10450)Alexander Tulloh2021-01-1033-678/+4430
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add oddballl v2 - add CPI options - add scroll support - add click-and-drag support - PMW3360 implementation - ADNS9800 improvements * Set default make directory * Update readme with PMW config * Change bootloader * Update unused pins on v2 * Remove diode switch * Move bootloader selection to keyboard version level * Change default keyboard folder to v1 * Move sensor selection to keymap * Remove PK debounce * Change to only send mouse report on change * Change CPI function cpi type * Remove EEPROM state check * Update CPI to only change on key down * Fix incorrect F8 in keymap * Add v2.1 with more convenient controller pinout * Add keyboard readmes * Update keyboards/oddball/pmw/pmw3360_srom_0x04.h Remove direct AVR reference Co-authored-by: Ryan <fauxpark@gmail.com> * Remove direct AVR reference Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Alexander Tulloh <alex@riberry.io> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] Add BIOI Keyboards (#9602)scottywei2021-01-1032-0/+3714
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add BIOI Keyboards Add keyboards from BIOI, including dual-mode G60, Morgan65, and S65 * Update keyboards/bioi/g60/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/bioi/g60/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/bioi/g60/g60.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/bioi/g60/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Rename rule.mk to rules.mk * Rename rule.mk to rules.mk * Rename rule.mk to rules.mk * Update readme.md * Apply suggestions from code review Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update ble.h * Update config.h Change VenderID to 8101 * Update config.h * Update config.h * Update ble.c * Update ble.h * Add license headers * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Add license header in keymap files * Fix year in license header * Update keyboards/bioi/s65/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* freoduo: define RGBLight config at keyboard level (#11491)James Young2021-01-101-0/+8
| | | Configurator compiles fail without the number of LEDs defined here. Included the rest to match the default keymap's settings.
* manually run formatting job (#11503)Joel Challis2021-01-101-1/+1
|
* [Keymap] Add new atreus keymap to planck keyboard (#11420)Matthias Bertschy2021-01-094-0/+304
|
* Update Bakeneko65 readme (#11485)Koichi Katano2021-01-101-2/+2
|
* Update Bakeneko60 readme (#11483)Koichi Katano2021-01-101-2/+2
|
* tunks/ergo33: info.json fixes (#11488)James Young2021-01-092-4/+4
| | | | | | | * tunks/ergo33: info.json fixes Fix layout macro reference and key sequence. * fix make command in readme
* Add VIA keymap for Zinc (#9299)Monksoffunk2021-01-085-0/+621
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add VIA keymap * Update Document files Update readme of VIA keymaps * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/rules.mk * Update keyboards/zinc/keymaps/via/rules.mk * Update keyboards/zinc/keymaps/via/rules.mk * Update keyboards/zinc/keymaps/via/rules.mk * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Update keyboards/zinc/keymaps/via/keymap.c * Add copyright license header
* Update available pohjolaworks/louhi layouts and RGB config(#11466)Erkki Halinen2021-01-083-3/+22
|
* VIA Support: LFKPad (#11461)Pascal Pfeil2021-01-086-45/+64
| | | | | | | * VIA Support: LFKPad * Condense two mostly redundant rules.mk files * Set BOOTMAGIC_ENABLE to lite as advised by VIA tutorial
* Added Odelia (#11362)kb-elmo2021-01-089-0/+325
| | | | | | | * add odelia keyboard * Update readme.md * Update info.json
* Implement matrix_io_delay abstraction for Drop boards (#11472)Joel Challis2021-01-082-2/+14
|
* [Keyboard] Add Sparrow62 (#11387)Atsushi Morimoto2021-01-0712-0/+460
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add sparrow62 * fix split hand pin * fix default keymap back space * add via firmware * add 74th keymap fix for coding style * Update keyboards/sparrow62/readme.md Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/sparrow62/keymaps/74th/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/sparrow62/keymaps/74th/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * fix typo * remove macro for LOCK Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] JM60 refactor (#11421)Ryan2021-01-0710-298/+261
|
* name changeJane Bernhardt2021-01-074-4/+4
|
* [Keymap] Xyverz's crkbd keymap (#11299)Xyverz2021-01-063-0/+262
| | | | | | | | | | | | | | | | * Initial commit for my Corne keyboard layout. * Updates to Corne, etc. Finished working on primary layout for Corne keyboard. Cleaned up some comments for my 4x12 Ortho layout. * Changes for crkbd layout * Fixed the config.h to reflect using ee_hands * Added RGB configs to crkbd/corne layout Co-authored-by: Ian Sterling <503326@MC02YT9K9LVCF.tld>
* [Keymap] Update NIBBLE ISO keymap (#11295)Jay Greco2021-01-062-6/+6
|
* [Keyboard] add support for bigknob (#11291)Craig Gardner2021-01-067-0/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add support for bigknob Add support for bigknob macropad * corrected files * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> * corrected tap dance * Update config.h * correct image link * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * added GPL headers * Update readme.md Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Keyboard] add joypad keyboard (#11283)Brandon Claveria2021-01-069-0/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add joypad * add joypad keymaps * change pid * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/handwired/swiftrax/joypad/joypad.h Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/handwired/swiftrax/joypad/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@g