summaryrefslogtreecommitdiffstats
path: root/keyboards/xd75
AgeCommit message (Collapse)AuthorFilesLines
2018-01-04Prime_R (#2221)rooski154-0/+230
* Rooski15: Add Prime_R Keyboard * Rooski15: Added keymaps to xd60, xd75, planck, and prime_r * Rooski15: Updated prime_r keymap * Rooski15: Added Prime_R and Documentation * Rooski15: Added Prime_R and Documentation * Rooski15: Prime_R - Added futher documentation. * Update config.h Added device information * Update readme.md Updated Planck:EmilyH Readme * Update readme.md Updated XD75:EmilyH Readme
2018-01-01backlight breathing overhaul (#2187)Balz Guenat1-2/+2
* add breathing to bananasplit * backlight breathing overhaul * fix the backlight_tick thing. * fix for vision_division backlight * fix a few keymaps and probably break breathing for some weirdly set-up boards. * remove BL_x keycodes because they made unreasonable assumptions * some fixes for BL keycodes * integer cie lightness scaling * use cie lightness for non-breathing backlight and make breathing able to reach true max brightness
2018-01-01Remove residual Makefiles from the keyboards directory (#2193)James Neill3-60/+0
* Removed residual Makefiles from keyboards directory * Removed reference to Makefile
2017-12-17Custom Keymaps for Certain Layouts (#2161)kimkimkeren8-0/+424
* Add keymap for my friend's KBD75\nBug : RGUI is read as RALT * Add keymap for Nyquist * Add Keymap for Whitefox (Truefox layout only) * Add Keymap for XD75 and XD73 (XD75 with 1u blocker each on left and right bottom
2017-12-14Personal layout planck,ergodone,xd75 (#2140)Koen Klinkers4-0/+128
* plank layout * ergodone * x75 * readmes
2017-12-07F5 pin doesn't support PWM, so breathing isn't an optionColin T.A. Gray1-1/+0
2017-12-05adds led control functions to XD75 layoutColin T.A. Gray3-0/+118
2017-11-26Adds my XD75 layout (#2040)Colin T.A. Gray3-0/+360
* adds my xd75 layout * add secret strings to 'secrets.h' behind compile flag, assign defaults * macro keys now have defaults (hidden in colinta.h) before any recording, and after clearing the dynamic macros. * fixed whitespace - using 4 spaces instead of 2
2017-11-22this number just looks wrong, should be 4096 not 4996Colin T.A. Gray1-1/+1
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-3/+3
* 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-10add stock layout for xd75 (#1731)Wunder6-131/+281
* add stock layout for xd75 * fix layout bug * layout naming * don't need it * Cleaning up
2017-10-06Consistent fabian layouts for amj40, let's split, planck and xd75 (#1812)Fabian Topfstedt1-57/+113
* slight modifier changes; added plover and reusing jack's default planck keymap as the basis * space is not shift when held anymore * added fabian layout (based on jack's default) * changed fabian layout (based on jack's default) * changed fabian layout (based on jack's default)
2017-10-06Add new 4x12 ortho layout & add credit to XD75 port (#1782)BenKesselring5-5/+5
* add xd75, preliminary RGB' * fix RGB * add backlight support (probably) * updated readme and tweaked keymap * added xd75 to list in /keyboards * copyright ALL the things, create blank slate for Colemak Mod-DH Split/Wide keymap * Add preliminary split Colemak Mod-DH layout * changing stuff to compile properly * attribution * moar attribution * removed incomplete keymap * Create Colemak Mod-DH Wide layout for 4x12 ortho. * Move Adjust key * Add layou timage to readme * fix naming * Fix stupid issue with not understanding how the keymap works * forgot to switch COLEMAK to COLEMAKDH... * Remove and link image * Remove and link image
2017-09-27remove all makefiles from keyboard directoriesJack Humbert4-111/+0
2017-09-25XD75RE Custom layout, and clarification in readme.md (#1754)Kenny Hung6-2/+220
* Duplicate default layout as basis of my own * Basic Colemak layer, just to practice flashing * Add reset button so that we don't have to short out the reset button on the board to flash it. * Symbols layer * Navigation layer, and remove unused keys. Now usable, nice. * Correct backspace for UK QWERTY mapping * Small clarification in XD75RE readme instructions * Use UK pipe so that I can type a pipe on a UK keyboard
2017-09-14Some revisions to cbbrowne Planck keymap, and a preliminary xd75 keymap (#1715)Christopher Browne6-26/+427
* Add HOME/END keys as upper/lower on arrow-up/down * Reduce .hex file size by turning off unneeded options * Put digit keypad onto left hand upon RAISE; this will sometimes be preferable to double-hits of right hand * Latest super latest version merge * cbbrowne keymap for XD75re * starting notes on XD75re keymap plans * First draft of bottom row of QWERTY * Switch my special bottom line over to QCENT * Dunno * Filling in wanted keys, bit by bit... * Add copyright, extra macro * Clean up comments, remove some experimental code I didn't like * TODO plans for xd75re * clean up keyboard layout * QCENT2 is my new experiment for the main keyboard... * Add a few more main layer keys, and modify LOWER to shift things outwards to conform with main layer * Clean up RAISE layer to conform with main layer, remove QCENT layer as QCENT2 is the new thing * More xd75 changes, now that I actually have it in hand * shift keymap around, as original attempt was a bit too aggressive in keeping to the edges * more revs to XD75 * Dropping parts of the centre keypad in favor of Keys I Really Need * Improve documentation to conform with how builds are done now * Improve documentation to conform with how builds are done now * Add cbbrowne rules file as alternative to having the rules in Makefile * Makefile not needed anymore for individual keymap
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed2-0/+55
* 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-31Set proper backlight levelLukmanul Hakim1-1/+1
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert5-39/+36
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
2017-08-20Remove PLAY_NOTE_ARRAY usages to get rid of warning.Joe Wasson1-4/+4
2017-08-03added a clone of my lets split grid layout on a re75Fabian Topfstedt3-0/+298
2017-07-30updated readme and tweaked keymapBenjamin Kesselring2-70/+9
2017-07-30add backlight support (probably)Benjamin Kesselring1-3/+3
2017-07-30fix RGBBenjamin Kesselring1-1/+1
2017-07-30add xd75, preliminary RGB'Benjamin Kesselring10-0/+700