Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handwired/space_oddity: refactor, Configurator support and readme cleanup #4977

Merged
merged 3 commits into from
Jan 29, 2019

Conversation

noroadsleft
Copy link
Member

Commit Log

handwired/space_oddity: refactor (dec044e)

  • 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 (dc7c8c2)

handwired/space_oddity: readme cleanup (84e854d)

  • update readme to better conform with QMK template
  • fixed the make command.

Notes

- 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
- update readme to better conform with QMK template
- fixed the make command.
@drashna
Copy link
Member

drashna commented Jan 29, 2019

Thanks!

@drashna drashna merged commit 02180c8 into qmk:master Jan 29, 2019
@noroadsleft noroadsleft deleted the cf/hw_space_oddity branch January 29, 2019 02:26
zer09 pushed a commit to zer09/qmk_firmware that referenced this pull request Feb 9, 2019
…anup (qmk#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.
dlhextall pushed a commit to dlhextall/qmk_firmware that referenced this pull request May 24, 2019
…anup (qmk#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants