aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/iris
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] small update to my (omgvee) IRIS keymap (#4969)VM2019-01-274-25/+67
| | | | | | * moved some stuff around on my iris layout, but don't expect a lot of changes in the future * good working setup
* [Keymap] Move Iris via support to Via keymap (#4893)Drashna Jaelre2019-01-275-22/+158
| | | | | | | | | | | | * Move Iris via support to Via keymap And move it out of the main keyboard files * Actually add via keymap folder Because using git when you're tired is apparently a very bad idea, and you do stupid things like not running git add * Clean up config.h file for iris via keymap
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-264-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
* rs: code friendly keymap for preonic, iris and my preonic clone (#4303)Olivier Poitrey2019-01-255-0/+254
| | | | | | | | | | | I worked on those keymap to simplify the use of 60% keyboards for coders. Instead of trying to mimic planck, this keymap remove raise/lower layer complexity and keep some important sign keys for coder in the upper right side pretty much the same way as they are on a full keyboard. A karabiner configuration is also provided to mimic most of the keymap features on the macbook internal keyboard for when you are forced to use it.
* [Keyboard] Iris via support, Rev 3 updates (#4849)Danny2019-01-1513-217/+116
| | | | | | | | | | | | | | * Add encoder support * Add VIA support to Iris Rev. 3 * Update pinout and disable mouse keys to free up space * Rollout VIA support to all Iris revisions * Update default keymap * Update vendor ID
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-131-1/+1
|
* [Keymap] my keymap for the crkbd and update my iris keymap readme (#4788)VM2019-01-121-1/+7
| | | | | | | | * adding my keymap primarily to iris * adding my crkbd keymap and update my iris keymap readme with an extra pic * incorporting @drashna's suggestions
* Keymap: ave-63's iris layout (#4812)ave-632019-01-092-0/+158
|
* Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft2019-01-0412-36/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
* Keymap: Update for Drashna code - Proton C Prep Edition (#4708)Drashna Jaelre2018-12-311-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make CRKBD keylogger output actually show tap keys * check MT/LT for twinkling * Add ortho 5x12 support for fractal keyboard * Use newer interface for setting pins/ports * Remove custom unicode methods * Reomve unicode input info * Odd rules issue * Redefine REST note to be more pleasing * Properly disable PM LEDs with GPIO commands * Update gitlab CI yaml file * Remove extra mod tap check * Remove initial state on ergodox glow * Rev6 Cleanup * Fix KC_MAKE macro * Update GitLab CI yaml file * More GitLab CI changes * One final GitLab CI change * Remove unneeded unicode support * Optimize KC_MAKE
* Make quantum/split_common/serial.[ch] configurable (#4419)Takeshi ISHII2018-12-144-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add temporary compile test shell script * add 'CONFIG_H += serial_backward_compatibility.h' into common_features.mk:SPLIT_KEYBOARD block * add quantum/split_common/serial_backward_compatibility.h SERIAL_PIN_PORT and other PIN define move to serial_backward_compatibility.h SERIAL_BACKLIT_START move to split_util.h * quantum/split_common/serial.c change to helix-serial.c style serial configuration * add temporary file quantum/split_common/split-keyboards-list.txt * add '#define SOFT_SERIAL_PIN D0' to keyboards/6lit/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/divergetm2/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/ergotravel/rev1/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/foobar/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/handwired/dactyl_manuform/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/handwired/qc60/config.h * add '//#define SOFT_SERIAL_PIN D0' to keyboards/handwired/xealous/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/iris/rev*/config.h * add '//#define SOFT_SERIAL_PIN D0' to keyboards/lets_split_eh/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/levinson/rev*/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/miniaxe/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/nyquist/rev?/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/quefrency/rev1/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/qwertyydox/config.h,keyboards/qwertyydox/rev1/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/redox/rev1/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/rorschach/rev1/config.h * remove '#define SOFT_SERIAL_PIN D0' from quantum/split_common/serial_backward_compatibility.h * remove temporary file quantum/split_common/split-keyboards-list.txt * remove temporary compile test shell script * Revert "remove temporary compile test shell script" This reverts commit 15b0021b4092127b8d8a21f572642ad3702b46d4. * update quantum/split_common/compile_split_test.sh for new keyboard test * add '#define SOFT_SERIAL_PIN D0' to keyboards/diverge3/config.h * add '#define SOFT_SERIAL_PIN D0' to keyboards/40percentclub/25/config.h * remove temporary compile test shell script * update docs/config_options.md, quantum/template/avr/config.h * fix quantum/template/avr/config.h * fix typo docs/config_options.md
* Removed mousekeys. Added Levinson Steno keymap. (#4574)Vyolle2018-12-071-9/+9
| | | | | | * Changed location of mouse 3, and arrow keys * Removed MouseKeys. Added Levinson Layout
* Changed location of mouse 3, and arrow keys (#4556)Vyolle2018-12-051-4/+4
|
* Keymap: Wanleg layout updates (#4550)wanleg2018-12-053-0/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config fixes (including for issue #3678) * put back audio * jj40 backlighting setup * jj40 backlighting setup * rules.mk fix * jj40 backlighting settings * iris setup * iris setup * iris setup * iris setup * iris setup - onehand * remove commented-out section * edits due to #4403 * xd75 testing * fix 5x15 layout issues with 5x5 bluetooth & xd75 * commenting out unused placeholders * change iris to more wanleg-like 4x12 layout * formatting changes * onehand layout cleanup/fix * revert temp change
* Major revisions, focused on streamlining and useability (#4554)Vyolle2018-12-053-55/+31
|
* Keymap: adding my keymap primarily to iris (#4541)VM2018-12-034-0/+246
|
* Update to drashna userspace and keymaps (#4459)Drashna Jaelre2018-11-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix reversed bool check in layer_state_set * Add Quefrency 65 for a friend * Add Ergodox EZ Glow keymap * Add RGB Matrix Code * Further changes to rgb matrix ErgoDox EZ * Update bjohnson keymaps * Fix CRKBD display * Overhaul to corne keyboard * Narrow scope for keylogger * Minor layout tweaks to Corne Keyboard * additional CRKBD tweaks * Minor tweaks to CRKBD * Add all characters for keylogger * Ergodox EZ Glow overhaul * Fix Ergodox EZ Glow layer colors * Increase Tapping Term for Corne Keyboard * Fix unicode-ish * Revert some changes * Add layer specific lighting effects * Some minor tweaks to ergodox glow config * revert changes to ergodox files * Update Glow readme * Add more tapping term defines * Fix changes * Fix ergodox keymap * Hopefully fix sleeping * Disable layer indications if rgb matrix is disabled * Add support for sleeping and rgb layer change toggle to ergodox ez glow * Make RGB Layer Indication Great Again * Make Unicode Great Again * Remove placeholder define Co-Authored-By: drashna <drashna@live.com> * Remove placeholder define Co-Authored-By: drashna <drashna@live.com> * Remove old EEPROM Reset keycode
* Keymap: Refactor edvorakjp user library (#4480)epaew2018-11-262-5/+3
| | | | | | | | | | | | * Refactor edvorakjp user library * add tap dance support * update keymaps * edvorakjp: add SWAP_SCLN option * fix behavior of SWAP_SCLN
* Update iris 3 (#4307)Danny2018-10-314-5/+1
| | | | | | * Fix incorrect LED pin assignment * Strip out extra newline
* Further unify old iris keymapDrashna Jaelre2018-10-282-32/+11
|
* Make old keymap super compatibleDrashna Jaelre2018-10-281-17/+1
|
* Update old iris configDrashna Jaelre2018-10-282-10/+4
|
* Minor updates to keymapsDrashna Jaelre2018-10-281-2/+1
|
* Keymap: update keymap transmogrified (#4241)akrob2018-10-273-147/+214
| | | | | | | | | | | * layer locked breathing, layer changed brighter leds * move config for tapping term into config.h * Respect LED off even with layer indicators, add readme and update config to new standard * update Readme with note about both sides of board being required to flash
* Keymap: Fix missing 4 key (#4219)Scott Gorsuch2018-10-231-1/+1
|
* Remove all of the deprecated RGB definesDrashna Jaelre2018-10-224-4/+4
| | | | Fixes #3641
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-222-2/+2
|
* Keymap: Renabled EXTRAKEYS in layout (#4174)Vyolle2018-10-211-4/+4
| | | | | | | | * Renabled EXTRAKEYS. * Update keyboards/iris/keymaps/vyolle_steno/rules.mk Co-Authored-By: Vyolle <dchamberlin.ax@gmail.com>
* Keymap: add initial khord iris keymap (#4188)Dylan Khor2018-10-213-0/+177
|
* Update to drashna keymaps and userspace - RGB edition (#4143)Drashna Jaelre2018-10-153-31/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fix up userspace after feature merges * Add new macros for keyboard layouts * Keep new layouts in keymap for easy reference * Cleanup layouts * Fix CRKBD wrappers * Fix up comments * Fix spacing in orthodox base layer * ergodox related cleanup * Make KC_MAKE only flash when holding shift * Add option to fast compile boards * Clean up rgb modes to save space * Re-enable Swap Hands on my Iris
* Use DFU bootloader for rev 3Danny Nguyen2018-10-151-1/+5
|
* Add Iris Rev. 3Danny Nguyen2018-10-158-7/+167
|
* Keymap: add new keymap for Iris (#4119)Vyolle2018-10-153-0/+190
| | | | | | | | | | | | | | | | * Add files via upload * Delete config.h * Delete keymap.c * Delete rules.mk * Keymap w/mirror mode and steno support. Keymap w/mirror mode and steno support. Can be used entirely one handed. * Fixed some niggling issues.
* Keymap: Iris Keymap (#4100)Grady Sigler2018-10-083-0/+110
| | | | | | | | | | | | | | | | | | | | | | * IRIS Keyboard Keymap I wanted a keymap that really changed things up. I also found that as a programmer I need as many symbols as I can get. * Make cmd-option-escape work on a mac * Add more prettyfication. * Add other types of hold * More work on the layer keys * tweaks * More tweaks. * more tweaks * Remove OSL/OSM they didnt seem to work very well
* Keymap: add olligranlund Iris + satan layouts (#4031)OlliGranlund2018-09-304-0/+180
| | | | | | | | | | | | | | * init * function layout planning * nordic keymap v1.0 * Added latest satan layouts, updated readmes * Cleaning code * Renamed ISO -> iso
* Keymap: add artbycrunk iris layout (#3964)Savio Fernandes2018-09-263-0/+149
| | | | | | | | * version 1 * version 1.1 * version 1.2
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-174-9/+1
| | | | | | | | | | * Remove chording as it is not documented, not used, and needs work. * Make Leader Key an optional feature. * Switch from `PREVENT_STUCK_MODIFIERS` to `STRICT_LAYER_RELEASE` * Remove `#define PREVENT_STUCK_MODIFIERS` from keymaps.
* Keymap: added keys to broswen keymap (#3825)Brad2018-09-011-3/+3
| | | | | | * added PGUP and PGDN to my keymap * added VOLU VOLD and MUTE to keymap
* Yet another update to drashna keymaps and userspace (#3787)Drashna Jaelre2018-08-292-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make tap function inline * Use better makefile keyboard detection * Remove Copy-Paste macro * Add F11/F12 to Iris * Minor tweaks to userspace config * Set audio clicky randomness to 1.5 * Set NO_DEBUG to only be set if console is not enabled * Move NO_MUSIC_MODE to userspace config.h * Reduce Ergodox Debounce * Add Planck Light config * Use OSM for ortho 4x12 * Music Mode changes for planck light * Cleanup do to shutdown user and other fixes in Master * Add and use 'shutdown_user' fzunction * Remove global NO_MUSIC_MODE define * Add NO_MUSIC_MODE to individual keymaps * Change layer colors * Remove NO_PRINT and NO_DEBUG from userspace config.h Since these are automatically disabled if the console isn't enabled. * Remove backlight code if backlight isn't enabled * Remove Twinkle from Ergodox * Disable RGB twinkling and enable PSM * Clean up RGB matrix code * Clean up planck light indicators * Clean up tap code * Rules cleanup for ortho 4x12 * Fix up userspace template * Revert "Clean up tap code" This reverts commit 09f64d6d67aa021c3b5ac86a9a739a5ca2b9c1ec. * Organize includes * userspace cleanup * Fix modifier spelling error * Fix userspace rules * Disable Permissive Hold again * Minor clean up * Fix Tap stuff * Viterbi Updates for file size
* fix line endingsskullY2018-08-161-5/+5
|
* Keymap: Adding broswen keymap for iris split keyboard. (#3654)Brad2018-08-163-0/+186
| | | | | | | | * Adding broswen keymap for iris split keyboard. * added changes as requested by drashna * formatting
* Keymap: Adding readme file to personal keymap folder (#3665)bmoorey2018-08-151-0/+5
| | | | | | | | | | * Create a * Add files via upload * Delete a * added readme
* Keyboard: Dactyl manuform 5x6 added and working (#3627)zwnk2018-08-131-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * mouse layer keys shifted * mouse layer keys shifted * manuform 5x6 added * mouse layer keys shifted * manuform 5x6 added * dactyl_manuform 5x6 keymap added * reorg. dactyl manuform folder * removed LAYOUTS = ortho_4x12 for 4x5 * Rows and Cols in config.h fixed * MASTER_LEFT * 5x6 matrix fixed * keymap updated * removed the i2c, serial, split_util and matrix files and inserted SPLIT_KEYBOARD
* Keyboard: Clean up Iris files (#3640)Danny2018-08-1311-39/+13
|
* Keymap: Created and populated a keymap folder for Iris (#3632)bmoorey2018-08-123-0/+154
| | | | | | | | * Create a * Add files via upload * Delete a
* Keymap: Reformat Iris default keymap (#3534)Danny2018-08-023-85/+51
| | | | | | * Reformat default keymap to use LAYOUT, move RGB controls to RAISE layer * Use set_single_persistent_default_layer instead of old method
* Keymap: Fate Iris layout (#3508)Will2018-07-304-0/+196
|
* Keymap: jennetters iris keymap (#3488)J.net2018-07-264-0/+259
| | | | | | * jennetters iris keymap, re-write for improved readability. * Update rules/config/keymap to follow correct makefile structure
* Keymap: Custom (fabian) layout for Iris and Planck (#3460)Fabian Topfstedt2018-07-222-0/+219
| | | | | | | | | | | | | | | | | | | | | | | | * fabian layout * added MOUSECURSOR layer that gets activated by holding space * cleanup, meh and tilde and grave as separate keys, toggle switch for mousecursor layer * merged default * #pragma once * including QMK_KEYBOARD_H instead of various imports * using layer toggle instead of a function * deleted obsolete rules.mk (was part of the old makefile system) * #pragma once * including QMK_KEYBOARD_H instead of various imports * use ifndef KEYBOARD_planck_rev6 instead of ifdef KEYBOARD_planck_rev5
* Convert Iris to use SPLIT_KEYBOARD (#3458)Seth Barberee2018-07-2210-1108/+1
| | | | | | * convert iris to split-common * Fix build error