aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/space_oddity/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Convert two handwired default keymaps to Dynamic Macro feature (#8166)fauxpark2020-02-131-0/+1
|
* Cleanup rules.mk for 32U4 keyboards, H (#7030)fauxpark2019-10-201-39/+8
| | | | | | * Cleanup rules.mk for 32U4 keyboards, H * Change some boards incorrectly assumed to be halfkay
* handwired/space_oddity: refactor, Configurator support and readme cleanup ↵noroadsleft2019-01-281-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | (#4977) * handwired/space_oddity: refactor - config.h: updated to use #pragma once include guard - rules.mk: replace `?=` with `=` - space_oddity.h: - updated to use #pragma once include guard - layout macro KEYMAP renamed to LAYOUT - default keymap: - updated to use #include QMK_KEYBOARD_H - replace references to Planck keycodes - replace fn_actions-powered layer switch keycode - rebuild keymap block comments - keymap layers now use short-form keycodes - refactor action_get_macro keycodes into process_record_user * handwired/space_oddity: Configurator support * handwired/space_oddity: readme cleanup - update readme to better conform with QMK template - fixed the make command.
* Updates bootloader settings, adds file size check (#2029)Jack Humbert2017-11-271-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull fuse settings for bootloader jump * fix 32a chips * make automatic bootloader selection optional * quantify bootloaders * fixs #164, speeds up dfu reset * fix for chips w/o usb * missing an n * fix bootloader sizes, use words for addresses * fix bmini, pearl, and [[ issue, make things quiet * ignore avr errors on arm for now * update settings for the light * document bootloader stuff * add bootloader title
* Additional custom handwired layout - Space Oddity (#1868)James2017-10-211-0/+57
* Add existing file * Add new keyboard layout - initial commit * Revised readme.md * Clarified readme.md, reorganized keymap.c, and added license text. * Fixing last incomplete commit * Just a little code cleanup to make things more readable.