summaryrefslogtreecommitdiffstats
path: root/keyboards/minidox
AgeCommit message (Collapse)AuthorFilesLines
2018-07-12Minidox refactor and Configurator support (#3373)noroadsleft8-32/+36
* Matrix refactor * Keymap refactor: #include QMK_KEYBOARD_H * Configurator support
2018-06-27Minidox familiarized layout (#3236)Skyler Lewis3-0/+203
* Create z.txt * Add files via upload * Delete config.h * Delete keymap.c * Delete rules.mk * Delete z.txt * Create x.txt * Add files via upload * Delete x.txt * fixing suggested issues
2018-05-25Fix Split keyboards so they compile on Configurator (#3051)Drashna Jaelre1-1/+1
* Fix serial split for BFO9000 * Fix serial split for DeltaSplit75 * Fix serial split for Helix * Fix serial split for MiniDox * Fix serial split for Viterbi * Revert "Fix serial split for Helix" since it's super complex This reverts commit 72538df105ba6d5fe6915773a20c509f2a47785d. We'll let the helix owner fix this issue, or dive into the code later
2018-05-19Updating my maps in upstream master (#2987)Xyverz3-0/+281
* Adding Rama M10-A Macropad * ch-ch-ch changes... * Major overhaul based on SMT's keymap. * more changes. * Moved the FKeys to the ADJUST layer. * More rearranging. * Alias in Atreus62 keymap to make it more legible Added config.h to fix tapping_term issue for Caps Lock key in OSX * Added OrthoDox layout. * More layout changes. * Fixing things with the keyboard. * Finishing touches. Set left-hand master in config.h Embedded the arrow keys in keymap.c * Revised keymap making this easier to use. * additions and changes. * changes to various keymaps. * Minor adjustments to OrthoDox layout. * Added Eco keymap. Updated Let's Split keymap. * Added gherkin * Removed my M10A keymap * Planck Keymap Updates Updated my Planck keymap and created a simple keymap for Seph's Preonic. * Added readme * readme fixes * Update readme.md more clarification * Keymap Tweaks Removed the Power button setting from the keymap. It was in a horrible location. I'll work on getting it setup somewhere else sometime later. * Added Readme I finally got around to adding a readme to this keymap. I've also added minor changes to the layout. * Fixed Keymap Error * Fixed Readme * adding iris and levinson keymaps * Tweaks to keymap * added youngJZ keymap * Changes to keymap Added a readme.md * Levinson changes Added the readme.md and rules.mk files. Configured RGB underglow and backlighting. * fixed readme * changes to keymaps * Updated keymap * Updated readme.md * Updated Readme (again) * Updated Readme Fixed formatting. Again. * Updated readme This is the last readme update for this keyboard update. I hope. * Added Contra keymap * Kinesis Keymap Update * Updated Keymaps I've updated my Kinesis (Stapelberg) layout and my Clueboard 66 layout. I've also updated my Kinesis Readme. * Clueboard Keymap update Added media keys to my Clueboard 66 Rev2 layout. * Added keymap Added Minidox keymap & rules. Added user function to Let's Split keymap that turns off the red LEDs on the Pro Micros. * New Zen keymap Added Zen keyboard to my list of keyboards, so had to generate a new keymap for it. Also adding some changes to my MiniDox keymap and config.h, as well as my Levinson's config.h. The config.h file changes enable ee_hands. * A few changes for useability I made a few changes to the Minidox keymap to see if I can't make it more useable. I'm also working on streamlining the Zen keyboard keymap to reduce layers. * Re-vamped Iris keymap. * changes * minor keymap change This was a minor keymap change to use mod_tap for the backspace key: ALT when held, BSPC when tapped. * Added Fourier keymap * Keymap Cleanup Moved KC_ESC to KC_CAPS, and changed KC_ESC to KC_GRV This is because of muscle memory, I kept hitting ESC when trying to hit TAB. * Keymap Adjustments Swapped Caps/Esc, put Caps in Raise/Lower layers, put Grv in normal Esc position. Adjusted the readme.md to reflect these changes. * minor tweaks Added code to disable red ProMicro LEDs after flashing. * Clean-up * Corrections to keymap. Fixed a foul-up in the Zen keymap where the lctrl was where the LOWER should have been. * Changes to make this fall in line with the new Layout features * Moving to LAYOUTs for 4x12 boards * fixed config.h file * standardization changes * Reverted Atreus62 keymap to LAYOUT format * Switch Preonic and Nyquist to ortho_5x12 * Corrections to config.h * config.h file tweaks * config.h file tweaks
2018-04-08More Configurator Warning Fixes (#2716)MechMerlin6-22/+22
* mf68_ble did not have the correct .c and .h files * Fix JC65 KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for s60_x * Convert KEYMAP to LAYOUT for lets_split boards * Convert KEYMAP to LAYOUT * more fixes to keymap for iris * convert KEYMAP to LAYOUT for levinson keyboard * change losinggeneration's KEYMAP to LAYOUT * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for nyquist * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for viterbi * convert KEYMAP to LAYOUT * convert KEYMAP and its subsidiries to the LAYOUT standard * convert KEYMAP and its subsidiries to the new LAYOUT standard
2018-03-28Adding Haegin's keyboard layout for the ergodox and minidox (#2637)Harry Mills1-0/+92
* Add Haegin's keymap * Potential improvements to the keyboard * Add haegin minidox layout * Add Haegin's keyboard to ergodox layouts * Update Haegin's minidox keymap
2018-02-06Remove _quantum functions from custom matrix.c codeU-LANDSRAAD\drashna1-9/+0
2017-12-03Add keymap for atreus and minidox (#2079)khitsule3-0/+102
* keymap for atreus and minidox * minidox keymap khitsule cleaned
2017-11-28Updates bootloader settings, adds file size check (#2029)Jack Humbert2-11/+6
* pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
2017-10-15Add tomb0y's minidox layoutzs2-0/+193
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert5-10/+7
* redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
2017-09-27remove all makefiles from keyboard directoriesJack Humbert3-13/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed2-0/+6
* Remove all Makefiles from the keyboards directory. * update keymaps added in the last 8 days * Ignore keyboard/keymap makefiles * update hand_wire to reflect our new Makefile-less reality * Update the make guide to reflect the new reality * move planck keymap options to rules.mk * update planck keymaps 4real * trigger travis * add back build_keyboard.mk * restore changes to build_keyboard
2017-08-20Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson1-1/+1
2017-08-13Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled ↵That-Canadian3-7/+3
it was overwritting the old EECONFIG_HANDEDNESS address (10), so it is now on a non-conflicting addres (14). Updated MiniDox split_util.h and eeprom files to reflect this change. I recommend adding this to any split board that used these files, my changes will not effect them currently.
2017-08-07Modified gitignore file to allow the left and right hand eeprom files for ↵That-Canadian2-0/+4
the MiniDox to be added. They need to be there for proper flashing of the board. They do not change between builds, so no need to re-build them.
2017-08-07Changed my personal keymap and config.That-Canadian2-14/+3
2017-08-04Fix location of where the make command should be runDanny Nguyen1-2/+2
2017-07-15Fixed typo in readmeThat-Canadian1-1/+1
2017-07-15Updated MiniDox readmeThat-Canadian1-2/+62
2017-07-15Merge branch 'minidox' of https://github.com/That-Canadian/qmk_firmware into ↵That-Canadian1-0/+4
minidox
2017-07-15Updated i2c and serial files to most recent from the lets split firmware. ↵That-Canadian7-7/+31
Also updated that_canadian keymap
2017-07-11Adds Minidox Keyboard (#1487)That-Canadian23-0/+1865
* merge * line ending stuff * Added MiniDox keyboard folder / configs / and some keymaps * Updated minidox rev1 config, and readme. Also updated that_canadian keymap to include RGB * cleaned up that_canadian keymap comments * Fixed RGB being enabled by default, now it must be turned on at the keymap level
2017-07-10Fixed RGB being enabled by default, now it must be turned on at the keymap levelThat-Canadian2-2/+3
2017-07-10cleaned up that_canadian keymap commentsThat-Canadian1-3/+3
2017-07-10Updated minidox rev1 config, and readme. Also updated that_canadian keymap ↵That-Canadian5-12/+45
to include RGB
2017-07-10Added MiniDox keyboard folder / configs / and some keymapsThat-Canadian21-0/+1831