aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/minidox
Commit message (Collapse)AuthorAgeFilesLines
* Remove _quantum functions from custom matrix.c codeU-LANDSRAAD\drashna2018-02-061-9/+0
|
* Add keymap for atreus and minidox (#2079)khitsule2017-12-023-0/+102
| | | | | | * keymap for atreus and minidox * minidox keymap khitsule cleaned
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-272-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
* Add tomb0y's minidox layoutzs2017-10-142-0/+193
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-145-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
* remove all makefiles from keyboard directoriesJack Humbert2017-09-273-13/+0
|
* Remove all Makefiles from the keyboards directory. (#1660)skullydazed2017-09-082-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
* Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson2017-08-201-1/+1
|
* Added "EECONFIG_HANDEDNESS" to the eeconfig.h , because when RGB was enabled ↵That-Canadian2017-08-133-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.
* Modified gitignore file to allow the left and right hand eeprom files for ↵That-Canadian2017-08-072-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.
* Changed my personal keymap and config.That-Canadian2017-08-072-14/+3
|
* Fix location of where the make command should be runDanny Nguyen2017-08-031-2/+2
|
* Fixed typo in readmeThat-Canadian2017-07-141-1/+1
|
* Updated MiniDox readmeThat-Canadian2017-07-141-2/+62
|
* Merge branch 'minidox' of https://github.com/That-Canadian/qmk_firmware into ↵That-Canadian2017-07-141-0/+4
|\ | | | | | | minidox
| * Fixed RGB being enabled by default, now it must be turned on at the keymap levelThat-Canadian2017-07-102-2/+3
| |
| * cleaned up that_canadian keymap commentsThat-Canadian2017-07-101-3/+3
| |
| * Updated minidox rev1 config, and readme. Also updated that_canadian keymap ↵That-Canadian2017-07-105-12/+45
| | | | | | | | to include RGB
| * Added MiniDox keyboard folder / configs / and some keymapsThat-Canadian2017-07-1021-0/+1831
|
* Updated i2c and serial files to most recent from the lets split firmware. ↵That-Canadian2017-07-147-7/+31
| | | | Also updated that_canadian keymap
* Adds Minidox Keyboard (#1487)That-Canadian2017-07-1023-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