summaryrefslogtreecommitdiffstats
path: root/keyboards/tada68
AgeCommit message (Collapse)AuthorFilesLines
2018-08-30Keymap: Added new tada68 keymap (#3788)Lars Herbach4-0/+71
* Initial Commit * Removed duplicate lines
2018-08-22Keyboard: Fix tada68 Linux readme (#3717)Kjili1-1/+1
Remove confusing mention of a "Windows" computer.
2018-08-12Keyboard: Make tada68 build .bin files by default (#3630)skullydazed2-1/+7
2018-08-06Keyboard: Remap layout to match the actual keys sent from the tada68 board. ↵Greg Bowler2-8/+8
(#3483) * Remap layout to match the actual keys sent from board. Fixes #3480 * Remap layer 1
2018-07-31Keymap: Added rbong keyboard layout (#3517)rbong4-0/+98
2018-07-29Keyboard: Add tada68 Linux flashing instructions (#3516)rbong1-0/+27
2018-07-17Keyboard: Add tada68 flashing instructions for Mac (#3424)Mark Kuba1-1/+28
2018-07-13Tada68: Updated links to external sites. (#3389)Luma1-1/+1
Friend was having trouble with their tada since their build environment wasn’t setup. Updated so they could access the links that were listed (old links 404’d)
2018-07-06Adding FireBazooka's Tada68 Keymap (#3322)FireBazooka4-0/+232
* Completed my Tada68 keymap * Update readme.md * Update readme.md * Update keymap.c * Update readme.md * Fixed keymap layout spacing * Update rules.mk * Removed MAC_TOG from macros, changed to TG(_MAC)
2018-06-25added tada68:unix (#3225)Derek Tracy4-0/+131
2018-06-22Another alternative layout for TADA68 (#3215)Pascal Greilich3-0/+76
2018-06-15Tada68 refactor and readme update (#3178)noroadsleft22-198/+160
* Readme update * Matrix/info.json refactor * Keymap refactor * Bugfix for mattdicarlo keymap
2018-05-31add not-so-minidox handwire keyboard (#3061)mtdjr1-50/+7
* add not-so-minidox handwire keyboard * corrected keymap * multiple adjustments to not_so_minidox keyboard * remove I2C master left define * update default layer set function * move solenoid code into userspace * minor adjustments to config.h * update keymaps to utilize userspace * move features and config to userspace, correct build issue * correct solenoid pin * adjust defaults for solenoid pin and enable * default solenoid to on for not_so_minidox * disable RGBLIGHT_SLEEP for xd75 * tweaking solenoid enable/disable in userspace and keymaps
2018-05-26Add mtdjr keymaps for Iris, Let's Split, TADA68, XD75, and handwired dox (#3058)mtdjr3-0/+111
* Add keymaps for Iris, Let's Split, TADA68, XD75, and handwired not_so_minidox * remove handwired not_so_minidox
2018-04-28Addkeymap/tada fakb (#2830)krasmaralde4-0/+123
* edited keymap and fitted for tada68 * edited rules to make mouse work * filled config.h to make mouse cursor move more smooth * added descriptive readme
2018-04-28QMK Configurator updates to Tada68 (#2825)Eric1-0/+4
* Added Tada68 ISO Config * Fixed missing up-arrow on Tada68 info.json
2018-04-21Add personal Tada68 Keymap (#2633)Evan3-0/+153
* Add personal Tada68 keymaps * remove uneccessary tada68 folder * recommit with temp name * remove bad folder name * fix bullet list format * rename to fezzant * remove unnecessary config.h file
2018-04-17Update maartenwut's keymaps (tada68, atom47) and add GH60 layout (#2751)Maarten Dekkers1-37/+3
2018-04-12Remove bootloader from info.jsonsskullY1-1/+0
2018-04-11Added mattdicarlo Tada68 layout. (#2721)Matt DiCarlo4-0/+57
2018-04-08Pull information from config.h and rules.mk (#2711)skullydazed1-3/+0
* Pull information from config.h and rules.mk * Readd the kbd75 maintainer
2018-03-27[TADA68] Added mac layout with german umlaute on ansi. (#2615)Martin Lechner3-0/+119
2018-03-27Create new 'tada68/iso-uk' layout tailored for boards with the big fat iso ↵bjacques5-0/+167
enter key (#2612)
2018-03-25info.json configurator support for popular 65% keyboards (#2589)MechMerlin1-0/+16
* Support for tada68 ansi layout. Avoiding the iso layout as it doesn't seem correct * whitefox support for configurator * configurator support for jc65 PCB featuring both the qmk and ps2avrgb versions
2018-03-01Updated and added maartenwut's layouts (#2444)Maarten Dekkers5-448/+49
2018-03-01Fixed dead links (#2451)Brian Choromanski1-1/+1
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links
2018-02-28Merge of e6v2 stuff as well as my personal keymaps (#2434)Jason Gorman2-0/+116
* Checkin of tada keymap and initial commit for e6v2. * checking in other remaining changes before trying to merge * Reverting pin change. This was done based on the json orginally provided by exclusive, but it was later determined my map was the correct one based on user testing * fix extra key for ansi keymap. Didn't include fn as standard ansi shift is not split but still had it in keymap * Fix default help file and add reset to default
2018-02-23Add additional 'tada68' layout.Michael Wamsley4-0/+95
2018-02-23tada68: layout: add new layout 'tshack' (#2431)James Shackleford3-0/+107
* Move to a more cross-platform grep command * Use sed to strip out AVR_SIZE instead * tada68: layout: add new layout tshack Adds "James Shackleford's UNIX layout" for the Tada68
2018-02-10Added raylas keymap for TADA68Raymond Douglas3-0/+79
2018-01-17Adding stephengrier keymap for the tada68 keyboard. (#2269)stephengrier4-0/+91
2018-01-12Adding my Tada68 Keymap.chancellorr3-0/+141
2017-12-19Added Ardakilic keymap for Tada68 (#2174)Arda Kılıçdağı3-0/+93
* Added Ardakilic keymap more key fixes * power key instead of eject
2017-10-29Added Iso(ish) layout for tada68. (#1924)Pentti Laitinen4-1/+104
- Basic layout with one function layer. - Added correct mapping for ISO layout into tada68.h. - Readme for the keymap.
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-2/+2
* 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-10-13Tada68 instructions, updated and clarified to avoid bricking keyboardsGareth Pye1-4/+6
2017-09-27remove all makefiles from keyboard directoriesJack Humbert4-67/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed3-0/+64
* 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-17Make the bulk of our keyboards match the readme.md standardskullY1-5/+19
2017-07-20Added some user customizationMaarten Dekkers1-0/+1
2017-07-20Changes to own keymapMaarten Dekkers1-37/+15
2017-07-11Updates maartenwut's keymap (#1489)Maarten Dekkers2-14/+70
* Updated keymap * Added backlight breathing to fix compile error
2017-07-07Corrected it again.Maarten Dekkers4-17/+8
2017-07-07Cleaned and corrected keymap codeMaarten Dekkers3-24/+76
2017-07-07Own keymap layoutMaarten Dekkers3-0/+408
2017-07-05Fixed arrow up and rgb configMaarten Dekkers4-12/+11
2017-07-05Moved RGB features to new layoutMaarten Dekkers5-7/+79
2017-07-05Fixed image descriptionMaarten Dekkers1-1/+1
2017-07-05Added support for RGB on the Tada68Maarten Dekkers9-11/+12
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-12/+12
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit