summaryrefslogtreecommitdiff
path: root/keyboards/meira
Commit message (Collapse)AuthorAge
* Cleanup rules.mk for 32U4 keyboards, L-M (#7120)fauxpark2019-10-24
| | | | | | * Cleanup rules.mk for 32U4 keyboards, L-M * Move some stuff to keyboard level
* Remove unused _BOOTLOADER definesfauxpark2019-08-04
|
* Remove commented out MCUs in rules.mk (#5884)fauxpark2019-07-16
|
* Remove/migrate action_get_macro()s from default keymaps (#5625)fauxpark2019-07-15
| | | | | | * Remove/migrate action_get_macro()s from default keymaps * Leave these breaks alone
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-06
|
* Cleanup Default Keymaps (#5442)Drashna Jaelre2019-03-19
| | | | | | | | * Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-18
| | | | | | | | * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION * Remove '#define DIODE_DIRECTION CUSTOM_MATRIX' * Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
* Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Modified URLs to point to new locationsJeremy Bernhardt2019-01-13
|
* Remove empty action_function()fauxpark2019-01-11
|
* Remove empty fn_actions[]fauxpark2019-01-11
|
* Remove all of the deprecated RGB definesDrashna Jaelre2018-10-22
| | | | Fixes #3641
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-22
|
* Keyboard: add Telophase board (and Graham's keymaps) (#3244)Graham P Heath2018-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add my config * fix backlight, clean up that code * group background code, restore static var * qwerty is supposed to be in the middle * wrap layer change backlight in ifdef * backlight levels and some more 'emojis'. * Restructure to make it possible to press cmd ent on the right side of the board with one hand. * Expose the period through the number layer. Add Hyper keys to mouse layer * reduce mouse speed * add a : -P key * Thumbs up and down, remove some keys that are duplicated via function keys, clean up * fix build issues * add various emoji * duplicate default Meira keymaps * Miera updates * add documented but unmapped emoji * Sound for the Meira, was stumped by a file size! Thanks drashna! * add docs * docs * revert lib changes... * clean up * clean up * remove make file * Fixes missing key * clean up * add my lets split * add more emoji * add the telophase board (unofficially, I guess...) * add missing files * add/reset files * Review feedback implementation: Not needed. Add #define FLIP_HALF to your config.h file instead. * Review feedback implementation: All of these includes should be replaced with #include QMK_KEYBOARD_H. * Review feedback implementation: [FAILING] You may want to use LAYOUT_ortho_4x12 instead, and move this to /layouts/community/ortho_4x12/ instead. That way, you can use the same keymap for all of the boards. * clean up * add a key for command tilde (osx loves it) * at least its building again * remove adjusts and migrate layer switching to MO(_LAYER) * update the telophase readme * update the telophase readme * grahampheaths -> grahampheath * ONEHAND_ENABLE -> SWAP_HANDS_ENABLE * convert lets split to use ortho_4x12 * Move lets split keyboard layout into community/ortho_4x12 * make telophase use LAYOUT() * I did it?! * Add clap and grin * swap tabs and back and forward * whitespace
* Meira updates for bluetooth and audio (#2731)Cole Markham2018-04-19
| | | | | | | | | | * Add audio output * Update Miera to fix bluetooth issues, bootloader definition. * Added keymap with audio example * Cleanup Meira audio code
* Update Meira for revision 1.1 to enable backlighting by default (#2468)Cole Markham2018-03-07
| | | | | | * Update Meira for revision 1.1 to enable backlighting by default * Updates to fix other keymaps
* Graham's Keymaps. (#2422)Graham P Heath2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add my config * fix backlight, clean up that code * group background code, restore static var * qwerty is supposed to be in the middle * wrap layer change backlight in ifdef * backlight levels and some more 'emojis'. * Restructure to make it possible to press cmd ent on the right side of the board with one hand. * Expose the period through the number layer. Add Hyper keys to mouse layer * reduce mouse speed * add a : -P key * Thumbs up and down, remove some keys that are duplicated via function keys, clean up * fix build issues * add various emoji * duplicate default Meira keymaps * Miera updates * add documented but unmapped emoji * Sound for the Meira, was stumped by a file size! Thanks drashna! * add docs * docs * revert lib changes... * clean up * clean up * remove make file * Fixes missing key
* Remove _quantum functions from custom matrix.c codeU-LANDSRAAD\drashna2018-02-06
|
* Add meira/takmiya keymapTakahiro Miyamoto2018-01-01
|
* Update '?=' references in rules.mk. Add support for ortho_4x12 layout.Cole Markham2017-12-14
|
* Fix keyboard not working if I2C pullups not enabled.Cole Markham2017-12-14
| | | Disable backlighting by default.
* Cleanup old code and commentsCole Markham2017-12-14
|
* Updated copyright headers and peer review fixesCole Markham2017-12-09
|
* Update Meira readmeCole Markham2017-12-09
|
* Add support for MeiraCole Markham2017-12-09