summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/frenchdev
AgeCommit message (Collapse)AuthorFilesLines
2019-04-22Update handwired/frenchdev keyboard (#5443)Drashna Jaelre8-525/+115
2019-04-13Fix handwired/frenchdev keyboard dimensions in info.jsonnoroadsleft1-1/+1
2019-03-29Fixing dead links (#5503)Brian Choromanski1-1/+0
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links * Removed all dead links that I could not find a replacement for * Placed knops links back in * Fixed plank keymaps so that they will compile for planck light * Https doesn't work on knops.io * tv44:budi now compiles * s60_x:amnesia0287 now compiles * Fixed allocation of key_combos so that narze keymap for planck can compile correctly * Disabled rgb on ergodone and infinity * Enabled tap dance so it compiles * Added return statement so it compiles * If compiling on light disable extra functionality * Properly redefined variable so it compiles * Remove remaining dead links
2019-03-19 Cleanup Default Keymaps (#5442)Drashna Jaelre1-2/+0
* Cleanup Default Keymaps to conform to QMK Firmware standards * Minor fixes * Revert some changes
2019-01-27Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević1-2/+2
* Remove unnecessary IS_COMMAND definition in clueboard/66/rev4 * Replace keyboard_report->mods with get_mods() in IS_COMMAND definitions * Update docs to use get_mods() instead of keyboard_report->mods * Replace keyboard_report->mods with get_mods() in tmk_core/protocol/usb_hid/test For some reason, this occurrence used KB_LSHIFT and KB_RSHIFT, which don't exist * Replace keyboard_report->mods with get_mods() in Massdrop keyboards (as per @patrickmt)
2019-01-12Remove empty action_function()fauxpark1-4/+0
2019-01-12Remove empty fn_actions[]fauxpark1-5/+0
2019-01-04Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)noroadsleft1-3/+0
* Remove QUANTUM_DIR code blocks from keyboard rules This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect entire keyboards. * remove QUANTUM_DIR code blocks from rules for default keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect default keymaps. * remove QUANTUM_DIR code blocks from rules for user keymaps This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files that affect "user" keymaps. (It's actually any keymap that isn't named `default`.) * remove QUANTUM_DIR code blocks from rules for community layouts This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for community layouts. * remove QUANTUM_DIR code blocks from rules for userspaces This commit removes the deprecated "QUANTUM_DIR" code block from rules.mk files for userspaces.
2018-12-06handwired/frenchdev Refactor, Configurator support and readme cleanup (#4561)noroadsleft4-17/+129
* handwired/frenchdev: refactor - layout macro KEYMAP renamed to LAYOUT - default keymap - now uses #include QMK_KEYBOARD_H - updated layout macro names * handwired/frenchdev: Configurator support * handwired/frenchdev: readme cleanup Capitalization and markdown formatting fixes.
2017-09-27remove all makefiles from keyboard directoriesJack Humbert1-3/+0
2017-06-30Update keyboards' rules.mk/Makefiles (#1442)Jack Humbert1-15/+15
this may change some of the keyboards' default settings - if you experience anything odd, please check back to this commit
2017-06-23Updated frenchdev readmenpoirey1-10/+48
2017-06-23Refactoring frenchdevnpoirey5-59/+61
2017-06-23Moved frenchdev to handwirednpoirey11-0/+1648