aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/frosty_flake
AgeCommit message (Collapse)Author
2017-10-14Make arguments redo, subproject elimination (#1784)Gravatar Jack Humbert
* 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 directoriesGravatar Jack Humbert
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)Gravatar skullydazed
* 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-09-06Add TKL keymap for Frosty_Flake (#1666)Gravatar Jason Milkins
* Add TKL keymap for Frosty_Flake * Update readme.md * Add spaces for ghfm newlines * add note for dfu target
2017-08-16Make the bulk of our keyboards match the readme.md standardGravatar skullY
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Gravatar Jack Humbert
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-05-30hmm?Gravatar Nick Choi
2017-05-29switched to uint8 and 16Gravatar Nick Choi
2017-05-26clarified tapGravatar Nick Choi
2017-05-26-Gravatar Nick Choi
2017-05-26tenative readme for variable timing tapGravatar Nick Choi
2017-05-25moved specific tap term to its own functionGravatar Nick Choi
included custom_tapping_term in action struct
2017-05-25Added per case tapping term, updated FF-nikchi keymap.Gravatar Nick Choi
2017-05-24Tapping Term and Memes TD for FFGravatar Nick Choi
2017-05-24moved unicodemap rules to localer makeGravatar Nick Choi
2017-05-24more emoji function commentsGravatar Nick Choi
2017-05-23Tap dancing emoji support 😩😩Gravatar Nick Choi
2017-05-23removed sGravatar Nick Choi
2017-05-23preonic mapGravatar Nick Choi
2017-05-15emojis and reorgGravatar Nick Choi
2017-05-15emoji support butGravatar Nick Choi
2017-05-15change readmeGravatar Nick Choi
2017-05-15nikchi flakeGravatar Nick Choi
2017-04-13Fix frosty_flake warning when print is disabledGravatar Fred Sundvik
2017-03-19clean up configGravatar Gabriel Young
2017-03-19clean up docs and provide defaults for keymapGravatar Gabriel Young
2017-03-19update docsGravatar Gabriel Young
2017-03-19fix whitespaceGravatar Gabriel Young
2017-03-19support LEDsGravatar Gabriel Young
2017-03-19Swap rows and columns to match the schematicGravatar Gabriel Young
2017-03-19start to define keymap; annoying because rows and columns are swapped from ↵Gravatar Gabriel Young
schematic
2017-03-19successfully read data from the matrixGravatar Gabriel Young
2017-03-18sketch out frosty flake matrix using custom matrix.c based on kitten pawGravatar Gabriel Young
2017-03-18boilerplate project created with new_project.shGravatar Gabriel Young