summaryrefslogtreecommitdiffstats
path: root/keyboards/frosty_flake
AgeCommit message (Collapse)AuthorFilesLines
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-09-27remove all makefiles from keyboard directoriesJack Humbert3-47/+0
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed3-4/+44
* 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-07Add TKL keymap for Frosty_Flake (#1666)Jason Milkins6-9/+120
* Add TKL keymap for Frosty_Flake * Update readme.md * Add spaces for ghfm newlines * add note for dfu target
2017-08-17Make the bulk of our keyboards match the readme.md standardskullY1-24/+8
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-13/+13
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-05-30hmm?Nick Choi1-1/+1
2017-05-30switched to uint8 and 16Nick Choi2-9/+8
2017-05-26clarified tapNick Choi2-6/+10
2017-05-26-Nick Choi1-0/+6
2017-05-26tenative readme for variable timing tapNick Choi1-0/+0
2017-05-25moved specific tap term to its own functionNick Choi1-4/+4
included custom_tapping_term in action struct
2017-05-25Added per case tapping term, updated FF-nikchi keymap.Nick Choi2-5/+5
2017-05-25Tapping Term and Memes TD for FFNick Choi2-5/+21
2017-05-24moved unicodemap rules to localer makeNick Choi1-1/+0
2017-05-24more emoji function commentsNick Choi2-13/+38
2017-05-24Tap dancing emoji support 😩😩Nick Choi1-11/+64
2017-05-24removed sNick Choi1-2/+1
2017-05-23preonic mapNick Choi1-2/+1
2017-05-15emojis and reorgNick Choi1-28/+45
2017-05-15emoji support butNick Choi3-29/+77
2017-05-15change readmeNick Choi1-1/+1
2017-05-15nikchi flakeNick Choi4-0/+155
2017-04-13Fix frosty_flake warning when print is disabledFred Sundvik1-1/+3
2017-03-20clean up configGabriel Young1-26/+4
2017-03-20clean up docs and provide defaults for keymapGabriel Young4-40/+21
2017-03-20update docsGabriel Young1-0/+4
2017-03-20fix whitespaceGabriel Young1-51/+48
2017-03-20support LEDsGabriel Young2-44/+51
2017-03-20Swap rows and columns to match the schematicGabriel Young4-142/+62
2017-03-20start to define keymap; annoying because rows and columns are swapped from ↵Gabriel Young3-5/+84
schematic
2017-03-19successfully read data from the matrixGabriel Young4-75/+93
2017-03-19sketch out frosty flake matrix using custom matrix.c based on kitten pawGabriel Young3-11/+187
2017-03-18boilerplate project created with new_project.shGabriel Young10-0/+382