summaryrefslogtreecommitdiffstats
path: root/keyboards/planck
Commit message (Collapse)AuthorAgeFilesLines
* Add stuartfong1 Planck Layout (#11814)Stuart Fong2021-02-124-0/+419
| | | | | | | | | | | | | | | * Add files via upload * Update readme.md * Update readme.md * Add GPL2+ compatible license header to config.h * Update keyboards/planck/keymaps/stuartfong1/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* added dear_vehicle_owner meme keymap to planck keyboard (#11478)Timothy Beck2021-02-124-0/+421
| | | | | | | | | | | | | | | | | | | * added default as a starting point * added readme per guidelines * made necessary changed to keymap to follow guidelines * changed debounce mode for more smooth usage at the cost of mem * increased polling interval * Revert "made necessary changed to keymap to follow guidelines" yikes! I modified the WRONG directory. reverted. This reverts commit 8ba3d97af538796d765c47b48537dbcf55c3dbc1. * reverted commit that modified file in incorrect directory. modified intended file. * added license tp config.h
* Serial refactor (#11521)Ryan2021-02-061-16/+1
|
* add orthodeluxe keymap for Planck keyboard (#11077)erikbakker-dev2021-02-024-0/+629
| | | | | | | | | * add orthodeluxe keymap for Planck keyboard * add licence header to config.h * fix indentation * add bootmagic lite and simplify code
* Remove `MIDI_ENABLE_STRICT` from keyboards' config.h (#11679)Ryan2021-01-274-12/+0
|
* [Keymap] tk planck keymap (#11400)Tushar Khan2021-01-253-0/+765
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tushark54 base layers * init summer keymap * drafted new keymap layers * added new keymap * v2.0 mvp * added bracket modes * added oneshot left modifiers * added HYPER layer * added audio * added audio and more * changed layer order * swapped SUPER and LCTL keys * added more tunes * added more audio * added tunes * major layer modifications * major changes to keymaps * minor changes * added venv macro * merge conflict * v3 mvp * moved DEL to hyper layer and PANIC+ALT * fn keys on hyper, macros on lower ii * dynamic macros and audio options * minor audio improvements * osl timeouts * manually added .vscode directory * fixed upstream file * fixed upstream file * base and hyper layer changes * modified tapping term * added more macros * added GPL2+ compatible license headers * removed songs * updated licenses * added chmod macro
* [Keymap] addition for mjuma in keyboards/planck/keymaps (#10885)Mohammad Juma2021-01-244-0/+445
| | | | | | | * Add planck layout * switch gaming toggle to TG * rename readme
* Remove `DESCRIPTION`, N-Q (#11631)Ryan2021-01-203-4/+0
|
* [Keymap] keymap/sascha: disable autoshift (#11525)Sascha Grunert2021-01-121-2/+2
| | | Signed-off-by: Sascha Grunert <sgrunert@suse.com>
* [Keymap] revamped rjhilgefort planck keymap (#11385)Rob Hilgefort2021-01-103-134/+267
|
* [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>
* [Keymap] Add new atreus keymap to planck keyboard (#11420)Matthias Bertschy2021-01-094-0/+304
|
* Remove comments about custom ldscript for Teensy LC (#11224)Ryan2020-12-233-3/+0
|
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-215-0/+0
|
* Normalise include statements in keyboard code (#11185)Ryan2020-12-161-2/+2
|
* Add missing hardware availability for Plank EZ (#11069)Charles A Moonen2020-12-081-1/+1
| | | Add missing information needed to mirror the supported hardware in the previous line
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-284-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Branch point for 2020 November 28 Breaking Change * Remove matrix_col_t to allow MATRIX_ROWS > 32 (#10183) * Add support for soft serial to ATmega32U2 (#10204) * Change MIDI velocity implementation to allow direct control of velocity value (#9940) * Add ability to build a subset of all keyboards based on platform. * Actually use eeprom_driver_init(). * Make bootloader_jump weak for ChibiOS. (#10417) * Joystick 16-bit support (#10439) * Per-encoder resolutions (#10259) * Share button state from mousekey to pointing_device (#10179) * Add hotfix for chibios keyboards not wake (#10088) * Add advanced/efficient RGB Matrix Indicators (#8564) * Naming change. * Support for STM32 GPIOF,G,H,I,J,K (#10206) * Add milc as a dependency and remove the installed milc (#10563) * ChibiOS upgrade: early init conversions (#10214) * ChibiOS upgrade: configuration file migrator (#9952) * Haptic and solenoid cleanup (#9700) * XD75 cleanup (#10524) * OLED display update interval support (#10388) * Add definition based on currently-selected serial driver. (#10716) * New feature: Retro Tapping per key (#10622) * Allow for modification of output RGB values when using rgblight/rgb_matrix. (#10638) * Add housekeeping task callbacks so that keyboards/keymaps are capable of executing code for each main loop iteration. (#10530) * Rescale both ChibiOS and AVR backlighting. * Reduce Helix keyboard build variation (#8669) * Minor change to behavior allowing display updates to continue between task ticks (#10750) * Some GPIO manipulations in matrix.c change to atomic. (#10491) * qmk cformat (#10767) * [Keyboard] Update the Speedo firmware for v3.0 (#10657) * Maartenwut/Maarten namechange to evyd13/Evy (#10274) * [quantum] combine repeated lines of code (#10837) * Add step sequencer feature (#9703) * aeboards/ext65 refactor (#10820) * Refactor xelus/dawn60 for Rev2 later (#10584) * add DEBUG_MATRIX_SCAN_RATE_ENABLE to common_features.mk (#10824) * [Core] Added `add_oneshot_mods` & `del_oneshot_mods` (#10549) * update chibios os usb for the otg driver (#8893) * Remove HD44780 References, Part 4 (#10735) * [Keyboard] Add Valor FRL TKL (+refactor) (#10512) * Fix cursor position bug in oled_write_raw functions (#10800) * Fixup version.h writing when using SKIP_VERSION=yes (#10972) * Allow for certain code in the codebase assuming length of string. (#10974) * Add AT90USB support for serial.c (#10706) * Auto shift: support repeats and early registration (#9826) * Rename ledmatrix.h to match .c file (#7949) * Split RGB_MATRIX_ENABLE into _ENABLE and _DRIVER (#10231) * Split LED_MATRIX_ENABLE into _ENABLE and _DRIVER (#10840) * Merge point for 2020 Nov 28 Breaking Change
* [Keymap] Add user keymaps to qmk master (#10870)bghull2020-11-162-0/+106
| | | | | | | * Create user keymaps * Prepare user keymaps for PR Co-authored-by: bghull <35785950+BaneJammin@users.noreply.github.com>
* csc027/keymap-updates (#10250)csc0272020-10-221-5/+22
|
* adds eosti/planck keymaps (#10616)Reid Sox-Harris2020-10-154-0/+187
|
* [Keyboard] Update to ZSA Boards (#10119)Drashna Jaelre2020-10-139-3/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add VID/PIDs to ErgoDox EZ * Add VID/PIDs for Planck EZ and Glow revision * Make names consistent * fix typo in docs * Move LED config back, for maximum compatibility * Add revisions for ErgoDox EZ boards * Fix embarassing typo * Typooooo Co-authored-by: Nick Brassel <nick@tzarc.org> * Update Licensing info * Update Moonlander default keymap to match Oryx's default * Fix formatting based on suggestions Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Make indicator LEDs more configurable * Update default keymap * Handle older eeprom settings Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* updating my own keyboard layout (#10626)Silvio Gulizia2020-10-131-4/+4
|
* [Keymap] Add winterNebs keymaps (#10328)Isaac2020-10-044-0/+225
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add kyria keymap * Add planck keymap * Add nyquist keymap * Add vim movement instead of regular movement layer * Use partial home row mods :) * Update keyboards/keebio/nyquist/keymaps/winterNebs/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/keebio/nyquist/keymaps/winterNebs/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/keebio/nyquist/keymaps/winterNebs/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/keebio/nyquist/keymaps/winterNebs/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/keebio/nyquist/keymaps/winterNebs/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/kyria/keymaps/winterNebs/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/kyria/keymaps/winterNebs/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/planck/keymaps/winterNebs/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/planck/keymaps/winterNebs/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/planck/keymaps/winterNebs/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Fix outdated function call * Apply suggestions from code review Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/kyria/keymaps/winterNebs/keymap.c somehow this wasn't added to the batch? Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * remove deprecated function * Rename to lowercase * Update keyboards/planck/keymaps/winterNebs/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * fix oled path * rebase and add back nyquist that was lost by rename * Add licenses * License in the wrong file Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Fixed some small things and replaced deprecated definitions (#10414)Žan Pevec2020-10-021-32/+44
| | | | | | | * Fixed some small things and replaced deprecated definitions * Improvements * Reverted kemyap change
* Add Amethyst keybindings for some dcompact implementations (#10345)Dan2020-09-211-6/+20
| | | | | | | | * Fix missing VAI * Add amethyst keybindings * Add amethyst bindings for planck
* [Keymap] Badger keymaps/userspace (#10239)Dan White2020-09-161-0/+60
| | | | | | | | | | | | | | | | | * Badger keymaps * bug fix - linter * code review feedback and ortholinear bugs * cleanup * backing out suspect bug after doing additional research * code review feedback * code review feedback * changing default badger keymap and small bugfix
* [Keymap] major keymap overhaul (#10185)Callum Oakley2020-09-093-297/+0
| | | | | | | | | | | * experiment with userspace * reorganise * readme * missing oneshot shift from ignored keys * recombine hands in layout macro
* [Keymap] Added Finnish SFS 5966 keymap for planck. (#10200)gitdrik2020-09-064-0/+291
| | | | | * Added Finnish SFS 5966 keymap for planck. * Modified comments and added copyright header.
* Better handle LTO_ENABLE (#9832)Drashna Jaelre2020-08-293-3/+3
| | | | | | | | | * Better handle LTO_ENABLE Especially when calling from command line * Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE * Remove long for LTO from show_options.mk
* Update features to use Custom Tapping Term when appropriate (#6259)Drashna Jaelre2020-08-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Space Cadet to use Custom Tapping Term functionality * Detect correct keycode for space cadet tapping term * Update tap dancing to use global custom tapping term * Update documentation for Tap Dances * formatting pass * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update docs/feature_tap_dance.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update for future * Update user keymaps for space cadet * Fix typos * Clean up tapping term stuff * Fix compiler issue if NO_ACTION_TAPPING is enabled Co-authored-by: fauxpark <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Bigger combo index (#9318)Pete Sevander2020-08-291-1/+1
| | | | | * Add change log * Change combo index from uint8_t to uint16_t
* [Keymap] Removing #4072 workaround! (#9995)Callum Oakley2020-08-171-90/+43
| | | | | * move media keys in to move layer; rearragne f keys; use send_string for rev5 compatability * remove send_string workaround for #4072
* [Keyboard] Fix Planck/Rev6 compiler issue (#9953)Drashna Jaelre2020-08-152-2/+3
| | | Specifically, don't want to have both RGBLight and RGB Matrix (with WS2812) enabled at the same time. This will cause issues in usage, but apparently not when compiling. Additionally, the led matrix was not encapsulated with preprocessor code.
* planck/rev6: Enable WS2812 LED matrix with pwm driversRiley Inman2020-07-165-11/+83
|
* [keymap] curly quotes (#9662)Callum Oakley2020-07-104-67/+94
| | | Co-authored-by: Erovia <Erovia@users.noreply.github.com>
* Create ajp10304 userspace and ortho_4x12 layout. (#9304)ajp103042020-07-093-358/+22
|
* Created abishalom keymap (#9669)Abi Shalom2020-07-084-0/+359
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Add xjtian keymap for Planck (#9502)Jacky Tian2020-07-023-0/+130
|
* [keymap] adding a new keymap to planck and crkbd (#9374)Gustavs Gūtmanis2020-06-294-0/+230
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Fix WORKMAN layer typo in dudeofawesome planck/preonic (#9576)Guillaume Gérard2020-06-291-1/+1
|
* [Keymap] Add personal keymap for Planck (#9424)-k2020-06-234-0/+304
| | | | | | | | | | | | | | | | | | * Create readme.md * Add personal keymap * Edit readme * Reorganize layouts * Update config.h * Edit beep settings * Apply suggestions from code review * More suggestions from code review
* Keymap: Add custom keymap for Planck (#9417)Niclas2020-06-185-0/+558
| | | | | * Keymap: Add custom keymap for Planck * Fixup buffet's planck keymap
* Implement game mode layer for dcompact on planck (#9402)Dan2020-06-172-4/+101
|
* [Keymap] csc027/keymap-updates (#9420)csc0272020-06-152-37/+11
|
* [keymap] upstreaming a minor keymap update (#9366)Callum Oakley2020-06-132-15/+16
|
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-3025-259/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Branch point for 2020 May 30 Breaking Change * Migrate `ACTION_LAYER_TOGGLE` to `TG()` (#8954) * Migrate `ACTION_MODS_ONESHOT` to `OSM()` (#8957) * Migrate `ACTION_DEFAULT_LAYER_SET` to `DF()` (#8958) * Migrate `ACTION_LAYER_MODS` to `LM()` (#8959) * Migrate `ACTION_MODS_TAP_KEY` to `MT()` (#8968) * Convert V-USB usbdrv to a submodule (#8321) * Unify Tap Hold functions and documentation (#8348) * Changing board names to prevent confusion (#8412) * Move the Keyboardio Model01 to a keyboardio/ subdir (#8499) * Move spaceman keyboards (#8830) * Migrate miscellaneous `fn_actions` entries (#8977) * Migrate `ACTION_MODS_KEY` to chained mod keycodes (#8979) * Organizing my keyboards (plaid, tartan, ergoinu) (#8537) * Refactor Lily58 to use split_common (#6260) * Refactor zinc to use split_common (#7114) * Add a message if bin/qmk doesn't work (#9000) * Fix conflicting types for 'tfp_printf' (#8269) * Fixed RGB_DISABLE_AFTER_TIMEOUT to be seconds based & small internals cleanup (#6480) * Refactor and updates to TKC1800 code (#8472) * Switch to qmk forks for everything (#9019) * audio refactor: replace deprecated PLAY_NOTE_ARRAY (#8484) * Audio enable corrections (2/3) (#8903) * Split HHKB to ANSI and JP layouts and Add VIA support for each (#8582) * Audio enable corrections (Part 4) (#8974) * Fix typo from PR7114 (#9171) * Augment future branch Changelogs (#8978) * Revert "Branch point for 2020 May 30 Breaking Change"
* Keyboards/zsa updates (#9214)Drashna Jaelre2020-05-281-0/+4
|
* [Keymap] Update yttyx Planck keymap (#9191)yttyx2020-05-275-179/+89
| | | | | | | | | * Normalise layout and README from yttyx niu keymap. * Correct case of README. * Changes following review. Co-authored-by: Nick Willis <nick@theb.org.uk>
* Remove old_keymap_files directory from planck (#8917)Ryan2020-05-0616-1112/+0
|
* deleted unused keymap (#8797)Øyvind Wilhelmsen2020-04-146-473/+0
|